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
1022
if (BootedInSafeMode() || PoseView()->IsFilePanel())
src/kits/tracker/ContainerWindow.cpp
1515
if (!PoseView()->IsFilePanel() && !TrackerSettings().SingleWindowBrowse()) {
src/kits/tracker/ContainerWindow.cpp
1591
if (PoseView()->IsFilePanel() || PoseView()->IsDesktopView()) {
src/kits/tracker/ContainerWindow.cpp
1870
ASSERT(!PoseView()->IsFilePanel());
src/kits/tracker/ContainerWindow.cpp
2107
if (PoseView()->IsFilePanel())
src/kits/tracker/ContainerWindow.cpp
3047
return !PoseView()->IsFilePanel() && !Model(ref).IsQuery();
src/kits/tracker/ContainerWindow.cpp
3054
if (PoseView()->IsFilePanel())
src/kits/tracker/ContainerWindow.cpp
3082
if (PoseView()->IsFilePanel())
src/kits/tracker/ContainerWindow.cpp
3105
return !PoseView()->IsFilePanel();
src/kits/tracker/ContainerWindow.cpp
4039
if (PoseView()->IsDesktopView() || !TargetModel()->IsDirectory() || PoseView()->IsFilePanel())
src/kits/tracker/ContainerWindow.cpp
626
if (settings.SingleWindowBrowse() && model->IsDirectory() && !PoseView()->IsFilePanel()) {
src/kits/tracker/ContainerWindow.cpp
850
bool forFilePanel = PoseView()->IsFilePanel();
src/kits/tracker/ContainerWindow.cpp
968
if (PoseView()->IsFilePanel())
src/kits/tracker/CountView.cpp
365
return !(fPoseView->TargetModel()->IsRoot() || fPoseView->IsFilePanel()
src/kits/tracker/FilePanelPriv.h
180
virtual bool IsFilePanel() const;
src/kits/tracker/FilePanelPriv.h
215
BFilePanelPoseView::IsFilePanel() const
src/kits/tracker/PoseView.cpp
10419
if (IsFilePanel()) {
src/kits/tracker/PoseView.cpp
1154
if (active && ActivePose() == NULL && !IsFilePanel())
src/kits/tracker/PoseView.cpp
3124
ASSERT(!IsFilePanel());
src/kits/tracker/PoseView.cpp
5633
if (IsFilePanel()) {
src/kits/tracker/PoseView.cpp
6809
if (IsFilePanel())
src/kits/tracker/PoseView.cpp
788
bool isDesktop = !IsFilePanel() && IsDesktopView() && (frameIfDesktop != NULL);
src/kits/tracker/PoseView.cpp
8322
&& !IsFilePanel()) {
src/kits/tracker/PoseView.cpp
8327
if (settings.SingleWindowBrowse() && !IsDesktopView() && !IsFilePanel()
src/kits/tracker/PoseView.cpp
8365
|| IsFilePanel() || IsDesktopView() || TrackerSettings().SingleWindowBrowse()) {
src/kits/tracker/PoseView.cpp
8756
if (IsFilePanel()) {
src/kits/tracker/PoseView.cpp
8774
if (IsFilePanel() && settings.DesktopFilePanelRoot())
src/kits/tracker/PoseView.h
1030
BPoseView::IsFilePanel() const
src/kits/tracker/PoseView.h
110
virtual bool IsFilePanel() const;