Searched refs:ScreenWindow (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/screen/
H A DScreenApplication.h18 class ScreenWindow;
28 ScreenWindow *fScreenWindow;
H A DScreenWindow.h33 class ScreenWindow : public BWindow { class in inherits:BWindow
35 ScreenWindow(ScreenSettings *settings);
36 virtual ~ScreenWindow();
H A DScreenApplication.cpp14 #include "ScreenWindow.h"
31 fScreenWindow(new ScreenWindow(new ScreenSettings()))
H A DScreenWindow.cpp18 #include "ScreenWindow.h"
167 // #pragma mark - ScreenWindow
170 ScreenWindow::ScreenWindow(ScreenSettings* settings) function in class:ScreenWindow
623 ScreenWindow::~ScreenWindow()
630 ScreenWindow::QuitRequested()
660 ScreenWindow::_CheckResolutionMenu()
688 ScreenWindow::_CheckColorMenu()
775 ScreenWindow
[all...]

Completed in 97 milliseconds