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

Method getClientCoord

MyGUIEngine/src/MyGUI_Widget.cpp:459–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457 }
458
459 IntCoord Widget::getClientCoord() const
460 {
461 if (mWidgetClient != nullptr)
462 return mWidgetClient->getCoord();
463 return {0, 0, mCoord.width, mCoord.height};
464 }
465
466 void Widget::setAlpha(float _alpha)
467 {

Callers 15

updateSizeMethod · 0.80
initialiseMethod · 0.80
createSceneMethod · 0.80
createSceneMethod · 0.80
ColourWindowMethod · 0.80
notifyEventActionMethod · 0.80
getCellDimensionMethod · 0.80
InformationWindowMethod · 0.80
createSceneMethod · 0.80
createWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected