Searched refs:Desktop (Results 1 - 25 of 58) sorted by relevance

123

/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawView.h7 class Desktop;
19 void SetDesktop(Desktop* desktop);
22 Desktop* fDesktop;
H A DDrawView.cpp6 #include "Desktop.h"
48 DrawView::SetDesktop(Desktop* desktop)
/haiku/src/servers/app/
H A DWorkspace.h15 class Desktop;
20 already holding a lock to the Desktop read-write lock and then you can use
26 Workspace(Desktop& desktop, int32 index,
46 Desktop& fDesktop;
H A DAppServer.h36 class Desktop;
48 Desktop* _CreateDesktop(uid_t userID,
50 virtual Desktop* _FindDesktop(uid_t userID,
56 BObjectList<Desktop> fDesktops;
H A DTestServerLoopAdapter.h17 class Desktop;
40 virtual Desktop* _FindDesktop(uid_t userID,
H A DDesktopSettings.h21 class Desktop;
40 DesktopSettings(Desktop* desktop);
88 LockedDesktopSettings(Desktop* desktop);
117 Desktop* fDesktop;
H A DAppServer.cpp22 #include "Desktop.h"
109 Desktop* desktop = NULL;
154 Desktop *desktop = fDesktops.RemoveItemAt(0);
177 Desktop*
181 ObjectDeleter<Desktop> desktop;
183 desktop.SetTo(new Desktop(userID, targetScreen));
192 syslog(LOG_ERR, "Cannot initialize Desktop object: %s\n",
207 Desktop*
213 Desktop* desktop = fDesktops.ItemAt(i);
H A DVirtualScreen.h18 class Desktop;
37 status_t SetConfiguration(Desktop& desktop,
H A DDesktop.cpp22 #include "Desktop.h"
93 KeyboardFilter(Desktop* desktop);
102 Desktop* fDesktop;
110 MouseFilter(Desktop* desktop);
116 Desktop* fDesktop;
128 KeyboardFilter::KeyboardFilter(Desktop* desktop)
247 MouseFilter::MouseFilter(Desktop* desktop)
413 Desktop::Desktop(uid_t userID, const char* targetScreen) function in class:Desktop
451 Desktop
[all...]
H A DWorkspacePrivate.h39 void SetDisplaysFromDesktop(Desktop* desktop);
H A DServerWindow.h38 class Desktop;
69 ::Desktop* Desktop() const { return fDesktop; } function in class:ServerWindow
154 ::Desktop* fDesktop;
H A DServerApp.h31 class Desktop;
45 ServerApp(Desktop* desktop,
93 Desktop* GetDesktop() const { return fDesktop; }
133 Desktop* fDesktop;
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp14 #include "Desktop.h"
17 Desktop::Desktop(DrawView* drawView, DrawingEngine* engine) function in class:Desktop
49 Desktop::~Desktop()
55 Desktop::MouseDown(BPoint where, uint32 buttons, int32 clicks)
87 Desktop::MouseUp(BPoint where)
100 Desktop::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage)
136 Desktop::MessageReceived(BMessage* message)
206 Desktop
[all...]
H A Dmakefile34 Desktop.cpp \
H A DDesktop.h35 class Desktop : public BLooper { class in inherits:BLooper
37 Desktop(DrawView* drawView,
39 virtual ~Desktop();
H A DWindowLayer.h13 class Desktop;
58 Desktop* desktop);
123 // Desktop thread, when using it, Desktop::ReadLockClipping()
150 Desktop* fDesktop;
/haiku/src/servers/app/stackandtile/
H A DSATDecorator.h18 class Desktop;
29 BRect frame, Desktop* desktop);
H A DSATWindow.h21 class Desktop;
35 Desktop* GetDesktop() { return fDesktop; }
99 Desktop* fDesktop;
H A DStackAndTile.h49 virtual void ListenerRegistered(Desktop* desktop);
108 Desktop* fDesktop;
122 Desktop* desktop);
134 Desktop* fDesktop;
/haiku/src/servers/app/decorator/
H A DDecorManager.h23 class Desktop;
45 Decorator* AllocateDecorator(Desktop* desktop,
56 BRect rect, Desktop* desktop);
80 status_t SetDecorator(BString path, Desktop *desktop);
H A DDefaultDecorator.h24 class Desktop;
31 BRect frame, Desktop* desktop);
H A DDecorManager.cpp25 #include "Desktop.h"
59 DecorAddOn::AllocateDecorator(Desktop* desktop, DrawingEngine* engine,
88 window->Desktop()->GetStackAndTile());
101 Desktop* desktop)
142 return fPreviewDecor->AllocateDecorator(window->Desktop(),
150 return fCurrentDecor->AllocateDecorator(window->Desktop(),
217 window->Desktop()->RebuildAndRedrawAfterWindowChange(window, border);
241 DecorManager::SetDecorator(BString path, Desktop* desktop)
H A DDefaultWindowBehaviour.h27 class Desktop;
111 Desktop* fDesktop;
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.h23 class Desktop;
32 BRect rect, Desktop* desktop);
38 BRect frame, Desktop* desktop);
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h19 class Desktop;
29 BRect rect, Desktop* desktop);
36 BRect frame, Desktop* desktop);

Completed in 96 milliseconds

123