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

Method setCoord

Tools/LayoutEditor/SelectorControl.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void SelectorControlLE::setCoord(const MyGUI::IntCoord& _value)
63 {
64 mCoordValue = _value;
65 updateCoord();
66 }
67
68 void SelectorControlLE::setScale(double _value)
69 {

Callers 15

notifyClickAddMethod · 0.45
createSkinMethod · 0.45
notifyChangeWidthMethod · 0.45
notifyClickAddMethod · 0.45
updateSizeMethod · 0.45
notifyMouseDragMethod · 0.45
moveNewWidgetMethod · 0.45
finishNewWidgetMethod · 0.45
updateCoordMethod · 0.45
setWidgetCoordMethod · 0.45

Calls

no outgoing calls

Tested by 1

createSkinMethod · 0.36