Public Attributes | |
GObject | parent_instance |
FlMethodChannel * | channel |
int64_t | client_id |
gchar * | input_action |
FlTextInputType | input_type |
gboolean | enable_delta_model |
GtkIMContext * | im_context |
FlTextInputViewDelegate * | view_delegate |
flutter::TextInputModel * | text_model |
double | editabletext_transform [4][4] |
GdkRectangle | composing_rect |
Definition at line 62 of file fl_text_input_handler.cc.
FlMethodChannel* FlTextInputHandlerPrivate::channel |
Definition at line 65 of file fl_text_input_handler.cc.
int64_t FlTextInputHandlerPrivate::client_id |
Definition at line 68 of file fl_text_input_handler.cc.
GdkRectangle FlTextInputHandlerPrivate::composing_rect |
Definition at line 97 of file fl_text_input_handler.cc.
double FlTextInputHandlerPrivate::editabletext_transform[4][4] |
Definition at line 91 of file fl_text_input_handler.cc.
gboolean FlTextInputHandlerPrivate::enable_delta_model |
Definition at line 80 of file fl_text_input_handler.cc.
GtkIMContext* FlTextInputHandlerPrivate::im_context |
Definition at line 83 of file fl_text_input_handler.cc.
gchar* FlTextInputHandlerPrivate::input_action |
Definition at line 71 of file fl_text_input_handler.cc.
FlTextInputType FlTextInputHandlerPrivate::input_type |
Definition at line 74 of file fl_text_input_handler.cc.
GObject FlTextInputHandlerPrivate::parent_instance |
Definition at line 63 of file fl_text_input_handler.cc.
flutter::TextInputModel* FlTextInputHandlerPrivate::text_model |
Definition at line 87 of file fl_text_input_handler.cc.
FlTextInputViewDelegate* FlTextInputHandlerPrivate::view_delegate |
Definition at line 85 of file fl_text_input_handler.cc.