QWaylandQuickItem Class
The QWaylandQuickItem class provides a Qt Quick item representing a QWaylandView. More...
Header: | #include <QWaylandQuickItem> |
qmake: | QT += waylandcompositor |
Since: | Qt 5.8 |
Public Functions
void | lower() |
void | raise() |
void | setPaintEnabled(bool paintEnabled) |
Protected Functions
void | touchUngrabEvent() |
int * | updatePaintNode(int *, int *) override |
Detailed Description
The QWaylandQuickItem class provides a Qt Quick item representing a QWaylandView.
When writing a QWaylandCompositor in Qt Quick, this class can be used to display a client's contents on an output device and will pass user input to the client.