Searched refs:DesktopPoseView (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/tracker/
H A DDesktopPoseView.h35 // DesktopPoseView adds support for displaying integrated desktops
47 class DesktopPoseView : public BPoseView { class in namespace:BPrivate
50 DesktopPoseView(Model*, uint32 viewMode);
81 DesktopPoseView::IsDesktopView() const
H A DDesktopPoseView.cpp35 // DesktopPoseView adds support for displaying integrated desktops
41 #include "DesktopPoseView.h"
56 // #pragma mark - DesktopPoseView
59 DesktopPoseView::DesktopPoseView(Model* model, uint32 viewMode) function in class:DesktopPoseView
68 DesktopPoseView::InitDesktopDirentIterator(BPoseView* nodeMonitoringTarget,
111 DesktopPoseView::InitDirentIterator(const entry_ref* ref)
118 DesktopPoseView::FSNotification(const BMessage* message)
149 DesktopPoseView::AddPosesThreadValid(const entry_ref*) const
156 DesktopPoseView
[all...]
H A DDeskWindow.h42 #include "DesktopPoseView.h"
66 DesktopPoseView* PoseView() const;
96 inline DesktopPoseView*
99 return dynamic_cast<DesktopPoseView*>(_inherited::PoseView());
H A DDeskWindow.cpp405 return new DesktopPoseView(model, viewMode);
H A DNavMenu.cpp62 #include "DesktopPoseView.h"
436 fContainer = DesktopPoseView::InitDesktopDirentIterator(0,
H A DFilePanelPriv.cpp72 #include "DesktopPoseView.h"
1794 // Pretty much copied straight from DesktopPoseView.
1861 return DesktopPoseView::InitDesktopDirentIterator(this, ref);

Completed in 165 milliseconds