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

Method getStateCheck

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 static_cast<Button*>(this)->setStateSelected(_value);
54 }
55 bool MemberObsolete<Button>::getStateCheck() const
56 {
57 return static_cast<const Button*>(this)->getStateSelected();
58 }
59 ImageBox* MemberObsolete<Button>::getStaticImage() const
60 {
61 return static_cast<const Button*>(this)->_getImageBox();

Callers

nothing calls this directly

Calls 1

getStateSelectedMethod · 0.80

Tested by

no test coverage detected