MCPcopy Create free account
hub / github.com/chrxh/alien / isDesktopMode

Method isDesktopMode

source/Gui/WindowController.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121bool WindowController::isDesktopMode()
122{
123 return _mode == DesktopMode;
124}
125
126void WindowController::setDesktopMode()
127{

Callers 2

processMenubarMethod · 0.80
getSelectionIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected