QWaylandIviSurface Class
The QWaylandIviSurface class provides a simple way to identify and resize a surface. More...
| Header: | #include <QWaylandIviSurface> |
| qmake: | QT += waylandcompositor |
| Since: | Qt 5.8 |
| Instantiated By: | IviSurface |
| Inherits: | QWaylandShellSurfaceTemplate |
This class was introduced in Qt 5.8.
Properties
Public Functions
Signals
| void | iviIdChanged() |
| void | surfaceChanged() |
Detailed Description
This class is part of the QWaylandIviApplication extension and provides a way to extend the functionality of an existing QWaylandSurface with a way to resize and identify it.
It corresponds to the Wayland ivi_surface interface.
Property Documentation
iviId : const uint
This property holds the ivi id of this QWaylandIviSurface.
Access functions:
| uint | iviId() const |
Notifier signal:
| void | iviIdChanged() |
surface : QWaylandSurface* const
This property holds the surface associated with this QWaylandIviSurface.
Access functions:
| QWaylandSurface * | surface() const |
Notifier signal:
| void | surfaceChanged() |