42 #ifndef QWAYLANDSCREEN_H 43 #define QWAYLANDSCREEN_H 45 #include <QtGui/QPlatformScreen> 77 #endif // QWAYLANDSCREEN_H Format
The following image formats are available in Qt.
QPointer< QWidget > widget
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.
QWaylandDisplay * display() const
wl_visual * visual() const
QWaylandDisplay * mWaylandDisplay
QWaylandCursor * mWaylandCursor
QWaylandScreen(QWaylandDisplay *waylandDisplay, struct wl_output *output, QRect geometry)
The QRect class defines a rectangle in the plane using integer precision.
int depth() const
Reimplement in subclass to return current depth of the screen.
struct wl_output * mOutput
The QSize class defines the size of a two-dimensional object using integer point precision.
static QWaylandScreen * waylandScreenFromWidget(QWidget *widget)