Searched refs:RemoveButton (Results 1 – 1 of 1) sorted by relevance
1630 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator1712 m_selection_type == SelectionType::RemoveButton; in DrawFields()1773 if (m_selection_type == SelectionType::RemoveButton) { in SelectNext()1792 m_selection_type = SelectionType::RemoveButton; in SelectNext()1800 if (m_selection_type == SelectionType::RemoveButton) { in SelectPrevious()1808 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()1820 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()1834 case SelectionType::RemoveButton: in FieldDelegateHandleChar()