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

Method invertFlaggedCB

src/csvapplication.cpp:2017–2023  ·  view source on GitHub ↗

Inverts the current flagged rows */

Source from the content-addressed store, hash-verified

2015
2016 */
2017void CsvApplication::invertFlaggedCB() {
2018 showImWorkingWindow("Inverting flagged rows ...");
2019 windows[app.getTopWindow()].table->invertFlags();
2020 hideImWorkingWindow();
2021 windows[app.getTopWindow()].grid->redraw();
2022 Fl::check();
2023}
2024
2025
2026/**

Callers 1

MyMenuCallbackMethod · 0.80

Calls 3

checkFunction · 0.85
invertFlagsMethod · 0.80
getTopWindowMethod · 0.80

Tested by

no test coverage detected