Lines Matching refs:ListSelectionModel

13 ListSelectionModel::ListSelectionModel()  in ListSelectionModel()  function in ListSelectionModel
18 ListSelectionModel::ListSelectionModel(const ListSelectionModel& other) in ListSelectionModel() function in ListSelectionModel
24 ListSelectionModel::~ListSelectionModel() in ~ListSelectionModel()
30 ListSelectionModel::Clear() in Clear()
45 ListSelectionModel::SelectItems(int32 itemIndex, int32 count, in SelectItems()
89 ListSelectionModel::DeselectItems(int32 itemIndex, int32 count) in DeselectItems()
107 ListSelectionModel::ItemsAdded(int32 itemIndex, int32 count) in ItemsAdded()
121 ListSelectionModel::ItemsRemoved(int32 itemIndex, int32 count) in ItemsRemoved()
142 ListSelectionModel::AddListener(Listener* listener) in AddListener()
149 ListSelectionModel::RemoveListener(Listener* listener) in RemoveListener()
155 ListSelectionModel&
156 ListSelectionModel::operator=(const ListSelectionModel& other) in operator =()
174 ListSelectionModel::_FindItem(int32 itemIndex) const in _FindItem()
194 ListSelectionModel::_CountSelectedItemsInRange(int32 index, in _CountSelectedItemsInRange()
210 ListSelectionModel::_NotifyItemsSelected(int32 index, int32 count) in _NotifyItemsSelected()
219 ListSelectionModel::_NotifyItemsDeselected(int32 index, int32 count) in _NotifyItemsDeselected()
230 ListSelectionModel::Listener::~Listener() in ~Listener()
236 ListSelectionModel::Listener::ItemsSelected(ListSelectionModel* model, in ItemsSelected()
243 ListSelectionModel::Listener::ItemsDeselected(ListSelectionModel* model, in ItemsDeselected()