Flutter Windows Embedder
flutter::TextInputModel Member List
This is the complete list of members for
flutter::TextInputModel
, including all inherited members.
AddCodePoint
(char32_t c)
flutter::TextInputModel
AddText
(const std::u16string &text)
flutter::TextInputModel
AddText
(const std::string &text)
flutter::TextInputModel
Backspace
()
flutter::TextInputModel
BeginComposing
()
flutter::TextInputModel
CommitComposing
()
flutter::TextInputModel
composing
() const
flutter::TextInputModel
inline
composing_range
() const
flutter::TextInputModel
inline
Delete
()
flutter::TextInputModel
DeleteSurrounding
(int offset_from_cursor, int count)
flutter::TextInputModel
EndComposing
()
flutter::TextInputModel
GetCursorOffset
() const
flutter::TextInputModel
GetText
() const
flutter::TextInputModel
MoveCursorBack
()
flutter::TextInputModel
MoveCursorForward
()
flutter::TextInputModel
MoveCursorToBeginning
()
flutter::TextInputModel
MoveCursorToEnd
()
flutter::TextInputModel
selection
() const
flutter::TextInputModel
inline
SelectToBeginning
()
flutter::TextInputModel
SelectToEnd
()
flutter::TextInputModel
SetComposingRange
(const TextRange &range, size_t cursor_offset)
flutter::TextInputModel
SetSelection
(const TextRange &range)
flutter::TextInputModel
SetText
(const std::string &text, const TextRange &selection=TextRange(0), const TextRange &composing_range=TextRange(0))
flutter::TextInputModel
text_range
() const
flutter::TextInputModel
inline
TextInputModel
()
flutter::TextInputModel
UpdateComposingText
(const std::u16string &text, const TextRange &selection)
flutter::TextInputModel
UpdateComposingText
(const std::u16string &text)
flutter::TextInputModel
UpdateComposingText
(const std::string &text)
flutter::TextInputModel
~TextInputModel
()
flutter::TextInputModel
virtual
Generated by
1.8.17