Go to the source code of this file.
Classes | |
struct | _FlKeyboardPendingEvent |
Functions | |
static void | fl_keyboard_pending_event_dispose (GObject *object) |
static void | fl_keyboard_pending_event_class_init (FlKeyboardPendingEventClass *klass) |
static void | fl_keyboard_pending_event_init (FlKeyboardPendingEvent *self) |
FlKeyboardPendingEvent * | fl_keyboard_pending_event_new (FlKeyEvent *event) |
FlKeyEvent * | fl_keyboard_pending_event_get_event (FlKeyboardPendingEvent *self) |
uint64_t | fl_keyboard_pending_event_get_hash (FlKeyboardPendingEvent *self) |
void | fl_keyboard_pending_event_mark_embedder_replied (FlKeyboardPendingEvent *self, gboolean handled) |
void | fl_keyboard_pending_event_mark_channel_replied (FlKeyboardPendingEvent *self, gboolean handled) |
gboolean | fl_keyboard_pending_event_get_any_handled (FlKeyboardPendingEvent *self) |
gboolean | fl_keyboard_pending_event_is_complete (FlKeyboardPendingEvent *self) |
|
static |
Definition at line 49 of file fl_keyboard_pending_event.cc.
References fl_keyboard_pending_event_dispose().
|
static |
Definition at line 41 of file fl_keyboard_pending_event.cc.
Referenced by fl_keyboard_pending_event_class_init().
gboolean fl_keyboard_pending_event_get_any_handled | ( | FlKeyboardPendingEvent * | self | ) |
Definition at line 94 of file fl_keyboard_pending_event.cc.
Referenced by responder_handle_event_callback().
FlKeyEvent* fl_keyboard_pending_event_get_event | ( | FlKeyboardPendingEvent * | self | ) |
Definition at line 68 of file fl_keyboard_pending_event.cc.
Referenced by responder_handle_event_callback().
uint64_t fl_keyboard_pending_event_get_hash | ( | FlKeyboardPendingEvent * | self | ) |
Definition at line 73 of file fl_keyboard_pending_event.cc.
Referenced by compare_pending_by_hash().
|
static |
Definition at line 54 of file fl_keyboard_pending_event.cc.
gboolean fl_keyboard_pending_event_is_complete | ( | FlKeyboardPendingEvent * | self | ) |
Definition at line 100 of file fl_keyboard_pending_event.cc.
Referenced by responder_handle_event_callback().
void fl_keyboard_pending_event_mark_channel_replied | ( | FlKeyboardPendingEvent * | self, |
gboolean | handled | ||
) |
Definition at line 86 of file fl_keyboard_pending_event.cc.
Referenced by responder_handle_channel_event_cb().
void fl_keyboard_pending_event_mark_embedder_replied | ( | FlKeyboardPendingEvent * | self, |
gboolean | handled | ||
) |
Definition at line 78 of file fl_keyboard_pending_event.cc.
Referenced by responder_handle_embedder_event_callback().
FlKeyboardPendingEvent* fl_keyboard_pending_event_new | ( | FlKeyEvent * | event | ) |
Definition at line 58 of file fl_keyboard_pending_event.cc.
References fl_key_event_hash().
Referenced by fl_keyboard_manager_handle_event().