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

Method _updateView

MyGUIEngine/src/MyGUI_RotatingSkin.cpp:115–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 void RotatingSkin::_updateView()
116 {
117 mEmptyView = ((0 >= _getViewWidth()) || (0 >= _getViewHeight()));
118
119 mGeometryOutdated = true;
120
121 if (nullptr != mNode)
122 mNode->outOfDate(mRenderItem);
123 }
124
125 void RotatingSkin::createDrawItem(ITexture* _texture, ILayerNode* _node)
126 {

Callers

nothing calls this directly

Calls 3

_getViewWidthFunction · 0.85
_getViewHeightFunction · 0.85
outOfDateMethod · 0.45

Tested by

no test coverage detected