Searched refs:RemoveButton (Results 1 – 1 of 1) sorted by relevance
1716 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator1798 m_selection_type == SelectionType::RemoveButton; in DrawFields()1859 if (m_selection_type == SelectionType::RemoveButton) { in SelectNext()1878 m_selection_type = SelectionType::RemoveButton; in SelectNext()1886 if (m_selection_type == SelectionType::RemoveButton) { in SelectPrevious()1894 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()1906 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()1945 case SelectionType::RemoveButton: in FieldDelegateHandleChar()