Enum sciter::dom::event::EVENT_GROUPS [] [src]

#[repr(C)]
pub enum EVENT_GROUPS { HANDLE_INITIALIZATION, HANDLE_MOUSE, HANDLE_KEY, HANDLE_FOCUS, HANDLE_SCROLL, HANDLE_TIMER, HANDLE_SIZE, HANDLE_DRAW, HANDLE_DATA_ARRIVED, HANDLE_BEHAVIOR_EVENT, HANDLE_METHOD_CALL, HANDLE_SCRIPTING_METHOD_CALL, HANDLE_TISCRIPT_METHOD_CALL, HANDLE_EXCHANGE, HANDLE_GESTURE, HANDLE_ALL, SUBSCRIPTIONS_REQUEST, }

Event groups for subscription.

Variants

attached/detached

mouse events

key events

focus events, if this flag is set it also means that element it attached to is focusable

scroll events

timer event

size changed event

drawing request (event)

requested data () has been delivered

logical, synthetic events: BUTTON_CLICK, HYPERLINK_CLICK, etc., a.k.a. notifications from intrinsic behaviors

behavior specific methods

behavior specific methods

behavior specific methods using direct tiscript::value's

system drag-n-drop

touch input events

all of them

special value for getting subscription flags

Trait Implementations

impl Copy for EVENT_GROUPS
[src]

impl Clone for EVENT_GROUPS
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EVENT_GROUPS
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialOrd for EVENT_GROUPS
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq for EVENT_GROUPS
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl BitOr for EVENT_GROUPS
[src]

The resulting type after applying the | operator.

[src]

Performs the | operation.

Auto Trait Implementations

impl Send for EVENT_GROUPS

impl Sync for EVENT_GROUPS