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

Method updatePositionCaption

Tools/LayoutEditor/PropertyFieldPosition.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 void PropertyFieldPosition::updatePositionCaption()
199 {
200 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget);
201 setValue(widgetContainer->position());
202 }
203
204 void PropertyFieldPosition::notifyPropertyChangeCoord(
205 MyGUI::Widget* _widget,

Callers

nothing calls this directly

Calls 3

positionMethod · 0.80
setValueFunction · 0.50
findMethod · 0.45

Tested by

no test coverage detected