SCIMBridge
0.4.x
|
This header contains all the string constant used in communication between the agent and clients. More...
#include "scim-bridge.h"
Go to the source code of this file.
Variables | |
static const char | SCIM_BRIDGE_MESSAGE_SET_PREEDIT_MODE [] = "set_preedit_mode" |
static const char | SCIM_BRIDGE_MESSAGE_PREEDIT_MODE_CHANGED [] = "preedit_mode_changed" |
static const char | SCIM_BRIDGE_MESSAGE_EMBEDDED [] = "embedded" |
static const char | SCIM_BRIDGE_MESSAGE_FLOATING [] = "floating" |
static const char | SCIM_BRIDGE_MESSAGE_HANGING [] = "hanging" |
static const char | SCIM_BRIDGE_MESSAGE_ANY [] = "any" |
static const char | SCIM_BRIDGE_MESSAGE_UPDATE_PREEDIT [] = "update_preedit" |
static const char | SCIM_BRIDGE_MESSAGE_PREEDIT_UPDATED [] = "preedit_updated" |
static const char | SCIM_BRIDGE_MESSAGE_SET_PREEDIT_STRING [] = "set_preedit_string" |
static const char | SCIM_BRIDGE_MESSAGE_SET_PREEDIT_ATTRIBUTES [] = "set_preedit_attributes" |
static const char | SCIM_BRIDGE_MESSAGE_SET_PREEDIT_CURSOR_POSITION [] = "set_preedit_cursor_position" |
static const char | SCIM_BRIDGE_MESSAGE_SET_PREEDIT_SHOWN [] = "set_preedit_shown" |
static const char | SCIM_BRIDGE_MESSAGE_CHANGE_FOCUS [] = "change_focus" |
static const char | SCIM_BRIDGE_MESSAGE_FOCUS_CHANGED [] = "focus_changed" |
static const char | SCIM_BRIDGE_MESSAGE_HANDLE_KEY_EVENT [] = "handle_key_event" |
static const char | SCIM_BRIDGE_MESSAGE_KEY_EVENT_HANDLED [] ="key_event_handled" |
static const char | SCIM_BRIDGE_MESSAGE_SET_CURSOR_LOCATION [] = "set_cursor_location" |
static const char | SCIM_BRIDGE_MESSAGE_CURSOR_LOCATION_CHANGED [] = "cursor_location_changed" |
static const char | SCIM_BRIDGE_MESSAGE_REGISTER_IMCONTEXT [] = "register_imcontext" |
static const char | SCIM_BRIDGE_MESSAGE_IMCONTEXT_REGISTERED [] = "imcontext_registered" |
static const char | SCIM_BRIDGE_MESSAGE_DEREGISTER_IMCONTEXT [] = "deregister_imcontext" |
static const char | SCIM_BRIDGE_MESSAGE_IMCONTEXT_DEREGISTERED [] = "imcontext_deregister" |
static const char | SCIM_BRIDGE_MESSAGE_RESET_IMCONTEXT [] = "reset_imcontext" |
static const char | SCIM_BRIDGE_MESSAGE_IMCONTEXT_RESETED [] = "imcontext_reseted" |
static const char | SCIM_BRIDGE_MESSAGE_FORWARD_KEY_EVENT [] = "forward_key_event" |
static const char | SCIM_BRIDGE_MESSAGE_SET_COMMIT_STRING [] = "set_commit_string" |
static const char | SCIM_BRIDGE_MESSAGE_COMMIT_STRING [] = "commit_string" |
static const char | SCIM_BRIDGE_MESSAGE_STRING_COMMITED [] = "string_commited" |
static const char | SCIM_BRIDGE_MESSAGE_BEEP [] = "beep" |
static const char | SCIM_BRIDGE_MESSAGE_GET_SURROUNDING_TEXT [] = "get_surrounding_text" |
static const char | SCIM_BRIDGE_MESSAGE_DELETE_SURROUNDING_TEXT [] = "delete_surrounding_text" |
static const char | SCIM_BRIDGE_MESSAGE_REPLACE_SURROUNDING_TEXT [] = "replace_surrounding_text" |
static const char | SCIM_BRIDGE_MESSAGE_SURROUNDING_TEXT_GOTTEN [] = "surrounding_text_gotten" |
static const char | SCIM_BRIDGE_MESSAGE_SURROUNDING_TEXT_DELETED [] = "surrounding_text_deleted" |
static const char | SCIM_BRIDGE_MESSAGE_SURROUNDING_TEXT_REPLACED [] = "surrounding_text_replaced" |
static const char | SCIM_BRIDGE_MESSAGE_IMENGINE_STATUS_CHANGED [] = "imengine_status_changed" |
static const char | SCIM_BRIDGE_MESSAGE_ENABLED [] = "enabled" |
static const char | SCIM_BRIDGE_MESSAGE_DISABLED [] = "disabled" |
static const char | SCIM_BRIDGE_MESSAGE_SHIFT [] = "shift" |
static const char | SCIM_BRIDGE_MESSAGE_CONTROL [] = "control" |
static const char | SCIM_BRIDGE_MESSAGE_ALT [] = "alt" |
static const char | SCIM_BRIDGE_MESSAGE_META [] = "meta" |
static const char | SCIM_BRIDGE_MESSAGE_SUPER [] = "super" |
static const char | SCIM_BRIDGE_MESSAGE_HYPER [] = "hyper" |
static const char | SCIM_BRIDGE_MESSAGE_CAPS_LOCK [] = "caps_lock" |
static const char | SCIM_BRIDGE_MESSAGE_NUM_LOCK [] = "num_lock" |
static const char | SCIM_BRIDGE_MESSAGE_KANA_RO [] = "kana_ro" |
static const char | SCIM_BRIDGE_MESSAGE_UNKNOWN [] = "unknown" |
static const char | SCIM_BRIDGE_MESSAGE_TRUE [] = "true" |
static const char | SCIM_BRIDGE_MESSAGE_FALSE [] = "false" |
static const char | SCIM_BRIDGE_MESSAGE_NONE [] = "none" |
static const char | SCIM_BRIDGE_MESSAGE_DECORATE [] = "decoreate" |
static const char | SCIM_BRIDGE_MESSAGE_FOREGROUND [] = "foreground" |
static const char | SCIM_BRIDGE_MESSAGE_BACKGROUND [] = "background" |
static const char | SCIM_BRIDGE_MESSAGE_COLOR [] = "#" |
static const char | SCIM_BRIDGE_MESSAGE_UNDERLINE [] = "underline" |
static const char | SCIM_BRIDGE_MESSAGE_HIGHLIGHT [] = "highlight" |
static const char | SCIM_BRIDGE_MESSAGE_REVERSE [] = "reverse" |
This header contains all the string constant used in communication between the agent and clients.