Searched refs:IsQuery (Results 1 - 11 of 11) sorted by relevance

/haiku/src/kits/tracker/
H A DModel.h132 bool IsQuery() const;
409 Model::IsQuery() const function in class:BPrivate::Model
427 return IsQuery() || IsDirectory() || IsVirtualDirectory();
H A DDesktopPoseView.cpp80 ASSERT(!sourceModel.IsQuery());
H A DFavoritesMenu.cpp150 if (startModel.IsQuery())
H A DQueryPoseView.cpp228 ASSERT(sourceModel.IsQuery());
H A DContainerWindow.cpp1406 } else if (!TargetModel()->IsQuery()
1796 if (!TargetModel()->IsQuery() && !TargetModel()->IsVirtualDirectory()
2009 ASSERT(!TargetModel()->IsQuery());
2209 if (model.IsQuery() || model.IsQueryTemplate()) {
2216 bool poseViewIsQuery = TargetModel()->IsQuery();
H A DNavMenu.cpp430 if (startModel.IsQuery()) {
H A DPoseView.cpp1189 ASSERT(!sourceModel.IsQuery());
5129 if (srcWindow->TargetModel()->IsQuery()
5403 && !targetModel->IsQuery()
5694 if (oldDir == dirNode.node || targetModel->IsQuery()
5710 if (targetModel->IsQuery()) {
8577 if (!model.IsQuery() && !model.IsQueryTemplate())
8873 if (selectCount > 1 && TargetModel()->IsQuery()) {
8911 return target->IsQuery() || target->IsQueryTemplate()
H A DWidgetAttributeText.cpp1002 if (fModel->IsDirectory() || fModel->IsQuery()
H A DTracker.cpp1123 } else if (model->IsQuery()) {
H A DFindPanel.cpp3078 if (model.IsQuery())
H A DFSUtils.cpp779 } else if (model->IsQuery()) {

Completed in 149 milliseconds