Searched refs:IsFilePanel (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/tracker/
H A DFilePanelPriv.h166 virtual bool IsFilePanel() const;
203 BFilePanelPoseView::IsFilePanel() const function in class:BPrivate::BFilePanelPoseView
H A DCountView.cpp291 if (fPoseView->IsFilePanel() || fPoseView->TargetModel() == NULL)
H A DContainerWindow.cpp637 && !fPoseView->IsFilePanel()) {
859 bool forFilePanel = PoseView()->IsFilePanel();
1561 && !PoseView()->IsFilePanel()
1791 if (!PoseView()->IsFilePanel()) {
1798 if (!PoseView()->IsFilePanel()) {
2008 ASSERT(!PoseView()->IsFilePanel());
2564 bool isFilePanel = PoseView()->IsFilePanel();
2799 if (!PoseView()->IsFilePanel()) {
4037 || PoseView()->IsFilePanel()) {
H A DPoseView.h103 virtual bool IsFilePanel() const;
1013 BPoseView::IsFilePanel() const function in class:BPrivate::BPoseView
H A DPoseView.cpp1144 if (active && ActivePose() == NULL && !IsFilePanel())
1276 || (IsFilePanel() && settings.DesktopFilePanelRoot())))
3071 ASSERT(!IsFilePanel());
6722 if (IsFilePanel())
8227 && !IsFilePanel()) {
8234 && !IsFilePanel()
8277 || IsFilePanel()
8666 if ((modifiers() & B_OPTION_KEY) != 0 && !IsFilePanel()) {
10304 if (IsFilePanel()) {
/haiku/headers/os/interface/
H A DWindow.h343 bool IsFilePanel() const;
/haiku/src/kits/app/
H A DApplication.cpp1534 if (!quitFilePanels && window->IsFilePanel()) {
1541 && !(quitFilePanels && window->IsFilePanel())) {
/haiku/src/kits/interface/
H A DWindow.cpp4043 BWindow::IsFilePanel() const function in class:BWindow

Completed in 117 milliseconds