Public Attributes | |
GObject | parent_instance |
FlKeyboardViewDelegate * | view_delegate |
GPtrArray * | responder_list |
GPtrArray * | pending_responds |
GPtrArray * | pending_redispatches |
uint64_t | last_sequence_id |
std::unique_ptr< DerivedLayout > | derived_layout |
std::unique_ptr< std::map< uint16_t, const LayoutGoal * > > | keycode_to_goals |
std::unique_ptr< std::map< uint64_t, const LayoutGoal * > > | logical_to_mandatory_goals |
FlMethodChannel * | channel |
Definition at line 163 of file fl_keyboard_handler.cc.
FlMethodChannel* _FlKeyboardHandler::channel |
Definition at line 205 of file fl_keyboard_handler.cc.
std::unique_ptr<DerivedLayout> _FlKeyboardHandler::derived_layout |
Definition at line 193 of file fl_keyboard_handler.cc.
std::unique_ptr<std::map<uint16_t, const LayoutGoal*> > _FlKeyboardHandler::keycode_to_goals |
Definition at line 197 of file fl_keyboard_handler.cc.
uint64_t _FlKeyboardHandler::last_sequence_id |
Definition at line 186 of file fl_keyboard_handler.cc.
std::unique_ptr<std::map<uint64_t, const LayoutGoal*> > _FlKeyboardHandler::logical_to_mandatory_goals |
Definition at line 202 of file fl_keyboard_handler.cc.
GObject _FlKeyboardHandler::parent_instance |
Definition at line 164 of file fl_keyboard_handler.cc.
GPtrArray* _FlKeyboardHandler::pending_redispatches |
Definition at line 183 of file fl_keyboard_handler.cc.
GPtrArray* _FlKeyboardHandler::pending_responds |
Definition at line 178 of file fl_keyboard_handler.cc.
GPtrArray* _FlKeyboardHandler::responder_list |
Definition at line 171 of file fl_keyboard_handler.cc.
FlKeyboardViewDelegate* _FlKeyboardHandler::view_delegate |
Definition at line 166 of file fl_keyboard_handler.cc.