Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
340
bool MapEditorController::menuBarVisible()
341
{
342
if (mode == SymbolEditor)
343
return false;
344
345
return MainWindowController::menuBarVisible();
346
}
347
348
bool MapEditorController::isInMobileMode() const
349
{
Callers
1
setController
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected