MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / menuBarVisible

Method menuBarVisible

src/gui/map/map_editor.cpp:340–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340bool MapEditorController::menuBarVisible()
341{
342 if (mode == SymbolEditor)
343 return false;
344
345 return MainWindowController::menuBarVisible();
346}
347
348bool MapEditorController::isInMobileMode() const
349{

Callers 1

setControllerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected