Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
Image::PtrConst Button::GetImage() const {
35
return std::static_pointer_cast<Image>( GetChild() );
36
}
37
38
void Button::ClearImage() {
39
auto child = GetChild();
Callers
2
CreateImageDrawable
Method · 0.45
OnMirrorImageClick
Method · 0.45
Calls
no outgoing calls
Tested by
1
OnMirrorImageClick
Method · 0.36