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

Method GetFraction

src/SFGUI/ProgressBar.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23float ProgressBar::GetFraction() const {
24 return m_fraction;
25}
26
27const std::string& ProgressBar::GetName() const {
28 static const std::string name( "ProgressBar" );

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected