MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / connectDataSaver

Method connectDataSaver

Default/Source/SourceWidget.cpp:1039–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037}
1038
1039void
1040SourceWidget::connectDataSaver()
1041{
1042 this->connect(
1043 m_dataSaver,
1044 SIGNAL(stopped()),
1045 this,
1046 SLOT(onSaveError()));
1047
1048 this->connect(
1049 m_dataSaver,
1050 SIGNAL(swamped()),
1051 this,
1052 SLOT(onSaveSwamped()));
1053
1054 this->connect(
1055 m_dataSaver,
1056 SIGNAL(dataRate(qreal)),
1057 this,
1058 SLOT(onSaveRate(qreal)));
1059
1060 this->connect(
1061 m_dataSaver,
1062 SIGNAL(commit()),
1063 this,
1064 SLOT(onCommit()));
1065}
1066
1067// I wish this could be static
1068SUBOOL

Callers 1

installDataSaverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected