Searched refs:workspace (Results 1 - 25 of 77) sorted by relevance

1234

/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.h14 uint32 workspace = B_CURRENT_WORKSPACE);
20 uint32 workspace = B_CURRENT_WORKSPACE);
H A DPanel.cpp48 uint32 workspace)
49 : BWindow(frame, title, type, flags, workspace)
57 uint32 flags, uint32 workspace)
58 : BWindow(frame, title, look, feel, flags, workspace)
46 Panel(BRect frame, const char* title, window_type type, uint32 flags, uint32 workspace) argument
55 Panel(BRect frame, const char* title, window_look look, window_feel feel, uint32 flags, uint32 workspace) argument
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.h20 uint32 workspace = B_CURRENT_WORKSPACE);
26 uint32 workspace = B_CURRENT_WORKSPACE);
H A DPanel.cpp54 uint32 workspace)
55 : BWindow(frame, title, type, flags, workspace)
63 uint32 flags, uint32 workspace)
64 : BWindow(frame, title, look, feel, flags, workspace)
52 Panel(BRect frame, const char* title, window_type type, uint32 flags, uint32 workspace) argument
61 Panel(BRect frame, const char* title, window_look look, window_feel feel, uint32 flags, uint32 workspace) argument
/haiku/src/apps/launchbox/
H A DPanel.h20 uint32 workspace = B_CURRENT_WORKSPACE);
26 uint32 workspace = B_CURRENT_WORKSPACE);
H A DPanel.cpp54 uint32 workspace)
55 : BWindow(frame, title, type, flags, workspace)
63 uint32 flags, uint32 workspace)
64 : BWindow(frame, title, look, feel, flags, workspace)
52 Panel(BRect frame, const char* title, window_type type, uint32 flags, uint32 workspace) argument
61 Panel(BRect frame, const char* title, window_look look, window_feel feel, uint32 flags, uint32 workspace) argument
/haiku/src/preferences/screen/
H A DScreenMode.cpp209 ScreenMode::Set(const screen_mode& mode, int32 workspace) argument
216 if (workspace == ~0)
217 workspace = current_workspace();
228 return screen.SetMode(workspace, &displayMode, true);
233 ScreenMode::Get(screen_mode& mode, int32 workspace) const
238 if (workspace == ~0)
239 workspace = current_workspace();
241 if (screen.GetMode(workspace, &displayMode) != B_OK)
259 ScreenMode::GetOriginalMode(screen_mode& mode, int32 workspace) const
261 if (workspace
274 Set(const display_mode& mode, int32 workspace) argument
[all...]
H A DScreenMode.h45 int32 workspace = ~0);
47 int32 workspace = ~0) const;
49 int32 workspace = ~0) const;
52 int32 workspace = ~0);
54 int32 workspace = ~0) const;
/haiku/headers/libs/print/libprint/
H A DDialogWindow.h18 uint32 workspace = B_CURRENT_WORKSPACE);
25 uint32 workspace = B_CURRENT_WORKSPACE);
H A DBlockingWindow.h60 uint32 workspace = B_CURRENT_WORKSPACE,
64 uint32 workspace = B_CURRENT_WORKSPACE,
83 uint32 workspace = B_CURRENT_WORKSPACE,
87 uint32 workspace = B_CURRENT_WORKSPACE,
/haiku/src/libs/print/libprint/
H A DDialogWindow.cpp14 uint32 workspace)
15 : BWindow(frame, title, type, flags, workspace)
27 uint32 workspace)
28 : BWindow(frame, title, look, feel, flags, workspace)
10 DialogWindow(BRect frame, const char *title, window_type type, uint32 flags, uint32 workspace) argument
22 DialogWindow(BRect frame, const char *title, window_look look, window_feel feel, uint32 flags, uint32 workspace) argument
H A DBlockingWindow.cpp70 uint32 workspace, uint32 escape_msg)
71 : BWindow(frame, title, type, flags, workspace)
78 uint32 flags, uint32 workspace, uint32 escape_msg)
79 : BWindow(frame, title, look, feel, flags, workspace)
143 uint32 flags, uint32 workspace, uint32 escape_msg)
144 : HWindow(frame, title, type, flags, workspace)
151 window_feel feel, uint32 flags, uint32 workspace, uint32 escape_msg)
152 : HWindow(frame, title, look, feel, flags, workspace)
69 HWindow(BRect frame, const char *title, window_type type, uint32 flags, uint32 workspace, uint32 escape_msg) argument
77 HWindow(BRect frame, const char *title, window_look look, window_feel feel, uint32 flags, uint32 workspace, uint32 escape_msg) argument
142 BlockingWindow(BRect frame, const char *title, window_type type, uint32 flags, uint32 workspace, uint32 escape_msg) argument
150 BlockingWindow(BRect frame, const char *title, window_look look, window_feel feel, uint32 flags, uint32 workspace, uint32 escape_msg) argument
/haiku/src/tests/servers/app/workspace_activated/
H A DWorkspaceActivated.cpp30 virtual void WorkspaceActivated(int32 workspace, bool active);
44 : BView(rect, "workspace", B_FOLLOW_ALL, B_WILL_DRAW)
91 Window::WorkspaceActivated(int32 workspace, bool active) argument
94 workspace, current_workspace(), active);
/haiku/src/kits/tracker/
H A DBackgroundImage.h68 // for each workspace
79 // element of the per-workspace list
81 BackgroundImageInfo(uint32 workspace, BBitmap* bitmap, Mode mode,
97 void Show(BView* view, int32 workspace);
98 // display the right background for a given workspace
102 void WorkspaceActivated(BView* view, int32 workspace, bool state);
103 // respond to a workspace change
H A DVirtualDirectoryWindow.h29 uint32 workspace = B_CURRENT_WORKSPACE);
/haiku/src/apps/cortex/TipManager/
H A DTipWindow.h83 int32 workspace,
H A DTipWindow.cpp132 int32 workspace,
139 _inherited::WorkspaceActivated(workspace, active);
131 WorkspaceActivated( int32 workspace, bool active) argument
/haiku/src/preferences/joysticks/
H A DMessageWin.h30 uint32 workspace = B_CURRENT_WORKSPACE);
H A DMessageWin.cpp20 window_look look, window_feel feel, uint32 flags, uint32 workspace)
21 : BWindow(parentFrame ,title ,look ,feel, flags, workspace)
19 MessageWin(BRect parentFrame, const char *title, window_look look, window_feel feel, uint32 flags, uint32 workspace) argument
/haiku/headers/os/interface/
H A DScreen.h55 rgb_color DesktopColor(uint32 workspace);
59 uint32 workspace, bool stick = true);
67 status_t GetMode(uint32 workspace,
71 status_t SetMode(uint32 workspace,
/haiku/src/servers/app/
H A DOffscreenServerWindow.cpp43 window_look look, window_feel feel, uint32 flags, uint32 workspace)
42 MakeWindow(BRect frame, const char* name, window_look look, window_feel feel, uint32 flags, uint32 workspace) argument
H A DOffscreenServerWindow.h29 uint32 workspace);
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindow.cpp54 window_type type, uint32 flags, uint32 workspace)
56 BWindow(frame, title, type, flags, workspace),
53 SubWindow(SubWindowManager* manager, BRect frame, const char* title, window_type type, uint32 flags, uint32 workspace) argument
/haiku/src/kits/interface/
H A DScreen.cpp180 BScreen::DesktopColor(uint32 workspace) argument
183 return fScreen->DesktopColor(workspace);
198 BScreen::SetDesktopColor(rgb_color color, uint32 workspace, bool stick) argument
201 fScreen->SetDesktopColor(color, workspace, stick);
237 BScreen::GetMode(uint32 workspace, display_mode* mode) argument
240 return fScreen->GetMode(workspace, mode);
257 BScreen::SetMode(uint32 workspace, display_mode* mode, bool makeDefault) argument
260 return fScreen->SetMode(workspace, mode, makeDefault);
/haiku/headers/private/interface/
H A DWindowInfo.h60 status_t get_application_order(int32 workspace, team_id** _apps, int32* _count);
61 status_t get_window_order(int32 workspace, int32** _tokens, int32* _count);

Completed in 109 milliseconds

1234