| 27 | } |
| 28 | |
| 29 | void Button::SetImage( Image::Ptr image ) { |
| 30 | ClearImage(); |
| 31 | Add( image ); |
| 32 | } |
| 33 | |
| 34 | Image::PtrConst Button::GetImage() const { |
| 35 | return std::static_pointer_cast<Image>( GetChild() ); |
nothing calls this directly
no outgoing calls
no test coverage detected