Home
last modified time | relevance | path

Searched defs:TextEditingValueNG (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_editing_value_ng.h27 struct TextEditingValueNG { struct
38 bool Empty() const in Empty()
43 std::wstring GetWideText() const in GetWideText()
48 void CursorMoveLeft() in CursorMoveLeft()
53 void CursorMoveRight() in CursorMoveRight()
106 bool CaretAtLast() const in CaretAtLast()
111 char16_t LastChar() const in LastChar()
122 std::string ToString() const in ToString()
127 void Reset() in Reset()
133 std::string text;
[all …]