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

Method exportJsonCB

src/csvapplication.cpp:390–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388 app.splitCsvFiles();
389}
390void CsvApplication::exportJsonCB(Fl_Widget *, void *) {
391 app.saveFile(true, SaveType::JSON);
392}
393void CsvApplication::exportFlaggedCB(Fl_Widget *, void *) {
394 app.saveFile(true, SaveType::CSV, true);
395}

Callers 1

MyMenuCallbackMethod · 0.80

Calls 1

saveFileMethod · 0.80

Tested by

no test coverage detected