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

Method getStaticImage

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 return static_cast<const Button*>(this)->getStateSelected();
58 }
59 ImageBox* MemberObsolete<Button>::getStaticImage() const
60 {
61 return static_cast<const Button*>(this)->_getImageBox();
62 }
63 void MemberObsolete<Button>::setImageIndex(size_t _index)
64 {
65 if (static_cast<Button*>(this)->_getImageBox())

Callers

nothing calls this directly

Calls 1

_getImageBoxMethod · 0.80

Tested by

no test coverage detected