Searched refs:NewButton (Results 1 – 1 of 1) sorted by relevance
1713 m_selection_type(SelectionType::NewButton) {} in ListFieldDelegate()1718 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator1748 if (m_selection_type == SelectionType::NewButton) in FieldDelegateGetScrollContext()1813 is_selected && m_selection_type == SelectionType::NewButton; in DrawNewButton()1854 m_selection_type = SelectionType::NewButton; in RemoveField()1858 if (m_selection_type == SelectionType::NewButton) in SelectNext()1863 m_selection_type = SelectionType::NewButton; in SelectNext()1895 if (m_selection_type == SelectionType::NewButton) { in SelectPrevious()1928 m_selection_type = SelectionType::NewButton; in SelectNextInList()1944 case SelectionType::NewButton: in FieldDelegateHandleChar()[all …]