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

Function _getViewHeight

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 return mCoord.width - mMargin.left - mMargin.right;
151 }
152 int _getViewHeight() const
153 {
154 return mCoord.height - mMargin.top - mMargin.bottom;
155 }
156
157 void _setCroppedParent(ICroppedRectangle* _parent)
158 {

Callers 5

_updateViewMethod · 0.85
_updateViewMethod · 0.85
_updateViewMethod · 0.85
_updateViewMethod · 0.85
_updateViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected