![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtScreen class provides access to screen settings. More...
#include <QxtScreen>
The QxtScreen class provides access to screen settings.
QxtScreen provides access to screen settings.
Note: Currently supported platforms are X11 and Windows.
Constructs a new QxtScreen for screen.
Note: The primary screen is used if screen is -1.
Constructs a new QxtScreen for screen.
Destructs the screen object.
Applies the resolution and refresh rate.
Returns true if succeeds, false otherwise.
See also setResolution() and setRefreshRate().
Returns the list of available color depths for resolution.
See also availableResolutions().
Returns the list of available refresh rates for resolution.
See also availableResolutions().
Returns the list of available resolutions.
See also availableRefreshRates().
Reverts the resolution and refresh rate.
Returns true if succeeds, false otherwise.
See also setResolution() and setRefreshRate().
Returns the current color depth.
Note: This is currently supported only on Windows.
See also setColorDepth().
Refreshes the screen information.
Returns the current refresh rate.
See also setRefreshRate().
Returns the current resolution.
See also setResolution().
Returns the screen widget.
See also setScreen() and QDesktopWidget::screen().
Returns the screen number.
See also setScreenNumber().
Sets the color depth.
Note: No changes are applied until apply() is called. Note: This is currently supported only on Windows.
See also colorDepth() and apply().
Sets the refresh rate.
Note: No changes are applied until apply() is called.
See also refreshRate() and apply().
Sets the resolution.
Note: No changes are applied until apply() is called.
See also resolution() and apply().
Sets the screen.
See also QDesktopWidget::screenNumber().
Sets the screen number.
See also screenNumber().
Copyright © 2007-2010 Qxt Foundation |
Qxt 0.6.1 |