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

Method setChanged

src/csvwindow.cpp:476–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474
475
476void CsvWindow::setChanged(bool changed) {
477 std::string title = name;
478 this->changed = changed;
479 if( changed ) {
480 title += " *";
481 if( isUndoDisabled() ) {
482 changedWhileUndoDisabled = true;
483 }
484 }
485 win->copy_label(title.c_str());
486 Fl::check();
487}
488
489bool CsvWindow::isChanged() {
490 return this->changed;

Callers 15

setValueHideMethod · 0.80
deleteSelectionMethod · 0.80
saveFileMethod · 0.80
pasteMethod · 0.80
find_replaceMethod · 0.80
find_replaceAll_CBMethod · 0.80
sortMethod · 0.80
deleteFlaggedCBMethod · 0.80
executeMacroCBMethod · 0.80
moveColsMethod · 0.80
addColMethod · 0.80
addRowMethod · 0.80

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected