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

Method ProgressBar

src/SFGUI/ProgressBar.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace sfg {
7
8ProgressBar::ProgressBar( Orientation orientation ) :
9 m_fraction( 0.f ),
10 m_orientation( orientation )
11{
12}
13
14ProgressBar::Ptr ProgressBar::Create( Orientation orientation ) {
15 return Ptr( new ProgressBar( orientation ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected