27void save(
const SignalModel &model,
const QString &fileName,
int inputPorts);
31DolphinSerializer::WaveformData
load(
const QString &fileName,
int maxInputPorts);
37DolphinSerializer::WaveformData
parseTerminal(QTextStream &in,
int maxInputPorts);
DolphinSerializer: encoding and decoding of .dolphin and .csv waveform files.
QStandardItemModel subclass that makes all cells non-editable.
Disk I/O for the beWavedDolphin formats: opens the file, dispatches by extension (....
DolphinSerializer::WaveformData parseTerminal(QTextStream &in, const int maxInputPorts)
DolphinSerializer::WaveformData load(const QString &fileName, const int maxInputPorts)
void save(const SignalModel &model, const QString &fileName, const int inputPorts)
Writes model to fileName atomically, choosing the format by extension.