Searched refs:RemoveButton (Results 1 – 1 of 1) sorted by relevance
1718 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator1800 m_selection_type == SelectionType::RemoveButton; in DrawFields()1861 if (m_selection_type == SelectionType::RemoveButton) { in SelectNext()1880 m_selection_type = SelectionType::RemoveButton; in SelectNext()1888 if (m_selection_type == SelectionType::RemoveButton) { in SelectPrevious()1896 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()1908 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()1947 case SelectionType::RemoveButton: in FieldDelegateHandleChar()