![]() |
![]() |
![]() |
libskk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
SkkNicolaKeyEventFilterSkkNicolaKeyEventFilter — Key event filter implementing NICOLA (thumb shift) input |
#define SKK_TYPE_NICOLA_KEY_EVENT_FILTER SkkNicolaKeyEventFilter * skk_nicola_key_event_filter_new (void
); struct SkkNicolaKeyEventFilter; struct SkkNicolaKeyEventFilterClass; gint64 (*SkkGetTime) (void *user_data
);
This class is rarely used in programs but specified as "filter" property in rule metadata.
See also: SkkRule
#define SKK_TYPE_NICOLA_KEY_EVENT_FILTER (skk_nicola_key_event_filter_get_type ())
The type for SkkNicolaKeyEventFilter.
SkkNicolaKeyEventFilter * skk_nicola_key_event_filter_new
(void
);
struct SkkNicolaKeyEventFilter;
Key event filter implementing NICOLA (thumb shift) input
This class is rarely used in programs but specified as "filter" property in rule metadata.
See also: SkkRule
struct SkkNicolaKeyEventFilterClass { SkkKeyEventFilterClass parent_class; };
The class structure for SKK_TYPE_NICOLA_KEY_EVENT_FILTER
. All the fields in this structure are private and should never be accessed directly.
SkkKeyEventFilterClass |
the parent class structure |