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

Method getWindowSlotUsed

src/csvwindow.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316
317
318bool CsvWindow::getWindowSlotUsed() {
319 return windowSlotUsed;
320}
321
322void CsvWindow::setWindowSlotUsed(bool state) {
323 windowSlotUsed = state;

Callers 7

createNewWindowMethod · 0.80
closeWindowMethod · 0.80
quitApplicationMethod · 0.80
setTopWindowMethod · 0.80
setFocusByWinIndexMethod · 0.80
isAlreadyOpenedMethod · 0.80
dumpWindowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected