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

Method getSize

Tools/EditorFramework/SelectorControl.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 MyGUI::IntSize SelectorControl::getSize()
124 {
125 return mCoordValue.size();
126 }
127
128 const MyGUI::IntCoord& SelectorControl::getCoord() const
129 {

Callers 3

updateMethod · 0.45
onDoModalMethod · 0.45
moveSeparatorMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected