ProcessResult
Definition processor.h:18
Handler CommitComposition
Definition editor.h:33
Handler RevertLastEdit
Definition editor.h:34
Handler Confirm
Definition editor.h:28
Handler CommitScriptText
Definition editor.h:31
ProcessResult CharHandler(Context *ctx, int ch)
Definition editor.h:22
ProcessResult(Editor::*)(Context *ctx, int ch) CharHandlerPtr
Definition editor.h:23
Handler BackToPreviousSyllable
Definition editor.h:36
Handler BackToPreviousInput
Definition editor.h:35
Handler CommitComment
Definition editor.h:30
void LoadConfig()
Definition editor.cc:68
Handler CommitRawInput
Definition editor.h:32
Editor(const Ticket &ticket, bool auto_commit)
Definition editor.cc:41
CharHandler AddToInput
Definition editor.h:42
ProcessResult ProcessKeyEvent(const KeyEvent &key_event)
Definition editor.cc:46
Handler DeleteChar
Definition editor.h:38
Handler DeleteCandidate
Definition editor.h:37
Handler ToggleSelection
Definition editor.h:29
Handler CancelComposition
Definition editor.h:39
CharHandlerPtr char_handler_
Definition editor.h:47
CharHandler DirectCommit
Definition editor.h:41
FluidEditor(const Ticket &ticket)
Definition editor.cc:189
ExpressEditor(const Ticket &ticket)
Definition editor.cc:205
KeyBindingProcessor(ActionDef *action_definitions)
Definition key_binding_processor.h:36
bool Handler(Context *ctx)
Definition key_binding_processor.h:19
Definition key_event.h:17
Processor(const Ticket &ticket)
Definition processor.h:26