MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetImage

Method GetImage

src/SFGUI/Button.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34Image::PtrConst Button::GetImage() const {
35 return std::static_pointer_cast<Image>( GetChild() );
36}
37
38void Button::ClearImage() {
39 auto child = GetChild();

Callers 2

CreateImageDrawableMethod · 0.45
OnMirrorImageClickMethod · 0.45

Calls

no outgoing calls

Tested by 1

OnMirrorImageClickMethod · 0.36