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

Method setCsvPropertiesCB

src/csvapplication.cpp:459–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458
459void CsvApplication::setCsvPropertiesCB(Fl_Widget *, void *) {
460 CsvDefinition definition;
461 int winIndex = app.getTopWindow();
462 definition = windows[winIndex].table->getDefinition();
463 definition = setTypeByUser(definition, NULL, "Change Type");
464 windows[winIndex].table->setDefinition(definition);
465 windows[winIndex].setTypeButton(definition);
466}
467
468
469

Callers 1

MyMenuCallbackMethod · 0.80

Calls 4

getTopWindowMethod · 0.80
getDefinitionMethod · 0.80
setDefinitionMethod · 0.80
setTypeButtonMethod · 0.80

Tested by

no test coverage detected