formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates

fz_fuim_range_enum

Description

Bit flags that are used when specifying the range a value can take. If no bits are set, the range of values isn't limited. To set a variable with a bit flag, see FZ_SETBIT, FZ_CLRBIT, FZ_CHKBIT. Alternatively, the constants below could be used.

enum fz_fuim_range_enum {

FZ_FUIM_RANGE_MIN_BIT,

FZ_FUIM_RANGE_MIN_INCL_BIT,

FZ_FUIM_RANGE_MAX_BIT,

FZ_FUIM_RANGE_MAX_INCL_BIT,

FZ_FUIM_RANGE_NOT_ZERO_BIT };

Members

FZ_FUIM_RANGE_MIN_BIT

The minimum allowable value in the range must be greater than the specified minimum.

FZ_FUIM_RANGE_MIN_INCL_BIT

The minimum allowable value in the range must be greater than or equal to the specified minimum.

FZ_FUIM_RANGE_MAX_BIT

The maximum allowable value in the range must be less than the specified maximum.

FZ_FUIM_RANGE_MAX_INCL_BIT

The maximum allowable value in the range must be less than or equal to the specified maximum.

FZ_FUIM_RANGE_NOT_ZERO_BIT

Zero is not allowed as a value

Availability

5.0.0.0

See Also

FZ_FUIM_RANGE_NONE, FZ_FUIM_RANGE_MIN, FZ_FUIM_RANGE_MIN_INCL, FZ_FUIM_RANGE_MAX, FZ_FUIM_RANGE_MAX_INCL, fz_fuim_script_item_range_double, fz_fuim_script_item_range_int, fz_fuim_script_new_slider_edit_double, fz_fuim_script_new_slider_edit_int, fz_fuim_script_new_slider_edit_pcent_double

Defined in

fz_fuim_api.h