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

Method getRecordState

Components/DataSaverUI.cpp:123–127  ·  view source on GitHub ↗

Getters

Source from the content-addressed store, hash-verified

121
122// Getters
123bool
124DataSaverUI::getRecordState(void) const
125{
126 return this->ui->recordStartStopButton->isChecked();
127}
128
129std::string
130DataSaverUI::getRecordSavePath(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected