MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / exportFlaggedCB

Method exportFlaggedCB

src/csvapplication.cpp:393–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 app.saveFile(true, SaveType::JSON);
392}
393void CsvApplication::exportFlaggedCB(Fl_Widget *, void *) {
394 app.saveFile(true, SaveType::CSV, true);
395}
396void CsvApplication::checkDataConsistencyCB(Fl_Widget *, void *) {
397 app.checkDataConsistency();
398}

Callers 1

MyMenuCallbackMethod · 0.80

Calls 1

saveFileMethod · 0.80

Tested by

no test coverage detected