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

Method saveFileAsCB

src/csvapplication.cpp:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 app.saveFile(false);
383}
384void CsvApplication::saveFileAsCB(Fl_Widget *, void *) {
385 app.saveFile(true);
386}
387void CsvApplication::splitCsvCB(Fl_Widget *, void *) {
388 app.splitCsvFiles();
389}

Callers 1

MyMenuCallbackMethod · 0.80

Calls 1

saveFileMethod · 0.80

Tested by

no test coverage detected