Lines Matching defs:Desktop

22 #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)
451 Desktop::_GetLooperName(name, sizeof(name));
469 Desktop::~Desktop()
480 Desktop::RegisterListener(DesktopListener* listener)
489 Desktop::Init()
603 Desktop::BroadcastToAllApps(int32 code)
616 Desktop::BroadcastToAllWindows(int32 code)
628 Desktop::GetAllWindowTargets(DelayedMessage& message)
644 Desktop::GetAllAppTargets(DelayedMessage& message)
656 Desktop::KeyEvent(uint32 what, int32 key, int32 modifiers)
683 Desktop::SetCursor(ServerCursor* newCursor)
699 Desktop::Cursor() const
706 Desktop::SetManagementCursor(ServerCursor* newCursor)
718 Desktop::SetLastMouseState(const BPoint& position, int32 buttons,
734 Desktop::GetLastMouseState(BPoint* position, int32* buttons) const
745 Desktop::SetScreenMode(int32 workspace, int32 id, const display_mode& mode,
815 Desktop::GetScreenMode(int32 workspace, int32 id, display_mode& mode)
847 Desktop::GetScreenFrame(int32 workspace, int32 id, BRect& frame)
879 Desktop::RevertScreenModes(uint32 workspaces)
927 Desktop::SetBrightness(int32 id, float brightness)
950 Desktop::LockDirectScreen(team_id team)
964 Desktop::UnlockDirectScreen(team_id team)
982 Desktop::SetWorkspaceAsync(int32 index, bool moveFocusWindow)
996 Desktop::SetWorkspace(int32 index, bool moveFocusWindow)
1015 Desktop::SetWorkspacesLayout(int32 newColumns, int32 newRows)
1047 Desktop::WorkspaceFrame(int32 index) const
1069 Desktop::StoreWorkspaceConfiguration(int32 index)
1084 Desktop::AddWorkspacesView(WorkspacesView* view)
1097 Desktop::RemoveWorkspacesView(WorkspacesView* view)
1110 Desktop::SelectWindow(Window* window)
1133 Desktop::ActivateWindow(Window* window)
1259 Desktop::SendWindowBehind(Window* window, Window* behindOf, bool sendStack)
1332 Desktop::ShowWindow(Window* window)
1371 Desktop::HideWindow(Window* window, bool fromMinimize)
1430 Desktop::MinimizeWindow(Window* window, bool minimize)
1450 Desktop::MoveWindowBy(Window* window, float x, float y, int32 workspace)
1544 Desktop::ResizeWindowBy(Window* window, float x, float y)
1614 Desktop::SetWindowOutlinesDelta(Window* window, BPoint delta)
1633 Desktop::SetWindowTabLocation(Window* window, float location, bool isShifting)
1649 Desktop::SetWindowDecoratorSettings(Window* window, const BMessage& settings)
1664 Desktop::SetWindowWorkspaces(Window* window, uint32 workspaces)
1690 Desktop::AddWindow(Window *window)
1715 Desktop::RemoveWindow(Window *window)
1739 Desktop::AddWindowToSubset(Window* subset, Window* window)
1751 Desktop::RemoveWindowFromSubset(Window* subset, Window* window)
1760 Desktop::FontsChanged(Window* window)
1772 Desktop::ColorUpdated(Window* window, color_which which, rgb_color color)
1797 Desktop::SetWindowLook(Window* window, window_look newLook)
1816 Desktop::SetWindowFeel(Window* window, window_feel newFeel)
1919 Desktop::SetWindowFlags(Window *window, uint32 newFlags)
1936 Desktop::SetWindowTitle(Window *window, const char* title)
1951 Desktop::WindowAt(BPoint where)
1964 Desktop::SetMouseEventWindow(Window* window)
1971 Desktop::SetViewUnderMouse(const Window* window, int32 viewToken)
1979 Desktop::ViewUnderMouse(const Window* window)
1994 Desktop::KeyboardEventTarget()
2023 Desktop::SetFocusWindow(Window* nextFocus)
2134 Desktop::SetFocusLocked(const Window* window)
2151 Desktop::FindWindowByClientToken(int32 token, team_id teamID)
2166 Desktop::FindTarget(BMessenger& messenger)
2179 Desktop::MarkDirty(BRegion& dirtyRegion, BRegion& exposeRegion)
2194 Desktop::Redraw()
2204 Desktop::RedrawBackground()
2243 Desktop::ReloadDecor(DecorAddOn* oldDecor)
2284 Desktop::MinimizeApplication(team_id team)
2301 Desktop::BringApplicationToFront(team_id team)
2319 Desktop::WindowAction(int32 windowToken, int32 action)
2348 Desktop::WriteWindowList(team_id team, BPrivate::LinkSender& sender)
2391 Desktop::WriteWindowInfo(int32 serverToken, BPrivate::LinkSender& sender)
2438 Desktop::WriteWindowOrder(int32 workspace, BPrivate::LinkSender& sender)
2470 Desktop::WriteApplicationOrder(int32 workspace, BPrivate::LinkSender& sender)
2538 Desktop::_LaunchInputServer()
2570 Desktop::_GetLooperName(char* name, size_t length)
2578 Desktop::_PrepareQuit()
2604 Desktop::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link)
2868 printf("Desktop %d:%s received unexpected code %" B_PRId32 "\n", 0,
2882 Desktop::CurrentWindows()
2889 Desktop::AllWindows()
2896 Desktop::WindowForClientLooperPort(port_id port)
2910 Desktop::_Windows(int32 index)
2918 Desktop::_FlushPendingColors()
2966 Desktop::_UpdateFloating(int32 previousWorkspace, int32 nextWorkspace,
3023 Desktop::_UpdateBack()
3046 Desktop::_UpdateFront(bool updateFloating)
3066 Desktop::_UpdateFronts(bool updateFloating)
3074 Desktop::_WindowHasModal(Window* window) const
3096 Desktop::_WindowCanHaveFocus(Window* window) const
3109 Desktop::_WindowChanged(Window* window)
3125 Desktop::_WindowRemoved(Window* window)
3142 Desktop::_ShowWindow(Window* window, bool affectsOtherWindows)
3171 Desktop::_HideWindow(Window* window)
3201 Desktop::_UpdateSubsetWorkspaces(Window* window, int32 previousIndex,
3238 Desktop::_ChangeWindowWorkspaces(Window* window, uint32 oldWorkspaces,
3314 Desktop::_BringWindowsToFront(WindowList& windows, int32 list, bool wereVisible)
3357 Desktop::_LastFocusSubsetWindow(Window* window)
3379 Desktop::_CheckSendFakeMouseMoved(const Window* lastWindowUnderMouse)
3396 Desktop::_SendFakeMouseMoved(Window* window)
3430 Desktop::_DetermineScreenFor(BRect frame)
3440 Desktop::_RebuildClippingForAllWindows(BRegion& stillAvailableOnScreen)
3468 Desktop::_TriggerWindowRedrawing(BRegion& dirtyRegion, BRegion& exposeRegion)
3481 Desktop::_SetBackground(BRegion& background)
3507 Desktop::RebuildAndRedrawAfterWindowChange(Window* changedWindow,
3550 Desktop::_SuspendDirectFrameBufferAccess()
3564 Desktop::_ResumeDirectFrameBufferAccess()
3582 Desktop::ScreenChanged(Screen* screen)
3595 Desktop::_ScreenChanged(Screen* screen)
3637 Desktop::_ActivateApp(team_id team)
3674 Desktop::_SetCurrentWorkspaceConfiguration()
3708 Desktop::_SetWorkspace(int32 index, bool moveFocusWindow)