Searched refs:WindowList (Results 1 - 13 of 13) sorted by relevance

/haiku/src/servers/app/
H A DWindowList.cpp29 WindowList::WindowList(int32 index) function in class:WindowList
38 WindowList::~WindowList()
44 WindowList::SetIndex(int32 index)
55 WindowList::AddWindow(Window* window, Window* before)
91 WindowList::RemoveWindow(Window* window)
120 WindowList::HasWindow(Window* window) const
137 WindowList::ValidateWindow(Window* validateWindow) const
150 WindowList
[all...]
H A DWindowList.h19 class WindowList { class
21 WindowList(int32 index = 0);
22 ~WindowList();
H A DWorkspacePrivate.h13 #include "WindowList.h"
35 WindowList& Windows() { return fWindows; }
62 WindowList fWindows;
H A DDesktop.h44 #include "WindowList.h"
268 WindowList& CurrentWindows();
269 WindowList& AllWindows();
275 WindowList& _Windows(int32 index);
306 void _BringWindowsToFront(WindowList& windows,
357 WindowList fAllWindows;
358 WindowList fSubsetWindows;
359 WindowList fFocusList;
H A DWindow.h22 #include "WindowList.h"
45 const StackWindows& WindowList() const { return fWindowList; } function in class:WindowStack
H A DWindow.cpp315 Window* window = stack->WindowList().ItemAt(i);
344 Window* window = stack->WindowList().ItemAt(i);
381 Window* window = stack->WindowList().ItemAt(i);
408 Window* window = stack->WindowList().ItemAt(i);
2110 return fCurrentStack->WindowList().IndexOf(this);
H A DDesktop.cpp1216 WindowList windows(kWorkingList);
2059 WindowList* list = &_Windows(fCurrentWorkspace);
2881 WindowList&
2888 WindowList&
2909 WindowList&
3314 Desktop::_BringWindowsToFront(WindowList& windows, int32 list, bool wereVisible)
3804 WindowList windows(kWorkingList);
/haiku/src/servers/app/stackandtile/
H A DStacking.cpp59 position = area->WindowList().CountItems() - 1;
61 SATWindow* parent = area->WindowList().ItemAt(position);
74 if (area->WindowList().HasItem(candidate)) {
123 SATWindow* removeWindow = area->WindowList().ItemAt(position);
147 reply.Attach<int32>(area->WindowList().CountItems());
159 SATWindow* satWindow = area->WindowList().ItemAt(position);
198 reply.Attach<bool>(area->WindowList().HasItem(candidate));
283 const SATWindowList& list = area->WindowList();
H A DSATGroup.cpp563 const SATWindowList& list = windowArea->WindowList();
1097 const SATWindowList& windowList = area->WindowList();
1190 if (removedArea == NULL || removedArea->WindowList().CountItems() > 1)
1203 && newGroup.ItemAt(0)->WindowList().CountItems() == 1) {
1204 SATWindow* window = newGroup.ItemAt(0)->WindowList().ItemAt(0);
H A DStackAndTile.cpp70 WindowList& windows = desktop->AllWindows();
401 if (area->WindowList().HasItem(satWindow))
H A DSATGroup.h152 const SATWindowList& WindowList() { return fWindowList; } function in class:WindowArea
/haiku/src/kits/tracker/
H A DTracker.cpp301 AutoLock<WindowList> lock(&fWindowList);
368 AutoLock<WindowList> lock(&fWindowList);
630 AutoLock<WindowList> lock(&fWindowList);
728 AutoLock<WindowList> lock(&fWindowList);
759 AutoLock<WindowList> lock(&fWindowList);
1075 AutoLock<WindowList> lock(&fWindowList);
1192 AutoLock<WindowList> lock(&fWindowList);
1268 AutoLock<WindowList> lock(&fWindowList);
1319 AutoLock<WindowList> lock(&fWindowList);
1341 AutoLock<WindowList> loc
[all...]
H A DTracker.h66 typedef LockingList<BWindow> WindowList; typedef in namespace:BPrivate
225 WindowList fWindowList;

Completed in 86 milliseconds