Searched refs:RemoveButton (Results 1 – 1 of 1) sorted by relevance
1717 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator1799 m_selection_type == SelectionType::RemoveButton; in DrawFields()1860 if (m_selection_type == SelectionType::RemoveButton) { in SelectNext()1879 m_selection_type = SelectionType::RemoveButton; in SelectNext()1887 if (m_selection_type == SelectionType::RemoveButton) { in SelectPrevious()1895 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()1907 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()1946 case SelectionType::RemoveButton: in FieldDelegateHandleChar()