Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Variables
text_input_plugin.cc File Reference
#include "flutter/shell/platform/glfw/text_input_plugin.h"
#include <cstdint>
#include <iostream>
#include "flutter/shell/platform/common/json_method_codec.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 

Variables

static constexpr char kSetEditingStateMethod [] = "TextInput.setEditingState"
 
static constexpr char kClearClientMethod [] = "TextInput.clearClient"
 
static constexpr char kSetClientMethod [] = "TextInput.setClient"
 
static constexpr char kShowMethod [] = "TextInput.show"
 
static constexpr char kHideMethod [] = "TextInput.hide"
 
static constexpr char kMultilineInputType [] = "TextInputType.multiline"
 
static constexpr char kUpdateEditingStateMethod []
 
static constexpr char kPerformActionMethod [] = "TextInputClient.performAction"
 
static constexpr char kTextInputAction [] = "inputAction"
 
static constexpr char kTextInputType [] = "inputType"
 
static constexpr char kTextInputTypeName [] = "name"
 
static constexpr char kComposingBaseKey [] = "composingBase"
 
static constexpr char kComposingExtentKey [] = "composingExtent"
 
static constexpr char kSelectionAffinityKey [] = "selectionAffinity"
 
static constexpr char kAffinityDownstream [] = "TextAffinity.downstream"
 
static constexpr char kSelectionBaseKey [] = "selectionBase"
 
static constexpr char kSelectionExtentKey [] = "selectionExtent"
 
static constexpr char kSelectionIsDirectionalKey [] = "selectionIsDirectional"
 
static constexpr char kTextKey [] = "text"
 
static constexpr char kChannelName [] = "flutter/textinput"
 
static constexpr char kBadArgumentError [] = "Bad Arguments"
 
static constexpr char kInternalConsistencyError []
 

Variable Documentation

◆ kAffinityDownstream

constexpr char kAffinityDownstream[] = "TextAffinity.downstream"
staticconstexpr

Definition at line 30 of file text_input_plugin.cc.

◆ kBadArgumentError

constexpr char kBadArgumentError[] = "Bad Arguments"
staticconstexpr

Definition at line 38 of file text_input_plugin.cc.

◆ kChannelName

constexpr char kChannelName[] = "flutter/textinput"
staticconstexpr

Definition at line 36 of file text_input_plugin.cc.

◆ kClearClientMethod

constexpr char kClearClientMethod[] = "TextInput.clearClient"
staticconstexpr

Definition at line 13 of file text_input_plugin.cc.

◆ kComposingBaseKey

constexpr char kComposingBaseKey[] = "composingBase"
staticconstexpr

Definition at line 27 of file text_input_plugin.cc.

◆ kComposingExtentKey

constexpr char kComposingExtentKey[] = "composingExtent"
staticconstexpr

Definition at line 28 of file text_input_plugin.cc.

◆ kHideMethod

constexpr char kHideMethod[] = "TextInput.hide"
staticconstexpr

Definition at line 16 of file text_input_plugin.cc.

◆ kInternalConsistencyError

constexpr char kInternalConsistencyError[]
staticconstexpr
Initial value:
=
"Internal Consistency Error"

Definition at line 39 of file text_input_plugin.cc.

◆ kMultilineInputType

constexpr char kMultilineInputType[] = "TextInputType.multiline"
staticconstexpr

Definition at line 18 of file text_input_plugin.cc.

◆ kPerformActionMethod

constexpr char kPerformActionMethod[] = "TextInputClient.performAction"
staticconstexpr

Definition at line 22 of file text_input_plugin.cc.

◆ kSelectionAffinityKey

constexpr char kSelectionAffinityKey[] = "selectionAffinity"
staticconstexpr

Definition at line 29 of file text_input_plugin.cc.

◆ kSelectionBaseKey

constexpr char kSelectionBaseKey[] = "selectionBase"
staticconstexpr

Definition at line 31 of file text_input_plugin.cc.

◆ kSelectionExtentKey

constexpr char kSelectionExtentKey[] = "selectionExtent"
staticconstexpr

Definition at line 32 of file text_input_plugin.cc.

◆ kSelectionIsDirectionalKey

constexpr char kSelectionIsDirectionalKey[] = "selectionIsDirectional"
staticconstexpr

Definition at line 33 of file text_input_plugin.cc.

◆ kSetClientMethod

constexpr char kSetClientMethod[] = "TextInput.setClient"
staticconstexpr

Definition at line 14 of file text_input_plugin.cc.

◆ kSetEditingStateMethod

constexpr char kSetEditingStateMethod[] = "TextInput.setEditingState"
staticconstexpr

Definition at line 12 of file text_input_plugin.cc.

◆ kShowMethod

constexpr char kShowMethod[] = "TextInput.show"
staticconstexpr

Definition at line 15 of file text_input_plugin.cc.

◆ kTextInputAction

constexpr char kTextInputAction[] = "inputAction"
staticconstexpr

Definition at line 24 of file text_input_plugin.cc.

◆ kTextInputType

constexpr char kTextInputType[] = "inputType"
staticconstexpr

Definition at line 25 of file text_input_plugin.cc.

◆ kTextInputTypeName

constexpr char kTextInputTypeName[] = "name"
staticconstexpr

Definition at line 26 of file text_input_plugin.cc.

◆ kTextKey

constexpr char kTextKey[] = "text"
staticconstexpr

Definition at line 34 of file text_input_plugin.cc.

◆ kUpdateEditingStateMethod

constexpr char kUpdateEditingStateMethod[]
staticconstexpr
Initial value:
=
"TextInputClient.updateEditingState"

Definition at line 20 of file text_input_plugin.cc.