MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / isRestricted

Method isRestricted

Source/UIComponents/CtrlrApplicationWindow/CtrlrEditor.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool CtrlrEditor::isRestricted()
147{
148 return (owner.getInstanceMode() == InstanceSingleRestriced);
149}
150
151CtrlrPanelEditor *CtrlrEditor::getActivePanelEditor()
152{

Callers

nothing calls this directly

Calls 1

getInstanceModeMethod · 0.80

Tested by

no test coverage detected