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

Method checkBasis

MyGUIEngine/src/MyGUI_ResourceSkin.cpp:242–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 void ResourceSkin::checkBasis()
243 {
244 // и увеличиваем размер смещений по колличеству сабвиджетов
245 for (auto& state : mStates)
246 {
247 state.second.resize(mBasis.size());
248 }
249 }
250
251 void ResourceSkin::fillState(const MapStateInfo& _states, size_t _index)
252 {

Callers

nothing calls this directly

Calls 2

resizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected