Lines Matching refs:WorkspacesSettings
91 class WorkspacesSettings { class
93 WorkspacesSettings();
94 virtual ~WorkspacesSettings();
164 WorkspacesWindow(WorkspacesSettings *settings);
183 WorkspacesSettings *fSettings;
208 WorkspacesSettings::WorkspacesSettings() in WorkspacesSettings() function in WorkspacesSettings
263 WorkspacesSettings::~WorkspacesSettings() in ~WorkspacesSettings()
286 WorkspacesSettings::UpdateFramesForScreen(BRect newScreenFrame) in UpdateFramesForScreen()
309 WorkspacesSettings::UpdateScreenFrame() in UpdateScreenFrame()
317 WorkspacesSettings::SetWindowFrame(BRect frame) in SetWindowFrame()
714 WorkspacesWindow::WorkspacesWindow(WorkspacesSettings *settings) in WorkspacesWindow()
1002 fWindow = new WorkspacesWindow(new WorkspacesSettings()); in WorkspacesApp()