formZ SDK | 4.0 Call Back Reference | formZ Notification

fz_notf_lite_enum

Description

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

enum fz_notf_lite_enum {

FZ_NOTF_LITE_NONE,

FZ_NOTF_LITE_DIRTY,

FZ_NOTF_LITE_NEW,

FZ_NOTF_LITE_DELETE,

FZ_NOTF_LITE_COPY };

Members

FZ_NOTF_LITE_NONE

No action

FZ_NOTF_LITE_DIRTY

general message when anything in light changes

FZ_NOTF_LITE_NEW

new light

FZ_NOTF_LITE_DELETE

light deleted

FZ_NOTF_LITE_COPY

new light was created as a copy. This will be called after the FZ_NOTF_LITE_NEW action was fired and after the light data from the source was copied into the new light copy

Availability

5.0.0.0

Defined in

fz_notf_api.h