wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
DolphinExporter.h File Reference

DolphinExporter: renders/serializes a SignalModel to images and text artifacts. More...

Include dependency graph for DolphinExporter.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

DolphinExporter: renders/serializes a SignalModel to images and text artifacts.

Definition in file DolphinExporter.h.