|
wiRedPanda
Logic Circuit Simulator
|
DolphinExporter: renders/serializes a SignalModel to images and text artifacts. More...
#include "App/BeWavedDolphin/SignalDelegate.h"Go to the source code of this file.
Namespaces | |
| namespace | DolphinExporter |
| Model → artifact conversions for the beWavedDolphin export paths. | |
Functions | |
| QString | DolphinExporter::csvText (const SignalModel *model) |
| void | DolphinExporter::exportToPdf (const SignalModel *model, const PlotType plotType, const QString &fileName) |
| bool | DolphinExporter::exportToPng (const SignalModel *model, const PlotType plotType, const QString &fileName) |
| QPixmap | DolphinExporter::renderToPixmap (const SignalModel *model, const PlotType plotType, const int cellW, const int cellH) |
| void | DolphinExporter::writeTruthTableText (QTextStream &out, const SignalModel *model, const int inputRowCount) |
DolphinExporter: renders/serializes a SignalModel to images and text artifacts.
Definition in file DolphinExporter.h.