Searched refs:Window (Results 26 - 50 of 735) sorted by relevance

1234567891011>>

/haiku/src/tests/apps/terminal_replicant/
H A Dmain.cpp9 #include <Window.h>
22 class Window : public BWindow { class in inherits:BWindow
24 Window();
43 Window *window = new Window();
48 // Window
49 Window::Window() function in class:Window
58 Window::AttachTermView()
/haiku/src/tests/servers/app/lock_focus/
H A DLockFocusTest.cpp12 #include <Window.h>
43 class Window : public BWindow { class in inherits:BWindow
45 Window(int32 offset = 0);
46 virtual ~Window();
102 ::Window* window = new ::Window(100);
162 Window::Window(int32 offset) function in class:Window
171 Window::~Window()
[all...]
/haiku/src/tests/kits/interface/
H A DListViewTest.cpp11 #include <Window.h>
47 class Window : public BWindow { class in inherits:BWindow
49 Window();
55 Window::Window() function in class:Window
71 Window::QuitRequested()
98 BWindow *window = new Window();
H A DStatusBarTest.cpp10 #include <Window.h>
17 class Window : public BWindow { class in inherits:BWindow
19 Window();
30 Window::Window() function in class:Window
54 Window::MessageReceived(BMessage* message)
82 Window::QuitRequested()
110 BWindow *window = new Window();
H A DTextViewTestManual.cpp16 #include <Window.h>
26 class Window : public BWindow { class in inherits:BWindow
28 Window();
42 Window::Window() function in class:Window
103 Window::QuitRequested()
111 Window::MessageReceived(BMessage *message)
156 BWindow *window = new Window();
H A DSimpleAlertTest.cpp15 #include <Window.h>
26 class Window : public BWindow { class in inherits:BWindow
28 Window();
47 Window::Window() function in class:Window
108 Window::MessageReceived(BMessage* message)
138 Window::QuitRequested()
146 Window::_ButtonWidth()
161 Window::_ButtonSpacing()
168 Window
[all...]
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawView.cpp29 fDesktop->PostMessage(Window()->CurrentMessage());
36 fDesktop->PostMessage(Window()->CurrentMessage());
43 fDesktop->PostMessage(Window()->CurrentMessage());
/haiku/src/bin/network/ppp_up/
H A DConnectionWindow.h9 #include <Window.h>
/haiku/src/servers/app/decorator/
H A DWindowBehaviour.cpp33 WindowBehaviour::AlterDeltaForSnap(Window* window, BPoint& delta, bigtime_t now)
H A DMagneticBorder.h17 class Window;
24 bool AlterDeltaForSnap(Window* window, BPoint& delta,
H A DDecorManager.h26 class Window;
50 virtual WindowBehaviour* AllocateWindowBehaviour(Window* window);
71 Decorator* AllocateDecorator(Window *window);
72 WindowBehaviour* AllocateWindowBehaviour(Window *window);
73 void CleanupForWindow(Window *window);
75 status_t PreviewDecorator(BString path, Window *window);
92 Window* fPreviewWindow;
/haiku/src/tests/kits/translation/multitest/
H A DWorkWindow.h6 #include <Window.h>
/haiku/src/apps/patchbay/
H A DPatchWin.h16 #include <Window.h>
/haiku/src/apps/serialconnect/
H A DCustomRateWindow.h11 #include <Window.h>
/haiku/src/apps/packageinstaller/
H A DPackageWindow.h12 #include <Window.h>
/haiku/src/tests/servers/app/text_rendering/
H A Dmain.cpp4 #include <Window.h>
39 class Window : public BWindow { class in inherits:BWindow
41 Window() function in class:Window
60 (new Window())->Show();
/haiku/src/apps/processcontroller/
H A DPCWindow.h9 #include <Window.h>
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp14 #include <Window.h>
67 if (fCurrentButton == NULL && Window()->Lock()) {
68 BView* background = Window()->ChildAt(0);
93 Window()->SetTitle(B_TRANSLATE("Expander: Choose destination"));
95 Window()->Unlock();
110 if (Window()->Lock()) {
113 Window()->GetSizeLimits(&maxWidth, &dummy, &dummy, &dummy);
114 maxWidth -= Window()->Bounds().Width() + 8
137 Window()->Unlock();
/haiku/src/servers/app/
H A DWorkspacesView.h22 virtual void AttachedToWindow(::Window* window);
33 void WindowChanged(::Window* window);
34 void WindowRemoved(::Window* window);
47 ::Window* window, BPoint windowPosition,
56 ::Window* fSelectedWindow;
H A DWindow.cpp17 #include "Window.h"
73 Window::Window(const BRect& frame, const char *name, function in class:Window
162 STRACE(("Window %p, %s:\n", this, Name()));
169 Window::~Window()
182 Window::InitCheck() const
193 Window::SetClipping(BRegion* stillAvailableOnScreen)
208 Window::GetFullRegion(BRegion* region)
220 Window
[all...]
H A DWindow.h31 class Window;
34 typedef BObjectList<Window> StackWindows;
48 Window* TopLayerWindow() const;
51 Window* WindowAt(int32 index);
52 bool AddWindow(Window* window,
54 bool RemoveWindow(Window* window);
56 bool MoveToTopLayer(Window* window);
85 class Window { class
87 Window(const BRect& frame, const char *name,
92 virtual ~Window();
[all...]
/haiku/3rdparty/mmu_man/scripts/
H A Ddumpwin.sh12 # echo "$2= $1 of Window $WIN ="
15 #echo hey "$APP" count View of $1 Window $WIN
17 local CNT="$(hey "$APP" count View of $1 Window $WIN | grep result | cut -d" " -f 7)"
33 local INAME="$(hey "$APP" get InternalName of View $C of $1 Window $WIN | grep result | sed 's/.* : //')"
34 echo "$2:: View $C/$CNT ($INAME) ( View $C of ${1}Window $WIN )"
35 # hey "$APP" get View $C of $1 Window $WIN | awk " { print \" $2\" \$0 } "
36 # hey "$APP" getsuites of View $C of $1 Window $WIN | grep Label >/dev/null
38 # if hey "$APP" getsuites of View $C of $1 Window $WIN | grep Label >/dev/null; then
39 # echo hey "$APP" getsuites of View $C of $1 Window $WIN | grep Label
40 # hey "$APP" get Label of View $C of $1 Window
[all...]
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp15 #include <Window.h>
153 class Window : public BWindow { class in inherits:BWindow
155 Window();
156 virtual ~Window();
166 Window::Window() function in class:Window
211 Window::~Window()
217 Window::QuitRequested()
225 Window
[all...]
/haiku/src/tests/servers/app/statusbar/
H A Dmain.cpp10 #include <Window.h>
16 class Window : public BWindow { class in inherits:BWindow
18 Window(BRect frame) function in class:Window
45 ~Window()
90 Window* window = new Window(frame);
/haiku/headers/private/interface/
H A DToolTipWindow.h9 #include <Window.h>

Completed in 116 milliseconds

1234567891011>>