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

/haiku/src/kits/tracker/
H A DQueryPoseView.h47 class QueryEntryListCollection;
82 // QueryEntryListCollection provides the abstraction layer
88 QueryEntryListCollection* fQueryListContainer;
107 class QueryEntryListCollection : public EntryListBase { class in namespace:BPrivate
161 QueryEntryListCollection(Model*, BHandler* = NULL,
163 virtual ~QueryEntryListCollection();
165 QueryEntryListCollection* Clone();
192 QueryEntryListCollection(const QueryEntryListCollection&);
H A DQueryPoseView.cpp238 fQueryListContainer = new QueryEntryListCollection(&sourceModel, this,
404 // #pragma mark - QueryEntryListCollection
407 QueryEntryListCollection::QueryEntryListCollection(Model* model, function in class:QueryEntryListCollection
537 QueryEntryListCollection::FetchOneQuery(const BQuery* copyThis,
566 QueryEntryListCollection::~QueryEntryListCollection()
573 QueryEntryListCollection*
574 QueryEntryListCollection::Clone()
577 return new QueryEntryListCollection(*thi
[all...]
H A DFavoritesMenu.cpp151 fContainer = new QueryEntryListCollection(&startModel);
H A DNavMenu.cpp431 fContainer = new QueryEntryListCollection(&startModel);
541 QueryEntryListCollection* queryContainer
542 = dynamic_cast<QueryEntryListCollection*>(fContainer);

Completed in 90 milliseconds