Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetRange
Method
SetRange
src/SFGUI/Range.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void Range::SetRange( float min, float max ) {
58
m_adjustment->SetLower( min );
59
m_adjustment->SetUpper( max );
60
}
61
62
void Range::HandleAdjustmentChange() {
63
Invalidate();
Callers
2
Create
Method · 0.45
Run
Method · 0.45
Calls
2
SetLower
Method · 0.80
SetUpper
Method · 0.80
Tested by
1
Run
Method · 0.36