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

/haiku/src/servers/app/
H A DWorkspacesView.h15 class WorkspacesView : public View { class in inherits:View
17 WorkspacesView(BRect frame, BPoint scrollingOffset,
20 virtual ~WorkspacesView();
H A DWorkspacesView.cpp11 #include "WorkspacesView.h"
26 WorkspacesView::WorkspacesView(BRect frame, BPoint scrollingOffset, function in class:WorkspacesView
39 WorkspacesView::~WorkspacesView()
45 WorkspacesView::AttachedToWindow(::Window* window)
55 WorkspacesView::DetachedFromWindow()
65 WorkspacesView::_GetGrid(int32& columns, int32& rows)
77 WorkspacesView::_ScreenFrame(int32 i)
87 WorkspacesView
[all...]
H A DDesktop.h56 class WorkspacesView;
172 void AddWorkspacesView(WorkspacesView* view);
173 void RemoveWorkspacesView(WorkspacesView* view);
362 BObjectList<WorkspacesView> fWorkspacesViews;
H A DWindow.h79 class WorkspacesView;
295 BObjectList<WorkspacesView>& list) const;
H A DDesktop.cpp62 #include "WorkspacesView.h"
1084 Desktop::AddWorkspacesView(WorkspacesView* view)
1097 Desktop::RemoveWorkspacesView(WorkspacesView* view)
1410 BObjectList<WorkspacesView> list(false);
1415 while (WorkspacesView* view = list.RemoveItemAt(0)) {
3116 WorkspacesView* view = fWorkspacesViews.ItemAt(i);
3132 WorkspacesView* view = fWorkspacesViews.ItemAt(i);
3290 // position in that workspace (so that WorkspacesView will find us).
H A DWindow.cpp42 #include "WorkspacesView.h"
1581 Window::FindWorkspacesViews(BObjectList<WorkspacesView>& list) const
H A DServerWindow.cpp77 #include "WorkspacesView.h"
534 newView = new (nothrow) WorkspacesView(frame, scrollingOffset, name,
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp124 class WorkspacesView : public BView { class in inherits:BView
126 WorkspacesView(BRect frame, bool showDragger);
127 WorkspacesView(BMessage* archive);
128 ~WorkspacesView();
130 static WorkspacesView* Instantiate(BMessage* archive);
184 WorkspacesView *fWorkspacesView;
323 // #pragma mark - WorkspacesView
326 WorkspacesView::WorkspacesView(BRect frame, bool showDragger = true) function in class:WorkspacesView
347 WorkspacesView function in class:WorkspacesView
[all...]

Completed in 119 milliseconds