![]() |
• Interface Manager | ||||||||||||||||
|
API Links
Developer Links
|
class IntegerSettingDefined in:
The C4Configuration.hIntegerSetting class is used for an integer setting represented by a slider.
Definition
Member Functions
Constructor
Parameters
Description
The IntegerSetting class represents a setting that displays a slider and has an integer value restricted to a given range. A text box is also displayed, allowing the user to enter a value directly. The value of the setting is always equal to the minimum value specified by the min parameter plus a multiple of the step parameter, but is never greater than the maaximum value specified by the max parameter. If the user enters a number in the text box, then it is rounded down to the nearest valid value.
Base Classes
|