Searched refs:windowList (Results 1 - 16 of 16) sorted by relevance

/haiku/src/libs/glut/
H A DglutState.h42 GlutWindow **windowList; // array of pointers to windows member in struct:GlutState
64 windowList = NULL;
H A DglutEvent.cpp130 if (gState.windowList[i]) {
131 GlutWindow *win = gState.windowList[i];
132 // NOTE: we can use win as a shortcut for gState.windowList[i]
142 if (!gState.windowList[i])
150 if (!gState.windowList[i])
162 if (!gState.windowList[i])
174 if (!gState.windowList[i])
185 if (!gState.windowList[i])
194 if (!gState.windowList[i])
203 if (!gState.windowList[
[all...]
H A DglutWindow.cpp28 if (!gState.windowList[i])
34 gState.windowList = (GlutWindow **)realloc(gState.windowList,
36 if (gState.windowList == NULL)
39 gState.windowList[gState.windowListSize - 1] = NULL;
82 gState.windowList[num] = this;
198 GlutWindow *window = new GlutWindow(gState.windowList[win-1], "child",
227 window = gState.windowList[win - 1];
278 gState.windowList[window->num] = 0;
291 GlutWindow *window = gState.windowList[wi
[all...]
/haiku/src/kits/tracker/
H A DQueryContainerWindow.h54 LockingList<BWindow>* windowList,
H A DVirtualDirectoryWindow.h23 LockingList<BWindow>* windowList,
H A DVirtualDirectoryWindow.cpp65 VirtualDirectoryWindow::VirtualDirectoryWindow(LockingList<BWindow>* windowList, argument
69 BContainerWindow(windowList, openFlags, look, feel, windowFlags, workspace)
H A DDeskWindow.h51 BDeskWindow(LockingList<BWindow>* windowList, uint32 openFlags = 0);
H A DQueryContainerWindow.cpp58 BQueryContainerWindow::BQueryContainerWindow(LockingList<BWindow>* windowList, argument
61 BContainerWindow(windowList, openFlags)
H A DOpenWithWindow.h142 LockingList<BWindow>* windowList);
H A DDeskWindow.cpp187 BDeskWindow::BDeskWindow(LockingList<BWindow>* windowList, uint32 openFlags) argument
189 BContainerWindow(windowList, openFlags,
H A DContainerWindow.h93 BContainerWindow(LockingList<BWindow>* windowList, uint32 openFlags,
H A DOpenWithWindow.cpp90 LockingList<BWindow>* windowList)
92 BContainerWindow(windowList, 0),
89 OpenWithContainerWindow(BMessage* entriesToOpen, LockingList<BWindow>* windowList) argument
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.h26 ZippoWindow(BList windowList,
H A DZipOMaticWindow.cpp41 ZippoWindow::ZippoWindow(BList windowList, bool keepOpen) argument
45 fWindowList(windowList),
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1677 BList windowList; local
1697 if (status != B_OK || !windowList.AddItem(trackerRef)) {
1704 int32 windowCount = windowList.CountItems();
1723 windowRef = static_cast<entry_ref*>(windowList.ItemAt(y));
1753 delete static_cast<entry_ref*>(windowList.ItemAt(x));
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp1097 const SATWindowList& windowList = area->WindowList(); local
1098 for (int a = 0; a < windowList.CountItems(); a++)
1099 areaMessage.AddInt64("window", windowList.ItemAt(a)->Id());

Completed in 163 milliseconds