Searched refs:fWorkspace (Results 1 - 8 of 8) sorted by relevance

/haiku/src/servers/app/
H A DWorkspace.cpp84 fWorkspace(desktop.WorkspaceAt(index)),
102 return fWorkspace.Color();
112 fWorkspace.SetColor(color);
115 fDesktop.StoreWorkspaceConfiguration(fWorkspace.Index());
123 fCurrent = fWorkspace.Windows().FirstWindow();
125 fCurrent = fCurrent->NextWindow(fWorkspace.Index());
135 _leftTop = fCurrent->Anchor(fWorkspace.Index()).position;
145 fCurrent = fWorkspace.Windows().LastWindow();
147 fCurrent = fCurrent->PreviousWindow(fWorkspace.Index());
157 _leftTop = fCurrent->Anchor(fWorkspace
[all...]
H A DWorkspace.h45 Workspace::Private& fWorkspace; member in class:Workspace
/haiku/src/apps/switcher/
H A DWindowsView.cpp224 fWorkspace = (uint32)item;
226 if ((uint32)current_workspace() == fWorkspace - 1)
230 text << fWorkspace; local
242 uint32 fWorkspace; member in class:WorkspaceRenderer
/haiku/src/kits/tracker/
H A DBackgroundImage.h85 uint32 fWorkspace; member in class:BPrivate::BackgroundImage::BackgroundImageInfo
H A DBackgroundImage.cpp133 fWorkspace(workspaces),
314 if (info->fWorkspace == workspaceMask)
317 if (info->fWorkspace & workspaceMask)
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h94 uint32 fWorkspace; member in class:BackgroundImage::BackgroundImageInfo
H A DBackgroundImage.cpp177 fWorkspace(workspaces),
407 if (info->fWorkspace == workspaceMask)
410 if (info->fWorkspace & workspaceMask)
487 container.AddInt32(kBackgroundImageInfoWorkspaces, info->fWorkspace);
H A DBackgroundsView.cpp606 if (fCurrentInfo->fWorkspace & workspaceMask
607 && fCurrentInfo->fWorkspace != workspaceMask) {
608 fCurrentInfo->fWorkspace = fCurrentInfo->fWorkspace
615 } else if (fCurrentInfo->fWorkspace == workspaceMask) {
954 && ((fCurrentInfo->fWorkspace != B_ALL_WORKSPACES)

Completed in 106 milliseconds