MCPcopy Create free account
hub / github.com/TankOs/SFGUI / SetLower

Method SetLower

src/SFGUI/Adjustment.cpp:58–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void Adjustment::SetLower( float new_lower ) {
59 m_lower = new_lower;
60
61 if( m_lower > m_upper ) {
62 m_upper = m_lower;
63 }
64
65 SetValue( GetValue() );
66}
67
68float Adjustment::GetUpper() const {
69 return m_upper;

Callers 7

SetRangeMethod · 0.80
HandleStateChangeMethod · 0.80
SetRangeMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected