Symbol: QueryEntryListCollection
src/kits/tracker/FavoritesMenu.cpp
151
fContainer = new QueryEntryListCollection(&startModel);
src/kits/tracker/NavMenu.cpp
427
fContainer = new QueryEntryListCollection(&startModel);
src/kits/tracker/NavMenu.cpp
552
QueryEntryListCollection* queryContainer = dynamic_cast<QueryEntryListCollection*>(fContainer);
src/kits/tracker/QueryPoseView.cpp
266
fQueryListContainer = new QueryEntryListCollection(&sourceModel, this,
src/kits/tracker/QueryPoseView.cpp
468
QueryEntryListCollection::QueryEntryListCollection(Model* model,
src/kits/tracker/QueryPoseView.cpp
640
QueryEntryListCollection::FetchOneQuery(const BQuery* copyThis,
src/kits/tracker/QueryPoseView.cpp
669
QueryEntryListCollection::~QueryEntryListCollection()
src/kits/tracker/QueryPoseView.cpp
680
QueryEntryListCollection::ClearOldPoseList()
src/kits/tracker/QueryPoseView.cpp
688
QueryEntryListCollection::GetNextEntry(BEntry* entry, bool traverse)
src/kits/tracker/QueryPoseView.cpp
719
QueryEntryListCollection::GetNextDirents(struct dirent* buffer, size_t length,
src/kits/tracker/QueryPoseView.cpp
753
QueryEntryListCollection::GetNextRef(entry_ref* ref)
src/kits/tracker/QueryPoseView.cpp
780
QueryEntryListCollection::PathFilter(const entry_ref* ref) const
src/kits/tracker/QueryPoseView.cpp
806
QueryEntryListCollection::Rewind()
src/kits/tracker/QueryPoseView.cpp
817
QueryEntryListCollection::CountEntries()
src/kits/tracker/QueryPoseView.cpp
824
QueryEntryListCollection::ShowResultsFromTrash() const
src/kits/tracker/QueryPoseView.cpp
831
QueryEntryListCollection::DynamicDateQuery() const
src/kits/tracker/QueryPoseView.cpp
838
QueryEntryListCollection::DynamicDateRefreshEveryHour() const
src/kits/tracker/QueryPoseView.cpp
845
QueryEntryListCollection::DynamicDateRefreshEveryMinute() const
src/kits/tracker/QueryPoseView.h
115
void SetQueryListContainer(QueryEntryListCollection* container)
src/kits/tracker/QueryPoseView.h
124
QueryEntryListCollection* fQueryListContainer;
src/kits/tracker/QueryPoseView.h
128
class QueryEntryListCollection : public EntryListBase {
src/kits/tracker/QueryPoseView.h
156
QueryEntryListCollection(Model*, BHandler* = NULL,
src/kits/tracker/QueryPoseView.h
158
virtual ~QueryEntryListCollection();
src/kits/tracker/QueryPoseView.h
187
QueryEntryListCollection(const QueryEntryListCollection&);
src/kits/tracker/QueryPoseView.h
47
class QueryEntryListCollection;
src/kits/tracker/QueryPoseView.h
95
QueryEntryListCollection* fQueryListContainer;