Getters
| 121 | |
| 122 | // Getters |
| 123 | bool |
| 124 | DataSaverUI::getRecordState(void) const |
| 125 | { |
| 126 | return this->ui->recordStartStopButton->isChecked(); |
| 127 | } |
| 128 | |
| 129 | std::string |
| 130 | DataSaverUI::getRecordSavePath(void) const |
nothing calls this directly
no outgoing calls
no test coverage detected