MCPcopy Create free account
hub / github.com/MyGUI/mygui / ~TestWindow

Method ~TestWindow

Tools/SkinEditor/TestWindow.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 TestWindow::~TestWindow()
21 {
22 MyGUI::Window* window = mMainWidget->castType<MyGUI::Window>(false);
23 if (window != nullptr)
24 window->eventWindowButtonPressed -= MyGUI::newDelegate(this, &TestWindow::notifyWindowButtonPressed);
25 }
26
27 void TestWindow::OnInitialise(Control* _parent, MyGUI::Widget* _place, std::string_view /*_layoutName*/)
28 {

Callers

nothing calls this directly

Calls 1

newDelegateFunction · 0.85

Tested by

no test coverage detected