| 38 | } |
| 39 | |
| 40 | std::unique_ptr<RenderQueue> ProgressBar::InvalidateImpl() const { |
| 41 | return Context::Get().GetEngine().CreateProgressBarDrawable( std::dynamic_pointer_cast<const ProgressBar>( shared_from_this() ) ); |
| 42 | } |
| 43 | |
| 44 | void ProgressBar::SetOrientation( Orientation orientation ) { |
| 45 | m_orientation = orientation; |
nothing calls this directly
no test coverage detected