Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
float ProgressBar::GetFraction() const {
24
return m_fraction;
25
}
26
27
const std::string& ProgressBar::GetName() const {
28
static const std::string name(
"ProgressBar"
);
Callers
1
CreateProgressBarDrawable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected