MCPcopy 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
57void Range::SetRange( float min, float max ) {
58 m_adjustment->SetLower( min );
59 m_adjustment->SetUpper( max );
60}
61
62void Range::HandleAdjustmentChange() {
63 Invalidate();

Callers 2

CreateMethod · 0.45
RunMethod · 0.45

Calls 2

SetLowerMethod · 0.80
SetUpperMethod · 0.80

Tested by 1

RunMethod · 0.36