42 #ifndef QPLATFORMINTEGRATION_MINIMAL_H 43 #define QPLATFORMINTEGRATION_MINIMAL_H 45 #include <QtGui/QPlatformIntegration> 46 #include <QtGui/QPlatformScreen> Format
The following image formats are available in Qt.
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
QList< QPlatformScreen * > mScreens
#define QT_BEGIN_NAMESPACE
This macro expands to.
QList< QPlatformScreen * > screens() const
Accessor function to a list of all the screens on the current system.
int depth() const
Reimplement in subclass to return current depth of the screen.
The QImage class provides a hardware-independent image representation that allows direct access to th...
QImage::Format format() const
Reimplement in subclass to return the image format which corresponds to the screen format...
QRect geometry() const
Reimplement in subclass to return the pixel geometry of the screen.
The QWindowSurface class provides the drawing area for top-level windows.
The QRect class defines a rectangle in the plane using integer precision.
The QSize class defines the size of a two-dimensional object using integer point precision.
The QList class is a template class that provides lists.