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

Method TestState

Tools/SkinEditor/TestState.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 FACTORY_ITEM_ATTRIBUTE(TestState)
22
23 TestState::TestState()
24 {
25 CommandManager::getInstance().getEvent("Command_Test")->connect(this, &TestState::commandTest);
26 CommandManager::getInstance().getEvent("Command_Quit")->connect(this, &TestState::commandQuit);
27 }
28
29 TestState::~TestState()
30 {

Callers

nothing calls this directly

Calls 2

connectMethod · 0.45
getEventMethod · 0.45

Tested by

no test coverage detected