IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt Wayland Compositor QML Types

Provides QML types for writing custom Wayland display servers.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Wayland Compositor QML Types

The Qt Wayland module provides QML types that can be used to create custom display servers supporting the Wayland protocol.

The QML types can be imported into your application using the following import statement:

 
Sélectionnez
import QtWayland.Compositor 1.13
\endcode

To link against the module, add this line to your \l qmake \c .pro file:

\code
QT += waylandcompositor

For more information about using these types in your application, see the Qt Wayland Compositor documentation.

  • IviApplication: Provides a shell extension for embedded-style user interfaces.

  • IviSurface: Provides a simple way to identify and resize a surface.

  • ShellSurface: Provides a common interface for surface roles specified by shell extensions.

  • ShellSurfaceItem: A Qt Quick item type for displaying and interacting with a ShellSurface.

  • WaylandClient: Represents a client connecting to the WaylandCompositor.

  • WaylandCompositor: Manages the Wayland display server.

  • WaylandHardwareLayer: Makes a parent WaylandQuickItem use hardware layers for rendering.

  • WaylandOutput: Provides access to a displayable area managed by the compositor.

  • WaylandQuickItem: Provides a Qt Quick item that represents a WaylandView.

  • WaylandSeat: Provides access to keyboard, mouse, and touch input.

  • WaylandSurface: Represents a rectangular area on an output device.

  • WaylandView: Represents a view of a surface on an output.

  • WlShell: Provides an extension for desktop-style user interfaces.

  • WlShellSurface: Provides a wl_shell_surface that offers desktop-style compositor-specific features to a surface.

  • XdgDecorationManagerV1: Provides an extension for negotiation of server-side and client-side window decorations.

  • XdgPopup: XdgPopup represents the popup specific parts of and xdg surface.

  • XdgPopupV6: XdgPopupV6 represents the popup specific parts of and xdg surface.

  • XdgShell: Provides an extension for desktop-style user interfaces.

  • XdgShellV6: Provides an extension for desktop-style user interfaces.

  • XdgSurface: XdgSurface provides desktop-style compositor-specific features to an xdg surface.

  • XdgSurfaceV6: XdgSurfaceV6 provides desktop-style compositor-specific features to an xdg surface.

  • XdgToplevel: XdgToplevel represents the toplevel window specific parts of an xdg surface.

  • XdgToplevelV6: XdgToplevelV6 represents the toplevel window specific parts of an xdg surface.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+