Lines Matching refs:NewButton
1712 m_selection_type(SelectionType::NewButton) {} in ListFieldDelegate()
1717 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator
1747 if (m_selection_type == SelectionType::NewButton) in FieldDelegateGetScrollContext()
1812 is_selected && m_selection_type == SelectionType::NewButton; in DrawNewButton()
1853 m_selection_type = SelectionType::NewButton; in RemoveField()
1857 if (m_selection_type == SelectionType::NewButton) in SelectNext()
1862 m_selection_type = SelectionType::NewButton; in SelectNext()
1894 if (m_selection_type == SelectionType::NewButton) { in SelectPrevious()
1927 m_selection_type = SelectionType::NewButton; in SelectNextInList()
1943 case SelectionType::NewButton: in FieldDelegateHandleChar()
1971 if (m_selection_type == SelectionType::NewButton) { in FieldDelegateOnLastOrOnlyElement()
1978 if (m_selection_type == SelectionType::NewButton && in FieldDelegateOnFirstOrOnlyElement()
1992 m_selection_type = SelectionType::NewButton; in FieldDelegateSelectFirstElement()
2001 m_selection_type = SelectionType::NewButton; in FieldDelegateSelectLastElement()