QX11EmbedContainer Class Reference |
Constant | Value | Description |
---|---|---|
QX11EmbedContainer::Unknown | 0 | An unrecognized error occurred. |
QX11EmbedContainer::InvalidWindowID | 2 | The X11 window ID of the container was invalid. This error is usually triggered by passing an invalid window ID to embed(). |
Creates a QX11EmbedContainer object with the given parent.
Destructs a QX11EmbedContainer.
This signal is emitted by the container when the client widget closes.
This signal is emitted by the container when a client widget has been embedded.
If the container has an embedded widget, this function returns the X11 window ID of the client; otherwise it returns 0.
Detaches the client from the embedder. The client will appear as a standalone window on the desktop.
Instructs the container to embed the X11 window with window ID id. The client widget will then move on top of the container window and be resized to fit into the container.
The id should be the ID of a window controlled by an XEmbed enabled application, but this is not mandatory. If id does not belong to an XEmbed client widget, then focus handling, activation, accelerators and other features will not work properly.
Returns the last error that occurred.
This is an overloaded member function, provided for convenience.
This signal is emitted if an error occurred when embedding or communicating with a client. The specified error describes the problem that occurred.
See also QX11EmbedContainer::Error.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com