Symbol: IsFilePanel
headers/os/interface/Window.h
343
bool IsFilePanel() const;
src/kits/app/Application.cpp
1529
if (!quitFilePanels && window->IsFilePanel()) {
src/kits/app/Application.cpp
1536
&& !(quitFilePanels && window->IsFilePanel())) {
src/kits/tracker/ContainerWindow.cpp
1023
if (BootedInSafeMode() || PoseView()->IsFilePanel())
src/kits/tracker/ContainerWindow.cpp
1516
if (!PoseView()->IsFilePanel() && !TrackerSettings().SingleWindowBrowse()) {
src/kits/tracker/ContainerWindow.cpp
1592
if (PoseView()->IsFilePanel() || PoseView()->IsDesktopView()) {
src/kits/tracker/ContainerWindow.cpp
1867
ASSERT(!PoseView()->IsFilePanel());
src/kits/tracker/ContainerWindow.cpp
2105
if (PoseView()->IsFilePanel())
src/kits/tracker/ContainerWindow.cpp
3045
return !PoseView()->IsFilePanel() && !Model(ref).IsQuery();
src/kits/tracker/ContainerWindow.cpp
3052
if (PoseView()->IsFilePanel())
src/kits/tracker/ContainerWindow.cpp
3080
if (PoseView()->IsFilePanel())
src/kits/tracker/ContainerWindow.cpp
3103
return !PoseView()->IsFilePanel();
src/kits/tracker/ContainerWindow.cpp
4037
if (PoseView()->IsDesktopView() || !TargetModel()->IsDirectory() || PoseView()->IsFilePanel())
src/kits/tracker/ContainerWindow.cpp
624
if (settings.SingleWindowBrowse() && model->IsDirectory() && !PoseView()->IsFilePanel()) {
src/kits/tracker/ContainerWindow.cpp
851
bool forFilePanel = PoseView()->IsFilePanel();
src/kits/tracker/ContainerWindow.cpp
969
if (PoseView()->IsFilePanel())
src/kits/tracker/CountView.cpp
329
if (fPoseView->IsFilePanel() || fPoseView->TargetModel() == NULL)
src/kits/tracker/FilePanelPriv.h
180
virtual bool IsFilePanel() const;
src/kits/tracker/FilePanelPriv.h
215
BFilePanelPoseView::IsFilePanel() const
src/kits/tracker/PoseView.cpp
10308
if (IsFilePanel()) {
src/kits/tracker/PoseView.cpp
1157
if (active && ActivePose() == NULL && !IsFilePanel())
src/kits/tracker/PoseView.cpp
3097
ASSERT(!IsFilePanel());
src/kits/tracker/PoseView.cpp
5548
if (IsFilePanel()) {
src/kits/tracker/PoseView.cpp
6727
if (IsFilePanel())
src/kits/tracker/PoseView.cpp
795
bool isDesktop = !IsFilePanel() && IsDesktopView() && (frameIfDesktop != NULL);
src/kits/tracker/PoseView.cpp
8211
&& !IsFilePanel()) {
src/kits/tracker/PoseView.cpp
8216
if (settings.SingleWindowBrowse() && !IsDesktopView() && !IsFilePanel()
src/kits/tracker/PoseView.cpp
8254
|| IsFilePanel() || IsDesktopView() || TrackerSettings().SingleWindowBrowse()) {
src/kits/tracker/PoseView.cpp
8645
if (IsFilePanel()) {
src/kits/tracker/PoseView.cpp
8663
if (IsFilePanel() && settings.DesktopFilePanelRoot())
src/kits/tracker/PoseView.h
1014
BPoseView::IsFilePanel() const
src/kits/tracker/PoseView.h
110
virtual bool IsFilePanel() const;