Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetValue
Method
GetValue
src/SFGUI/Range.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
float Range::GetValue() const {
45
return m_adjustment->GetValue();
46
}
47
48
void Range::SetValue( float new_value ) {
49
m_adjustment->SetValue( new_value );
Callers
12
GetSliderRect
Method · 0.45
ChangeStartEntry
Method · 0.45
GetSliderRect
Method · 0.45
InvalidateImpl
Method · 0.45
HandleEvent
Method · 0.45
UpdateView
Method · 0.45
main
Function · 0.45
main
Function · 0.45
OnAdjustmentChange
Method · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
OnAdjustmentChange
Method · 0.36