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

Method notifyWindowChangeCoord

Tools/LayoutEditor/PropertiesPanelView.cpp:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void PropertiesPanelView::notifyWindowChangeCoord(MyGUI::Window* _sender)
71 {
72 const MyGUI::IntSize& size = _sender->getSize();
73 if (size != mOldSize)
74 {
75 mOldSize = size;
76 mPanelView->setNeedUpdate();
77 }
78 }
79
80 void PropertiesPanelView::notifyChangeSelectedWidget(MyGUI::Widget* _currentWidget)
81 {

Callers

nothing calls this directly

Calls 2

setNeedUpdateMethod · 0.80
getSizeMethod · 0.45

Tested by

no test coverage detected