Searched refs:SelectionEnd (Results 1 – 7 of 7) sorted by relevance
334 if (data->SelectionStart == 0 && data->SelectionEnd == data->BufTextLen) in Callback()340 data->SelectionEnd = data->CursorPos = 2; in Callback()
1438 …int SelectionEnd; // // Read-write // [Co… member1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
3027 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()3059 SelectionStart = SelectionEnd = CursorPos; in InsertChars()3539 …const int utf8_selection_end = callback_data.SelectionEnd = ImTextCountUtf8BytesFromStr(text, text… in InputTextEx()3550 …SelectionEnd != utf8_selection_end) { edit_state.StbState.select_end = ImTextCountCharsFromUt… in InputTextEx()
1985 …int SelectionEnd; // // Read-write // [Co… member1992 void SelectAll() { SelectionStart = 0; SelectionEnd = BufTextLen; } in SelectAll()1993 void ClearSelection() { SelectionStart = SelectionEnd = BufTextLen; } in ClearSelection()1994 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
3811 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()3843 SelectionStart = SelectionEnd = CursorPos; in InsertChars()4465 …const int utf8_selection_end = callback_data.SelectionEnd = ImTextCountUtf8BytesFromStr(text, text… in InputTextEx()4477 …SelectionEnd != utf8_selection_end || buf_dirty) { state->Stb.select_end = (callback_data.Sel… in InputTextEx()
1431 …int SelectionEnd; // // Read-write // [Co… member1438 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
3027 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()3059 SelectionStart = SelectionEnd = CursorPos; in InsertChars()3533 …const int utf8_selection_end = callback_data.SelectionEnd = ImTextCountUtf8BytesFromStr(text, text… in InputTextEx()3544 …SelectionEnd != utf8_selection_end) { edit_state.StbState.select_end = ImTextCountCharsFromUt… in InputTextEx()