Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QExportedBackground class provides access to the system background. More...
#include <QExportedBackground>
Inherits QObject.
The QExportedBackground class provides access to the system background.
Qt Extended provides a global background to all windows in order to give the impression that windows are transparent. This background is automatically available in all windows due to QPhoneStyle setting appropriate palettes for all widgets. In some cases it is desireable to use the background directly, or to be notified that the background pixmap has changed. QExportedBackground provides this functionality.
Constructs a QExportedBackground for the default screen with the given parent.
Constructs a QExportedBackground for screen number screen with the given parent.
Qt supports multiple screens. This is commonly seen in flip phones with both internal and external screens. The background for each screen may be different. Qt Extended assumes that the primary screen is screen number 0 and the secondary screen is screen number 1.
See also QDesktopWidget.
Destroys a QExportedBackground.
Returns the exported background.
This signal is emitted when the exported background changes.
This is an overloaded member function, provided for convenience.
This signal is emitted when the exported background changes. The background argument is the new background.
Returns whether an exported background is available.
This function is deprecated.
Returns the wallpaper.
As of Qtopia 4.3 the wallpaper is the same as the background. Use background() instead.
This function is deprecated.
This signal is emitted when the wallpaper changes.
See also wallpaper().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |