Searched refs:Window (Results 76 - 100 of 735) sorted by relevance

1234567891011>>

/haiku/src/preferences/input/
H A DInputKeyboard.h14 #include <Window.h>
/haiku/src/apps/pulse/
H A DPulseWindow.h15 #include <interface/Window.h>
H A DPrefsWindow.h17 #include <Window.h>
/haiku/src/servers/app/
H A DOffscreenWindow.h12 #include "Window.h"
20 class OffscreenWindow : public Window {
H A DWindowList.cpp11 #include "Window.h"
55 WindowList::AddWindow(Window* window, Window* before)
91 WindowList::RemoveWindow(Window* window)
120 WindowList::HasWindow(Window* window) const
137 WindowList::ValidateWindow(Window* validateWindow) const
139 for (Window *window = FirstWindow(); window != NULL;
154 for (Window *window = FirstWindow(); window != NULL;
H A DDesktopListener.cpp51 DesktopObservable::MessageForListener(Window* sender,
69 DesktopObservable::NotifyWindowAdded(Window* window)
82 DesktopObservable::NotifyWindowRemoved(Window* window)
125 DesktopObservable::NotifyMouseDown(Window* window, BMessage* message,
139 DesktopObservable::NotifyMouseUp(Window* window, BMessage* message,
153 DesktopObservable::NotifyMouseMoved(Window* window, BMessage* message,
167 DesktopObservable::NotifyWindowMoved(Window* window)
180 DesktopObservable::NotifyWindowResized(Window* window)
193 DesktopObservable::NotifyWindowActivated(Window* window)
206 DesktopObservable::NotifyWindowSentBehind(Window* windo
[all...]
/haiku/src/apps/haikudepot/ui/
H A DShuttingDownWindow.h10 #include <Window.h>
/haiku/src/tools/translation/inspector/
H A DImageWindow.h35 #include <Window.h>
H A DInfoWindow.h35 #include <Window.h>
/haiku/src/tests/kits/interface/
H A DScrollViewSetBorderTest.cpp7 #include <Window.h>
10 class Window : public BWindow { class in inherits:BWindow
12 Window() : BWindow(BRect(100, 100, 300, 300), "", B_TITLED_WINDOW, function in class:Window
105 Window* win = new Window();
/haiku/src/libs/glut/
H A DglutWindow.cpp140 parent->Window()->Lock();
142 parent->Window()->Unlock();
154 Window()->Lock();
156 Window()->Unlock();
292 BWindow *bwindow = window->Window();
346 gState.currentWindow->Window()->Lock();
349 gState.currentWindow->Window()->Unlock();
359 gwin->Window()->Lock();
362 gwin->Window()->Unlock();
378 BDirectWindow *win = dynamic_cast<BDirectWindow*>(gState.currentWindow->Window());
[all...]
H A DglutCursor.cpp51 gState.currentWindow->Window()->Lock();
54 gState.currentWindow->Window()->Unlock();
H A DglutGet.cpp39 {BAutolock winlock(gState.currentWindow->Window()); // need to lock the window
43 return (int)gState.currentWindow->Window()->Frame().left;
46 {BAutolock winlock(gState.currentWindow->Window());
50 return (int)gState.currentWindow->Window()->Frame().top;
53 {BAutolock winlock(gState.currentWindow->Window());
57 {BAutolock winlock(gState.currentWindow->Window());
61 {BAutolock winlock(gState.currentWindow->Window());
68 {BAutolock winlock(gState.currentWindow->Window());
/haiku/src/apps/terminal/
H A DSmartTabView.cpp31 #include <Window.h>
93 Window()->CurrentMessage()->FindInt32("buttons", &buttons);
94 Window()->CurrentMessage()->FindInt32("clicks", &clickCount);
168 BScreen screen(Window());
169 if (Window()->DecoratorFrame().Height() + 2 * TabHeight()
171 if (Window()->Frame().bottom + TabHeight()
173 Window()->MoveBy(0, -TabHeight());
176 Window()->ResizeBy(0, TabHeight());
203 BScreen screen(Window());
204 if (Window()
[all...]
/haiku/src/servers/app/decorator/
H A DWindowBehaviour.h19 class Window;
43 virtual bool AlterDeltaForSnap(Window* window, BPoint& delta,
/haiku/src/servers/app/stackandtile/
H A DSATDecorator.h47 SATWindowBehaviour(Window* window,
51 virtual bool AlterDeltaForSnap(Window* window, BPoint& delta,
/haiku/headers/private/interface/
H A DWindowPrivate.h9 #include <Window.h>
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.h6 #include <Window.h>
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.h6 #include <Window.h>
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.h39 #include <Window.h>
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.h44 #include <Window.h>
/haiku/src/apps/diskusage/
H A DInfoWindow.h13 #include <Window.h>
H A DMainWindow.h13 #include <Window.h>
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.h12 #include <Window.h>
/haiku/src/apps/launchbox/
H A DPanel.h12 #include <Window.h>

Completed in 259 milliseconds

1234567891011>>