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

Method SetImage

src/SFGUI/Button.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void Button::SetImage( Image::Ptr image ) {
30 ClearImage();
31 Add( image );
32}
33
34Image::PtrConst Button::GetImage() const {
35 return std::static_pointer_cast<Image>( GetChild() );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected