Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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() constflutter::TextInputModelinline
composing_range() constflutter::TextInputModelinline
Delete()flutter::TextInputModel
DeleteSurrounding(int offset_from_cursor, int count)flutter::TextInputModel
EndComposing()flutter::TextInputModel
GetCursorOffset() constflutter::TextInputModel
GetText() constflutter::TextInputModel
MoveCursorBack()flutter::TextInputModel
MoveCursorForward()flutter::TextInputModel
MoveCursorToBeginning()flutter::TextInputModel
MoveCursorToEnd()flutter::TextInputModel
selection() constflutter::TextInputModelinline
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() constflutter::TextInputModelinline
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::TextInputModelvirtual