QWaylandQuickShellSurfaceItem Class▲
-
Header: QWaylandQuickShellSurfaceItem
-
Since: Qt 5.8
-
qmake: QT += waylandcompositor
Detailed Description▲
This class is used to render wl_shell, xdg_shell or ivi_application surfaces as part of a Qt Quick scene. It handles moving and resizing triggered by clicking on the window decorations.
See Also▲
See also QWaylandQuickItem, QWaylandWlShellSurface, QWaylandXdgSurfaceV5, QWaylandIviSurface
Property Documentation▲
moveItem : QQuickItem*▲
This property holds the move item for this QWaylandQuickShellSurfaceItem. This is the item that will be moved when the clients request the QWaylandShellSurface to be moved, maximized, resized etc. This property is useful when implementing server-side decorations.
Access functions:
-
*moveItem() const
-
void setMoveItem( *moveItem)
Notifier signal:
-
void moveItemChanged()
shellSurface : QWaylandShellSurface*▲
This property holds the QWaylandShellSurface rendered by this QWaylandQuickShellSurfaceItem. It may either be a QWaylandXdgSurfaceV5, QWaylandWlShellSurface or QWaylandIviSurface depending on which shell protocol is in use.
Access functions:
-
*shellSurface() const
-
void setShellSurface( *shellSurface)
Notifier signal:
-
void shellSurfaceChanged()
Member Function Documentation▲
QWaylandQuickShellSurfaceItem::QWaylandQuickShellSurfaceItem(QQuickItem *parent = nullptr)▲
Constructs a QWaylandQuickWlShellSurfaceItem with the given parent.