XdgSurface QML Type
Provides an XDG surface that offers desktop functionality. More...
Import Statement: | import QtWayland.Compositor 1.0 |
Properties
- parentSurface : object
- surface : object
- title : string
Methods
- void initialize(object surface, object client, int id)
- void sendClose()
- int sendConfigure(size size, List<uint>)
Detailed Description
XdgSurface is part of the XdgShell extension and provides desktop functionality such as minimize, maximize, and resize using the xdg-shell
protocol.
Property Documentation
This property holds the parent of this XdgSurface.
This property holds the surface associated with this XdgSurface.
This property holds the title of the XdgSurface.
Method Documentation
Initializes the XdgSurface and associates it with the given surface, client, and id.
Sends a configure event to the client. Known states are enumerated in XdgSurface::State