Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

TransactionCommands
[SocketCommunication]

Command types used by Socket Frontend/IMEngine/Config and Panel. More...

Variables

const int scim::SCIM_TRANS_CMD_UNKNOWN = 0
const int scim::SCIM_TRANS_CMD_REQUEST = 1
const int scim::SCIM_TRANS_CMD_REPLY = 2
const int scim::SCIM_TRANS_CMD_OK = 3
const int scim::SCIM_TRANS_CMD_FAIL = 4
const int scim::SCIM_TRANS_CMD_OPEN_CONNECTION = 5
const int scim::SCIM_TRANS_CMD_CLOSE_CONNECTION = 6
const int scim::SCIM_TRANS_CMD_LOAD_FILE = 7
const int scim::SCIM_TRANS_CMD_EXIT = 99
const int scim::SCIM_TRANS_CMD_PROCESS_KEY_EVENT = 100
const int scim::SCIM_TRANS_CMD_MOVE_PREEDIT_CARET = 101
const int scim::SCIM_TRANS_CMD_SELECT_CANDIDATE = 102
const int scim::SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE_PAGE_SIZE = 103
const int scim::SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_UP = 104
const int scim::SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_DOWN = 105
const int scim::SCIM_TRANS_CMD_RESET = 106
const int scim::SCIM_TRANS_CMD_FOCUS_IN = 107
const int scim::SCIM_TRANS_CMD_FOCUS_OUT = 108
const int scim::SCIM_TRANS_CMD_TRIGGER_PROPERTY = 109
const int scim::SCIM_TRANS_CMD_SHOW_PREEDIT_STRING = 110
const int scim::SCIM_TRANS_CMD_SHOW_AUX_STRING = 111
const int scim::SCIM_TRANS_CMD_SHOW_LOOKUP_TABLE = 112
const int scim::SCIM_TRANS_CMD_HIDE_PREEDIT_STRING = 113
const int scim::SCIM_TRANS_CMD_HIDE_AUX_STRING = 114
const int scim::SCIM_TRANS_CMD_HIDE_LOOKUP_TABLE = 115
const int scim::SCIM_TRANS_CMD_UPDATE_PREEDIT_CARET = 116
const int scim::SCIM_TRANS_CMD_UPDATE_PREEDIT_STRING = 117
const int scim::SCIM_TRANS_CMD_UPDATE_AUX_STRING = 118
const int scim::SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE = 119
const int scim::SCIM_TRANS_CMD_COMMIT_STRING = 120
const int scim::SCIM_TRANS_CMD_FORWARD_KEY_EVENT = 121
const int scim::SCIM_TRANS_CMD_REGISTER_PROPERTIES = 122
const int scim::SCIM_TRANS_CMD_UPDATE_PROPERTY = 123
const int scim::SCIM_TRANS_CMD_NEW_INSTANCE = 200
const int scim::SCIM_TRANS_CMD_DELETE_INSTANCE = 201
const int scim::SCIM_TRANS_CMD_DELETE_ALL_INSTANCES = 202
const int scim::SCIM_TRANS_CMD_GET_FACTORY_LIST = 203
const int scim::SCIM_TRANS_CMD_GET_FACTORY_NAME = 204
const int scim::SCIM_TRANS_CMD_GET_FACTORY_AUTHORS = 205
const int scim::SCIM_TRANS_CMD_GET_FACTORY_CREDITS = 206
const int scim::SCIM_TRANS_CMD_GET_FACTORY_HELP = 207
const int scim::SCIM_TRANS_CMD_GET_FACTORY_LOCALES = 208
const int scim::SCIM_TRANS_CMD_GET_FACTORY_ICON_FILE = 209
const int scim::SCIM_TRANS_CMD_GET_FACTORY_LANGUAGE = 210
const int scim::SCIM_TRANS_CMD_FLUSH_CONFIG = 300
const int scim::SCIM_TRANS_CMD_ERASE_CONFIG = 301
const int scim::SCIM_TRANS_CMD_GET_CONFIG_STRING = 302
const int scim::SCIM_TRANS_CMD_SET_CONFIG_STRING = 303
const int scim::SCIM_TRANS_CMD_GET_CONFIG_INT = 304
const int scim::SCIM_TRANS_CMD_SET_CONFIG_INT = 305
const int scim::SCIM_TRANS_CMD_GET_CONFIG_BOOL = 306
const int scim::SCIM_TRANS_CMD_SET_CONFIG_BOOL = 307
const int scim::SCIM_TRANS_CMD_GET_CONFIG_DOUBLE = 308
const int scim::SCIM_TRANS_CMD_SET_CONFIG_DOUBLE = 309
const int scim::SCIM_TRANS_CMD_GET_CONFIG_VECTOR_STRING = 310
const int scim::SCIM_TRANS_CMD_SET_CONFIG_VECTOR_STRING = 311
const int scim::SCIM_TRANS_CMD_GET_CONFIG_VECTOR_INT = 312
const int scim::SCIM_TRANS_CMD_SET_CONFIG_VECTOR_INT = 313
const int scim::SCIM_TRANS_CMD_RELOAD_CONFIG = 314
const int scim::SCIM_TRANS_CMD_PANEL_COMMAND_START = 500
const int scim::SCIM_TRANS_CMD_PANEL_COMMAND_END = 599
const int scim::SCIM_TRANS_CMD_USER_DEFINED = 10000

Detailed Description

Command types used by Socket Frontend/IMEngine/Config and Panel.


Variable Documentation

const int scim::SCIM_TRANS_CMD_UNKNOWN = 0
 

Definition at line 68 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_REQUEST = 1
 

Definition at line 70 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_REPLY = 2
 

Definition at line 71 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_OK = 3
 

Definition at line 72 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_FAIL = 4
 

Definition at line 73 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_OPEN_CONNECTION = 5
 

Definition at line 75 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_CLOSE_CONNECTION = 6
 

Definition at line 76 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_LOAD_FILE = 7
 

Definition at line 78 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_EXIT = 99
 

Definition at line 79 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_PROCESS_KEY_EVENT = 100
 

Definition at line 81 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_MOVE_PREEDIT_CARET = 101
 

Definition at line 82 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_SELECT_CANDIDATE = 102
 

Definition at line 83 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE_PAGE_SIZE = 103
 

Definition at line 84 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_UP = 104
 

Definition at line 85 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_LOOKUP_TABLE_PAGE_DOWN = 105
 

Definition at line 86 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_RESET = 106
 

Definition at line 87 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_FOCUS_IN = 107
 

Definition at line 88 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_FOCUS_OUT = 108
 

Definition at line 89 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_TRIGGER_PROPERTY = 109
 

Definition at line 90 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_SHOW_PREEDIT_STRING = 110
 

Definition at line 92 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_SHOW_AUX_STRING = 111
 

Definition at line 93 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_SHOW_LOOKUP_TABLE = 112
 

Definition at line 94 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_HIDE_PREEDIT_STRING = 113
 

Definition at line 95 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_HIDE_AUX_STRING = 114
 

Definition at line 96 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_HIDE_LOOKUP_TABLE = 115
 

Definition at line 97 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_UPDATE_PREEDIT_CARET = 116
 

Definition at line 98 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_UPDATE_PREEDIT_STRING = 117
 

Definition at line 99 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_UPDATE_AUX_STRING = 118
 

Definition at line 100 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_UPDATE_LOOKUP_TABLE = 119
 

Definition at line 101 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_COMMIT_STRING = 120
 

Definition at line 102 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_FORWARD_KEY_EVENT = 121
 

Definition at line 103 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_REGISTER_PROPERTIES = 122
 

Definition at line 104 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_UPDATE_PROPERTY = 123
 

Definition at line 105 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_NEW_INSTANCE = 200
 

Definition at line 107 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_DELETE_INSTANCE = 201
 

Definition at line 108 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_DELETE_ALL_INSTANCES = 202
 

Definition at line 109 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_FACTORY_LIST = 203
 

Definition at line 111 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_FACTORY_NAME = 204
 

Definition at line 112 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_FACTORY_AUTHORS = 205
 

Definition at line 113 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_FACTORY_CREDITS = 206
 

Definition at line 114 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_FACTORY_HELP = 207
 

Definition at line 115 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_FACTORY_LOCALES = 208
 

Definition at line 116 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_FACTORY_ICON_FILE = 209
 

Definition at line 117 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_FACTORY_LANGUAGE = 210
 

Definition at line 118 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_FLUSH_CONFIG = 300
 

Definition at line 120 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_ERASE_CONFIG = 301
 

Definition at line 121 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_CONFIG_STRING = 302
 

Definition at line 122 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_SET_CONFIG_STRING = 303
 

Definition at line 123 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_CONFIG_INT = 304
 

Definition at line 124 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_SET_CONFIG_INT = 305
 

Definition at line 125 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_CONFIG_BOOL = 306
 

Definition at line 126 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_SET_CONFIG_BOOL = 307
 

Definition at line 127 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_CONFIG_DOUBLE = 308
 

Definition at line 128 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_SET_CONFIG_DOUBLE = 309
 

Definition at line 129 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_CONFIG_VECTOR_STRING = 310
 

Definition at line 130 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_SET_CONFIG_VECTOR_STRING = 311
 

Definition at line 131 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_GET_CONFIG_VECTOR_INT = 312
 

Definition at line 132 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_SET_CONFIG_VECTOR_INT = 313
 

Definition at line 133 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_RELOAD_CONFIG = 314
 

Definition at line 134 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_PANEL_COMMAND_START = 500
 

Definition at line 136 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_PANEL_COMMAND_END = 599
 

Definition at line 137 of file scim_socket_transaction.h.

const int scim::SCIM_TRANS_CMD_USER_DEFINED = 10000
 

Definition at line 139 of file scim_socket_transaction.h.


Generated on Thu Dec 30 21:03:19 2004 for scim by doxygen 1.3.8