7#ifndef RIME_SELECTOR_H_
8#define RIME_SELECTOR_H_
ProcessResult
Definition processor.h:18
KeyBindingProcessor(ActionDef *action_definitions)
Definition key_binding_processor.h:36
bool Handler(Context *ctx)
Definition key_binding_processor.h:19
bool SelectCandidateAt(Context *ctx, int index)
Definition selector.cc:255
ProcessResult ProcessKeyEvent(const KeyEvent &key_event) override
Definition selector.cc:118
Handler PreviousPage
Definition selector.h:34
CandidateListLayout
Definition selector.h:23
@ Linear
Definition selector.h:25
@ Stacked
Definition selector.h:24
Handler NextPage
Definition selector.h:35
Handler PreviousCandidate
Definition selector.h:32
Handler Home
Definition selector.h:36
Selector(const Ticket &ticket)
Definition selector.cc:29
Handler End
Definition selector.h:37
TextOrientation
Definition selector.h:19
@ Horizontal
Definition selector.h:20
@ Vertical
Definition selector.h:21
Handler NextCandidate
Definition selector.h:33
Definition key_event.h:17
Processor(const Ticket &ticket)
Definition processor.h:26