Lines Matching refs:NewButton
1711 m_selection_type(SelectionType::NewButton) {} in ListFieldDelegate()
1716 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator
1746 if (m_selection_type == SelectionType::NewButton) in FieldDelegateGetScrollContext()
1811 is_selected && m_selection_type == SelectionType::NewButton; in DrawNewButton()
1852 m_selection_type = SelectionType::NewButton; in RemoveField()
1856 if (m_selection_type == SelectionType::NewButton) in SelectNext()
1861 m_selection_type = SelectionType::NewButton; in SelectNext()
1893 if (m_selection_type == SelectionType::NewButton) { in SelectPrevious()
1926 m_selection_type = SelectionType::NewButton; in SelectNextInList()
1942 case SelectionType::NewButton: in FieldDelegateHandleChar()
1970 if (m_selection_type == SelectionType::NewButton) { in FieldDelegateOnLastOrOnlyElement()
1977 if (m_selection_type == SelectionType::NewButton && in FieldDelegateOnFirstOrOnlyElement()
1991 m_selection_type = SelectionType::NewButton; in FieldDelegateSelectFirstElement()
2000 m_selection_type = SelectionType::NewButton; in FieldDelegateSelectLastElement()