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_plugin.cc.
FlMethodChannel* FlTextInputPluginPrivate::channel |
Definition at line 65 of file fl_text_input_plugin.cc.
int64_t FlTextInputPluginPrivate::client_id |
Definition at line 68 of file fl_text_input_plugin.cc.
GdkRectangle FlTextInputPluginPrivate::composing_rect |
Definition at line 97 of file fl_text_input_plugin.cc.
double FlTextInputPluginPrivate::editabletext_transform[4][4] |
Definition at line 91 of file fl_text_input_plugin.cc.
gboolean FlTextInputPluginPrivate::enable_delta_model |
Definition at line 80 of file fl_text_input_plugin.cc.
GtkIMContext* FlTextInputPluginPrivate::im_context |
Definition at line 83 of file fl_text_input_plugin.cc.
gchar* FlTextInputPluginPrivate::input_action |
Definition at line 71 of file fl_text_input_plugin.cc.
FlTextInputType FlTextInputPluginPrivate::input_type |
Definition at line 74 of file fl_text_input_plugin.cc.
GObject FlTextInputPluginPrivate::parent_instance |
Definition at line 63 of file fl_text_input_plugin.cc.
flutter::TextInputModel* FlTextInputPluginPrivate::text_model |
Definition at line 87 of file fl_text_input_plugin.cc.
FlTextInputViewDelegate* FlTextInputPluginPrivate::view_delegate |
Definition at line 85 of file fl_text_input_plugin.cc.