formZ SDK | 4.0 Call Back Reference | formZ Notification

fz_notf_wind_enum

Description

Window notification identifiers. These items indicate the action that is being notified.

enum fz_notf_wind_enum {

FZ_NOTF_WIND_NONE,

FZ_NOTF_WIND_DIRTY,

FZ_NOTF_WIND_NEW,

FZ_NOTF_WIND_CLOSE,

FZ_NOTF_WIND_RESIZE,

FZ_NOTF_WIND_RESIZE_START,

FZ_NOTF_WIND_RESIZE_END,

FZ_NOTF_WIND_ISPEC,

FZ_NOTF_WIND_DEPTH,

FZ_NOTF_WIND_VIEW,

FZ_NOTF_WIND_GRID,

FZ_NOTF_WIND_ULAY,

FZ_NOTF_WIND_OPTS,

FZ_NOTF_WIND_PROJ,

FZ_NOTF_WIND_RNDR_START,

FZ_NOTF_WIND_RNDR_END,

FZ_NOTF_WIND_TOGGLE,

FZ_NOTF_WIND_VIEW_ANIM_START,

FZ_NOTF_WIND_VIEW_ANIM_END,

FZ_NOTF_WIND_VIEW_RECALL_START,

FZ_NOTF_WIND_VIEW_RECALL_END };

Members

FZ_NOTF_WIND_NONE

No action

FZ_NOTF_WIND_DIRTY

general message when anything in window changes

FZ_NOTF_WIND_NEW

window new

FZ_NOTF_WIND_CLOSE

window closed

FZ_NOTF_WIND_RESIZE

window resized

FZ_NOTF_WIND_RESIZE_START

window resize start

FZ_NOTF_WIND_RESIZE_END

window resize end

FZ_NOTF_WIND_ISPEC

window's image spec changed

FZ_NOTF_WIND_DEPTH

window's depth changed

FZ_NOTF_WIND_VIEW

window's view changed

FZ_NOTF_WIND_GRID

window's grid changed

FZ_NOTF_WIND_ULAY

window's underlay changed

FZ_NOTF_WIND_OPTS

window's options changed

FZ_NOTF_WIND_PROJ

window's project changed (see fz_notf_proj_enum)

FZ_NOTF_WIND_RNDR_START

start of a rendering in a window

FZ_NOTF_WIND_RNDR_END

end of a rendering in a window

FZ_NOTF_WIND_TOGGLE

After switching from one window to another. The windows may belong to the same or to different projects.

FZ_NOTF_WIND_VIEW_ANIM_START

start of an animated view chnage in a window

FZ_NOTF_WIND_VIEW_ANIM_END

end of an animated view chnage in a window

FZ_NOTF_WIND_VIEW_RECALL_START

start of a view recall in a window

FZ_NOTF_WIND_VIEW_RECALL_END

end of a view recall in a window

Availability

5.0.0.0

Defined in

fz_notf_api.h