MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SetRange

Method SetRange

ui/UISlider.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116// settings
117
118void UISlider::SetRange(int range) {
119 ASSERT(range > 0);
120
121 m_Range = range;
122 m_IntervalWidth = ((float)m_PixelWidth) / ((float)m_Range);
123}
124
125// called from outside gadget hierarchy.
126

Callers 12

GetVersionNfoMethod · 0.45
OnYesMethod · 0.45
OnInitDialogMethod · 0.45
ApplyPatchMethod · 0.45
GetHTTPFileMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
InitMethod · 0.45
OnInitDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected