Home
last modified time | relevance | path

Searched refs:QueryEntryListCollection (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/tracker/
H A DQueryPoseView.h47 class QueryEntryListCollection; variable
88 QueryEntryListCollection* fQueryListContainer;
113 class QueryEntryListCollection : public EntryListBase {
167 QueryEntryListCollection(Model*, BHandler* = NULL,
169 virtual ~QueryEntryListCollection();
171 QueryEntryListCollection* Clone();
198 QueryEntryListCollection(const QueryEntryListCollection&);
H A DQueryPoseView.cpp277 fQueryListContainer = new QueryEntryListCollection(&sourceModel, this, in InitDirentIterator()
522 QueryEntryListCollection::QueryEntryListCollection(Model* model, in QueryEntryListCollection() function in QueryEntryListCollection
652 QueryEntryListCollection::FetchOneQuery(const BQuery* copyThis, in FetchOneQuery()
681 QueryEntryListCollection::~QueryEntryListCollection() in ~QueryEntryListCollection()
688 QueryEntryListCollection*
689 QueryEntryListCollection::Clone() in Clone()
692 return new QueryEntryListCollection(*this); in Clone()
699 QueryEntryListCollection::QueryEntryListCollection( in QueryEntryListCollection() function in QueryEntryListCollection
700 const QueryEntryListCollection &cloneThis) in QueryEntryListCollection()
710 QueryEntryListCollection::ClearOldPoseList() in ClearOldPoseList()
[all …]
H A DNavMenu.cpp431 fContainer = new QueryEntryListCollection(&startModel); in StartBuildingItemList()
541 QueryEntryListCollection* queryContainer in AddNextItem()
542 = dynamic_cast<QueryEntryListCollection*>(fContainer); in AddNextItem()
H A DFavoritesMenu.cpp151 fContainer = new QueryEntryListCollection(&startModel); in AddNextItem()