Searched refs:SelectionType (Results 1 – 2 of 2) sorted by relevance
1712 m_selection_type(SelectionType::NewButton) {} in ListFieldDelegate()1717 enum class SelectionType { Field, RemoveButton, NewButton }; enum in curses::ListFieldDelegate1747 if (m_selection_type == SelectionType::NewButton) in FieldDelegateGetScrollContext()1796 is_element_selected && m_selection_type == SelectionType::Field; in DrawFields()1799 m_selection_type == SelectionType::RemoveButton; in DrawFields()1812 is_selected && m_selection_type == SelectionType::NewButton; in DrawNewButton()1838 m_selection_type = SelectionType::Field; in AddNewField()1849 m_selection_type = SelectionType::Field; in RemoveField()1853 m_selection_type = SelectionType::NewButton; in RemoveField()1857 if (m_selection_type == SelectionType::NewButton) in SelectNext()[all …]
314 : SelectionType(COFFYAML::COMDATType(0)) {} in NSectionSelectionType()316 : SelectionType(COFFYAML::COMDATType(C)) {} in NSectionSelectionType()318 uint8_t denormalize(IO &) { return SelectionType; } in denormalize()320 COFFYAML::COMDATType SelectionType; member540 IO.mapOptional("Selection", NSST->SelectionType, COFFYAML::COMDATType(0)); in mapping()