Searched refs:WindowLayer (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.h23 class WindowLayer;
53 bool AddWindow(WindowLayer* window);
54 bool RemoveWindow(WindowLayer* window);
55 int32 IndexOf(WindowLayer* window) const;
57 bool HasWindow(WindowLayer* window) const;
59 WindowLayer* WindowAt(int32 index) const;
60 WindowLayer* WindowAtFast(int32 index) const;
61 WindowLayer* WindowAt(const BPoint& where) const;
62 WindowLayer* TopWindow() const;
63 WindowLayer* BottomWindo
[all...]
H A DClientLooper.h8 class WindowLayer;
30 WindowLayer* serverWindow);
36 WindowLayer* fServerWindow;
H A DDesktop.cpp12 #include "WindowLayer.h"
102 WindowLayer* window;
182 WindowLayer* window;
237 Desktop::AddWindow(WindowLayer* window)
260 Desktop::RemoveWindow(WindowLayer* window)
281 Desktop::IndexOf(WindowLayer* window) const
295 Desktop::HasWindow(WindowLayer* window) const
301 WindowLayer*
304 return (WindowLayer*)fWindows.ItemAt(index);
308 WindowLayer*
[all...]
H A DWindowLayer.cpp12 #include "WindowLayer.h"
29 WindowLayer::WindowLayer(BRect frame, const char* name, function in class:WindowLayer
79 WindowLayer::~WindowLayer()
86 WindowLayer::MessageReceived(BMessage* message)
158 WindowLayer::QuitRequested()
173 WindowLayer::SetClipping(BRegion* stillAvailableOnScreen)
188 WindowLayer::GetFullRegion(BRegion* region) const
200 WindowLayer
[all...]
H A Dmakefile38 WindowLayer.cpp \
H A DViewLayer.h11 class WindowLayer;
33 void AttachedToWindow(WindowLayer* window);
136 WindowLayer* fWindow;
H A DWindowLayer.h54 class WindowLayer : public BLooper { class in inherits:BLooper
56 WindowLayer(BRect frame, const char* name,
59 virtual ~WindowLayer();
H A Dmain.cpp15 #include "WindowLayer.h"
366 WindowLayer* window = new WindowLayer(frame, name,
H A DClientLooper.cpp13 #include "WindowLayer.h"
85 ClientLooper::ClientLooper(const char* name, WindowLayer* serverWindow)
H A DViewLayer.cpp9 #include "WindowLayer.h"
89 ViewLayer::AttachedToWindow(WindowLayer* window)

Completed in 59 milliseconds