42 #ifndef QUIKITSCREEN_H 43 #define QUIKITSCREEN_H 45 #include <UIKit/UIKit.h> 47 #include <QtGui/QPlatformScreen> Format
The following image formats are available in Qt.
#define QT_END_NAMESPACE
This macro expands to.
QSize physicalSize() const
Reimplement this function in subclass to return the physical size of the screen.
int depth() const
Reimplement in subclass to return current depth of the screen.
#define QT_BEGIN_NAMESPACE
This macro expands to.
QImage::Format format() const
Reimplement in subclass to return the image format which corresponds to the screen format...
QUIKitScreen(int screenIndex)
void updateInterfaceOrientation()
QRect geometry() const
Reimplement in subclass to return the pixel geometry of the screen.
The QRect class defines a rectangle in the plane using integer precision.
UIScreen * uiScreen() const
The QSize class defines the size of a two-dimensional object using integer point precision.