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

Method TestState

Tools/LayoutEditor/TestState.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

connectMethod · 0.45
getEventMethod · 0.45

Tested by

no test coverage detected