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

fz_fuim_actn_cust_enum

Description

Fuim custom item action enumerators.

enum fz_fuim_actn_cust_enum {

FZ_FUIM_ACTN_CUST_NONE,

FZ_FUIM_ACTN_CUST_INIT,

FZ_FUIM_ACTN_CUST_FINIT,

FZ_FUIM_ACTN_CUST_GET_WIDTH_MIN,

FZ_FUIM_ACTN_CUST_GET_HEIGHT_MIN,

FZ_FUIM_ACTN_CUST_GET_WIDTH,

FZ_FUIM_ACTN_CUST_GET_HEIGHT,

FZ_FUIM_ACTN_CUST_REDRAW,

FZ_FUIM_ACTN_CUST_CLICK,

FZ_FUIM_ACTN_CUST_HILITE,

FZ_FUIM_ACTN_CUST_REPOSITION,

FZ_FUIM_ACTN_CUST_MOUSE_MOVED,

FZ_FUIM_ACTN_CUST_MOUSE_MOVED_IN,

FZ_FUIM_ACTN_CUST_MOUSE_MOVED_OUT,

FZ_FUIM_ACTN_CUST_KEY_DOWN,

FZ_FUIM_ACTN_CUST_MODF_KEY,

FZ_FUIM_ACTN_CUST_NEW_VAL_INVAL,

FZ_FUIM_ACTN_CUST_TEXT_FOCUS_GET,

FZ_FUIM_ACTN_CUST_TEXT_FOCUS_SET,

FZ_FUIM_ACTN_CUST_ACTIVE,

FZ_FUIM_ACTN_CUST_WHEEL,

FZ_FUIM_ACTN_CUST_GET_DYNAMIC,

FZ_FUIM_ACTN_CUST_POST_INIT,

FZ_FUIM_ACTN_CUST_MOUSE_UP,

FZ_FUIM_ACTN_CUST_DBLCLICK,

FZ_FUIM_ACTN_CUST_TRPLCLICK,

FZ_FUIM_ACTN_CUST_GET_HINT_NAME,

FZ_FUIM_ACTN_CUST_GET_HINT_ACTN,

FZ_FUIM_ACTN_CUST_GET_HINT_HELP };

Members

FZ_FUIM_ACTN_CUST_NONE

Fuim custom item action : Nothing happened.

FZ_FUIM_ACTN_CUST_INIT

Fuim custom item action : A custom item is being initialized.

FZ_FUIM_ACTN_CUST_FINIT

Fuim custom item action : A custom item is being finalized.

FZ_FUIM_ACTN_CUST_GET_WIDTH_MIN

Fuim custom item action : Used to get the minimum width of a custom item.
action_data out of short

FZ_FUIM_ACTN_CUST_GET_HEIGHT_MIN

Fuim custom item action : Used to get the minimum height of a custom item.
action_data out of short

FZ_FUIM_ACTN_CUST_GET_WIDTH

Fuim custom item action : Used to get the width of a custom item.
action_data out of short

FZ_FUIM_ACTN_CUST_GET_HEIGHT

Fuim custom item action : Used to get the height of a custom item.
action_data out of short

FZ_FUIM_ACTN_CUST_REDRAW

Fuim custom item action : A custom item needs to be redrawn.

FZ_FUIM_ACTN_CUST_CLICK

Fuim custom item action : A mouse click has occurred in a custom item.
action_data in of point (click point)

FZ_FUIM_ACTN_CUST_HILITE

Fuim custom item action : A custom item has become the active item.
action_data in of point (highlight point)

FZ_FUIM_ACTN_CUST_REPOSITION

Fuim custom item action : A custom item has been moved.

FZ_FUIM_ACTN_CUST_MOUSE_MOVED

Fuim custom item action : The mouse moved.
action_data in of point (mouse point)

FZ_FUIM_ACTN_CUST_MOUSE_MOVED_IN

Fuim custom item action : The mouse has moved into a custom item.
action_data in of point (mouse point)

FZ_FUIM_ACTN_CUST_MOUSE_MOVED_OUT

Fuim custom item action : The mouse has moved out of a custom item.
action_data in of point (mouse point)

FZ_FUIM_ACTN_CUST_KEY_DOWN

Fuim custom item action : A key is down.
action_data in of pointer to fz_fuim_key_td*

FZ_FUIM_ACTN_CUST_MODF_KEY

Fuim custom item action : A modifier key is down.
action_data in of fzrt_int (modifiers mask)

FZ_FUIM_ACTN_CUST_NEW_VAL_INVAL

Fuim custom item action : Does a custom item need to be invalidated when a new value is set.
action_data out of short (TRUE/FALSE to invalidate on new value)

FZ_FUIM_ACTN_CUST_TEXT_FOCUS_GET

Fuim custom item action : Used to check if a custom text item has focus.
action_data out of short (TRUE/FALSE custom item has text focus)

FZ_FUIM_ACTN_CUST_TEXT_FOCUS_SET

Fuim custom item action : Used to set a custom text item to have focus or not.
action_data in of short (TRUE/FALSE custom item has text focus)

FZ_FUIM_ACTN_CUST_ACTIVE

Fuim custom item action: Used to notify any custom control if active action_data in of short (TRUE/FALSE item is active)

FZ_FUIM_ACTN_CUST_WHEEL

Fuim custom item action: Used to notify any custom control if the scroll wheel (on the mouse) was moved action_data in of pointer to fz_fuim_wheel_td (delta of movement)

FZ_FUIM_ACTN_CUST_GET_DYNAMIC

Fuim custom item action : Used to get the current height as a ratio (0.0-1.0 from WIDTH_MIN to WIDTH_MAX).
action_data out of float

Availability: 6.0.0.0

FZ_FUIM_ACTN_CUST_POST_INIT

Fuim custom item action : A custom item has just completed its initialization.
action_data out of float

Availability: 7.0.0.0

FZ_FUIM_ACTN_CUST_MOUSE_UP

Fuim custom item action : A custom item has just completed its initialization.
action_data out of float

Availability: 7.0.0.0

FZ_FUIM_ACTN_CUST_DBLCLICK

Fuim custom item action : A mouse double click has occurred in a custom item.
action_data in of point (click point)

FZ_FUIM_ACTN_CUST_TRPLCLICK

Fuim custom item action : A mouse triple click has occurred in a custom item.
action_data in of point (click point)

FZ_FUIM_ACTN_CUST_GET_HINT_NAME

get the name hint for the item
action_data in of point (click point)

FZ_FUIM_ACTN_CUST_GET_HINT_ACTN

get the action hint for the item
action_data in of point (click point)

FZ_FUIM_ACTN_CUST_GET_HINT_HELP

get the help hint for the item
action_data in of point (click point)

Availability

5.0.0.0

See Also

fz_fuim_item_cust_func

Defined in

fz_fuim_api.h