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

Method InvalidateImpl

src/SFGUI/ProgressBar.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected