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

fz_fuim_pview_enum

Description

Bit flags that are used to set and check how the preview is displayed. 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_pview_enum {

FZ_FUIM_PVIEW_FLAG_2D_BIT,

FZ_FUIM_PVIEW_FLAG_NOPICK_BIT,

FZ_FUIM_PVIEW_FLAG_NORNDRMENU_BIT,

FZ_FUIM_PVIEW_FLAG_IRNDRMENU_BIT,

FZ_FUIM_PVIEW_FLAG_GRID_BIT,

FZ_FUIM_PVIEW_FLAG_NOSIZE_BIT,

FZ_FUIM_PVIEW_FLAG_NOPAN_BIT,

FZ_FUIM_PVIEW_FLAG_NOGHOST_BIT };

Members

FZ_FUIM_PVIEW_FLAG_2D_BIT

Preview type is 2D.

FZ_FUIM_PVIEW_FLAG_NOPICK_BIT

Pick button in the preview is off.

FZ_FUIM_PVIEW_FLAG_NORNDRMENU_BIT

Render menu in the preview is off.

FZ_FUIM_PVIEW_FLAG_IRNDRMENU_BIT

Only interactive renderer in the preview render menu. This is overridden if FZ_FUIM_PVIEW_FLAG_NORNDRMENU_BIT is set

FZ_FUIM_PVIEW_FLAG_GRID_BIT

Show grid and axis.

FZ_FUIM_PVIEW_FLAG_NOSIZE_BIT

Don't autosize, but leave at minimum.

FZ_FUIM_PVIEW_FLAG_NOPAN_BIT

Pan button in the preview is off.

FZ_FUIM_PVIEW_FLAG_NOGHOST_BIT

Don't hide ghosted items in the preview.

Availability

5.0.0.0

See Also

FZ_FUIM_PVIEW_FLAG_2D, FZ_FUIM_PVIEW_FLAG_NOPICK, FZ_FUIM_PVIEW_FLAG_NORNDRMENU, FZ_FUIM_PVIEW_FLAG_IRNDRMENU, FZ_FUIM_PVIEW_FLAG_GRID, FZ_FUIM_PVIEW_FLAG_NOSIZE, FZ_FUIM_PVIEW_FLAG_NOPAN, FZ_FUIM_PVIEW_FLAG_NOGHOST, fz_fuim_pview_opts_set_flags

Defined in

fz_fuim_api.h