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

Method getImageIndex

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 static_cast<Button*>(this)->_getImageBox()->setImageIndex(_index);
67 }
68 size_t MemberObsolete<Button>::getImageIndex() const
69 {
70 if (static_cast<const Button*>(this)->_getImageBox())
71 return static_cast<const Button*>(this)->_getImageBox()->getImageIndex();
72 return ITEM_NONE;
73 }
74
75 void MemberObsolete<ImageBox>::addItemFrameDublicate(size_t _index, size_t _indexSourceFrame)
76 {

Callers

nothing calls this directly

Calls 1

_getImageBoxMethod · 0.80

Tested by

no test coverage detected