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

fz_fuim_item_type_enum

Description

Dialog item type through which a parameter of a entity can be displayed. This enum is used by generic info callback function of the object type, surface style ... plugin types, to tell formZ how a parameter is perferrably displayed in a dialog. formZ uses this information, for example, to format a parameter in the animation track editor dialog.

enum fz_fuim_item_type_enum {

FZ_FUIM_ITEM_NONE,

FZ_FUIM_ITEM_TEXT,

FZ_FUIM_ITEM_MENU,

FZ_FUIM_ITEM_SLIDER,

FZ_FUIM_ITEM_SLIDER_TEXT,

FZ_FUIM_ITEM_RADIO,

FZ_FUIM_ITEM_CHECK };

Members

FZ_FUIM_ITEM_NONE

Entity parameter is not displayed by a dialog item

FZ_FUIM_ITEM_TEXT

Entity parameter is displayed as a text edit field.

FZ_FUIM_ITEM_MENU

Entity parameter is displayed as a menu.

FZ_FUIM_ITEM_SLIDER

Entity parameter is displayed as a slider.

FZ_FUIM_ITEM_SLIDER_TEXT

Entity parameter is displayed as a slider with a text edit field.

FZ_FUIM_ITEM_RADIO

Entity parameter is displayed as radios buttons.

FZ_FUIM_ITEM_CHECK

Entity parameter is displayed as a check box.

Availability

6.0.0.2

Defined in

fz_fuim_api.h