Searched refs:m_selection_type (Results 1 – 1 of 1) sorted by relevance
1713 m_selection_type(SelectionType::NewButton) {} in ListFieldDelegate()1748 if (m_selection_type == SelectionType::NewButton) in FieldDelegateGetScrollContext()1797 is_element_selected && m_selection_type == SelectionType::Field; in DrawFields()1800 m_selection_type == SelectionType::RemoveButton; in DrawFields()1813 is_selected && m_selection_type == SelectionType::NewButton; in DrawNewButton()1839 m_selection_type = SelectionType::Field; in AddNewField()1850 m_selection_type = SelectionType::Field; in RemoveField()1854 m_selection_type = SelectionType::NewButton; in RemoveField()1858 if (m_selection_type == SelectionType::NewButton) in SelectNext()1861 if (m_selection_type == SelectionType::RemoveButton) { in SelectNext()[all …]