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

Method size

MyGUIEngine/include/MyGUI_TCoord.h:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 TSize<T> size() const
166 {
167 return TSize<T>(width, height);
168 }
169
170 bool inside(const TPoint<T>& _value) const
171 {

Callers 12

getItemDataAtFunction · 0.45
getColumnDataAtFunction · 0.45
UStringFunction · 0.45
MyGUI_UString.hFile · 0.45
_verifyUTF8Function · 0.45
getItemDataAtFunction · 0.45
getSizeFunction · 0.45
getItemDataAtFunction · 0.45
startWithFunction · 0.45
endWithFunction · 0.45
getItemDataAtFunction · 0.45
parseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected