Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
notifyClickAdd
Method · 0.45
createSkin
Method · 0.45
notifyChangeWidth
Method · 0.45
notifyClickAdd
Method · 0.45
updateSize
Method · 0.45
notifyMouseDrag
Method · 0.45
moveNewWidget
Method · 0.45
finishNewWidget
Method · 0.45
updateCoord
Method · 0.45
updateSelectionFromValue
Method · 0.45
notifyChangeSelectorCreator
Method · 0.45
setWidgetCoord
Method · 0.45
Calls
no outgoing calls
Tested by
1
createSkin
Method · 0.36