MCPcopy Create free account
hub / github.com/MyGUI/mygui / MonitorPanel

Method MonitorPanel

UnitTests/UnitTest_Layers/MonitorPanel.cpp:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13
14 MonitorPanel::MonitorPanel()
15 {
16 initialiseByAttributes(this);
17
18 mMainWidget->setPosition(0, 0);
19
20 CommandManager::getInstance().registerCommand(
21 "KeyboardClick",
22 MyGUI::newDelegate(this, &MonitorPanel::notifyCommand));
23 }
24
25 MonitorPanel::~MonitorPanel()
26 {

Callers

nothing calls this directly

Calls 3

newDelegateFunction · 0.85
registerCommandMethod · 0.80
setPositionMethod · 0.45

Tested by

no test coverage detected