MCPcopy 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
44float Range::GetValue() const {
45 return m_adjustment->GetValue();
46}
47
48void Range::SetValue( float new_value ) {
49 m_adjustment->SetValue( new_value );

Callers 12

GetSliderRectMethod · 0.45
ChangeStartEntryMethod · 0.45
GetSliderRectMethod · 0.45
InvalidateImplMethod · 0.45
HandleEventMethod · 0.45
UpdateViewMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
OnAdjustmentChangeMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

OnAdjustmentChangeMethod · 0.36