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

Method CtrlrPanel

Source/Core/CtrlrPanel/CtrlrPanel.cpp:15–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include "CtrlrComponents/CtrlrComponent.h"
14
15CtrlrPanel::CtrlrPanel(CtrlrManager &_owner)
16 : owner(_owner),
17 panelTree(Ids::panel),
18 panelWindowManager(*this),
19 ctrlrSysexProcessor(*this),
20 processor(*this),
21 snapshot(*this),
22 panelEvaluationScope(*this),
23 globalEvaluationScope(*this),
24 resourceManager(*this),
25 midiInputThread(*this, inputDevice),
26 midiControllerInputThread(*this, controllerDevice),
27 ctrlrLuaManager(nullptr),
28 currentActionIndex(0),
29 indexOfSavedState(-1)
30{
31}
32
33CtrlrPanel::CtrlrPanel(CtrlrManager &_owner, const String &panelName, const int idx)
34 : owner(_owner),

Callers

nothing calls this directly

Calls 15

setPropertyFunction · 0.85
generateRandomUniqueFunction · 0.85
ColourFunction · 0.85
FontClass · 0.85
setDebugMethod · 0.80
addChangeListenerMethod · 0.80
beginNewTransactionMethod · 0.80
getStringFromFontMethod · 0.80
getUndoManagerFunction · 0.50
getPropertyMethod · 0.45
addChildMethod · 0.45

Tested by

no test coverage detected