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

QWaylandIviApplication Class

The QWaylandIviApplication class is an extension for embedded-style user interfaces.

This class was introduced in Qt 5.8.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QWaylandIviApplication Class

Detailed Description

The QWaylandIviApplication extension provides a way to associate an QWaylandIviSurface with a regular Wayland surface. Using the QWaylandIviSurface interface, the client can identify itself by giving an ivi id, and the compositor can ask the client to resize.

QWaylandIviApplication corresponds to the Wayland ivi_application interface.

Member Function Documentation

 

QWaylandIviApplication::QWaylandIviApplication()

Constructs a QWaylandIviApplication object.

QWaylandIviApplication::QWaylandIviApplication(QWaylandCompositor *compositor)

Constructs a QWaylandIviApplication object for the provided compositor.

[override virtual] void QWaylandIviApplication::initialize()

Initializes the shell extension.

[static] QByteArray QWaylandIviApplication::interfaceName()

Returns the Wayland interface for the QWaylandIviApplication.

void QWaylandIviApplication::iviSurfaceCreated(QWaylandIviSurface *iviSurface)

This signal is emitted when an IviSurface, iviSurface, has been created.

void QWaylandIviApplication::iviSurfaceRequested(QWaylandSurface *surface, uint iviId, const QWaylandResource &resource)

This signal is emitted when the client has requested an ivi_surface to be associated with surface, which is identified by id. The handler for this signal is expected to create the ivi surface and initialize it within the scope of the signal emission. If no ivi surface is created, a default one will be created instead.

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