QWaylandShellSurface Class
The QWaylandShellSurface class is a common interface for surface roles specified by shell extensions. More...
Header: | #include <QWaylandShellSurface> |
qmake: | QT += waylandcompositor |
Since: | Qt 5.8 |
Inherits: | QWaylandCompositorExtension |
This class was introduced in Qt 5.8.
Properties
- windowType : const Qt::WindowType
Public Functions
virtual Qt::WindowType | windowType() const |
Signals
void | windowTypeChanged() |
Detailed Description
This interface represents a Wayland surface role given by a Wayland protocol extension that defines how the QWaylandSurface should map onto the screen.
See also QWaylandSurface, QWaylandWlShellSurface, QWaylandXdgSurfaceV5, and QWaylandIviSurface.
Property Documentation
windowType : const Qt::WindowType
This property holds the window type of the QWaylandShellSurface.
Access functions:
virtual Qt::WindowType | windowType() const |
Notifier signal:
void | windowTypeChanged() |
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.13/qwaylandshellsurface.html