Home
last modified time | relevance | path

Searched refs:WindowList (Results 1 – 15 of 15) sorted by relevance

/haiku/src/servers/app/
H A DWindowList.cpp29 WindowList::WindowList(int32 index) in WindowList() function in WindowList
38 WindowList::~WindowList() in ~WindowList()
44 WindowList::SetIndex(int32 index) in SetIndex()
55 WindowList::AddWindow(Window* window, Window* before) in AddWindow()
91 WindowList::RemoveWindow(Window* window) in RemoveWindow()
120 WindowList::HasWindow(Window* window) const in HasWindow()
137 WindowList::ValidateWindow(Window* validateWindow) const in ValidateWindow()
150 WindowList::Count() const in Count()
H A DWindowList.h19 class WindowList {
21 WindowList(int32 index = 0);
22 ~WindowList();
H A DWorkspacePrivate.h35 WindowList& Windows() { return fWindows; } in Windows()
62 WindowList fWindows;
H A DDesktop.h268 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 DJamfile101 WindowList.cpp
H A DWindow.cpp315 Window* window = stack->WindowList().ItemAt(i); in MoveBy()
344 Window* window = stack->WindowList().ItemAt(i); in ResizeBy()
381 Window* window = stack->WindowList().ItemAt(i); in ResizeBy()
408 Window* window = stack->WindowList().ItemAt(i); in SetOutlinesDelta()
2110 return fCurrentStack->WindowList().IndexOf(this); in PositionInStack()
H A DWindow.h45 const StackWindows& WindowList() const { return fWindowList; } in WindowList() function
H A DDesktop.cpp1213 WindowList windows(kWorkingList); in ActivateWindow()
2056 WindowList* list = &_Windows(fCurrentWorkspace); in SetFocusWindow()
2878 WindowList&
2885 WindowList&
2906 WindowList&
3311 Desktop::_BringWindowsToFront(WindowList& windows, int32 list, bool wereVisible) in _BringWindowsToFront()
3801 WindowList windows(kWorkingList); in _SetWorkspace()
/haiku/src/servers/app/stackandtile/
H A DStacking.cpp59 position = area->WindowList().CountItems() - 1; in HandleMessage()
61 SATWindow* parent = area->WindowList().ItemAt(position); in HandleMessage()
74 if (area->WindowList().HasItem(candidate)) { in HandleMessage()
123 SATWindow* removeWindow = area->WindowList().ItemAt(position); in HandleMessage()
147 reply.Attach<int32>(area->WindowList().CountItems()); in HandleMessage()
159 SATWindow* satWindow = area->WindowList().ItemAt(position); in HandleMessage()
198 reply.Attach<bool>(area->WindowList().HasItem(candidate)); in HandleMessage()
283 const SATWindowList& list = area->WindowList(); in RemovedFromArea()
H A DSATGroup.cpp563 const SATWindowList& list = windowArea->WindowList(); in Trace()
1097 const SATWindowList& windowList = area->WindowList(); in ArchiveGroup()
1190 if (removedArea == NULL || removedArea->WindowList().CountItems() > 1) in _SplitGroupIfNecessary()
1203 && newGroup.ItemAt(0)->WindowList().CountItems() == 1) { in _SplitGroupIfNecessary()
1204 SATWindow* window = newGroup.ItemAt(0)->WindowList().ItemAt(0); in _SplitGroupIfNecessary()
H A DStackAndTile.cpp70 WindowList& windows = desktop->AllWindows(); in ListenerRegistered()
401 if (area->WindowList().HasItem(satWindow)) in WindowWorkspacesChanged()
H A DSATGroup.h152 const SATWindowList& WindowList() { return fWindowList; } in WindowList() function
/haiku/src/kits/tracker/
H A DTracker.cpp301 AutoLock<WindowList> lock(&fWindowList); in TTracker()
368 AutoLock<WindowList> lock(&fWindowList); in QuitRequested()
629 AutoLock<WindowList> lock(&fWindowList); in MessageReceived()
727 AutoLock<WindowList> lock(&fWindowList); in MoveRefsToTrash()
758 AutoLock<WindowList> lock(&fWindowList); in SelectRefs()
1074 AutoLock<WindowList> lock(&fWindowList); in OpenContainerWindow()
1190 AutoLock<WindowList> lock(&fWindowList); in OpenInfoWindows()
1266 AutoLock<WindowList> lock(&fWindowList); in EntryHasWindowOpen()
1317 AutoLock<WindowList> lock(&fWindowList); in QueryActiveForDevice()
1339 AutoLock<WindowList> lock(fWindowList); in CloseActiveQueryWindows()
[all …]
H A DTracker.h66 typedef LockingList<BWindow> WindowList; typedef
225 WindowList fWindowList;
/haiku/src/tests/servers/app/
H A DJamfile196 WindowList.cpp