QWaylandQuickItem Class
The QWaylandQuickItem class provides a Qt Quick item representing a QWaylandView. More...
| Header: | #include <QWaylandQuickItem> |
| qmake: | QT += waylandcompositor |
| Since: | Qt 5.8 |
| Inherited By: |
Public Functions
| void | lower() |
| void | raise() |
| void | setPaintEnabled(bool paintEnabled) |
Protected Functions
| void | keyPressEvent(int *event) override |
| void | keyReleaseEvent(int *event) override |
| void | touchEvent(int *event) override |
| 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.