QWSWindow Class Reference |
Constant | Value | Description |
---|---|---|
QWSWindow::NoState | 0 | Initial state before the window is properly initialized. |
QWSWindow::Hidden | 1 | The window is not visible. |
QWSWindow::Showing | 2 | The window is being shown. |
QWSWindow::Visible | 3 | The window is visible, and not in a transition. |
QWSWindow::Hiding | 4 | The window is being hidden. |
QWSWindow::Raising | 5 | The windoe is being raised. |
QWSWindow::Lowering | 6 | The window is being raised. |
QWSWindow::Moving | 7 | The window is being moved. |
QWSWindow::ChangingGeometry | 8 | The window's geometry is being changed. |
QWSWindow::Destroyed | 9 | The window is destroyed. |
See also state() and QScreen::exposeRegion().
Returns the window's caption.
Returns a reference to the QWSClient object that owns this window.
See also requestedRegion().
Returns the region that has been repainted since the previous QScreen::exposeRegion(), and needs to be copied to the screen.
This function was introduced in Qt 4.3.
Returns true if the window is completely obsured by another window or by the bounds of the screen; otherwise returns false.
See also isVisible().
Returns true if the window is opaque, i.e., if its alpha channel equals 255; otherwise returns false.
See also opacity().
Returns true if the window is visible; otherwise returns false.
See also isFullyObscured().
Returns the window's name, which is taken from the objectName() at the time of show().
See also caption() and winId().
Returns the window's alpha channel value.
See also isOpaque().
Returns the region that the window has requested to draw onto, including any window decorations.
See also client().
Returns the current state of the window.
This function was introduced in Qt 4.3.
Returns the window's ID.
See also name() and caption().
Returns the window flags of the window. This value is only available after the first paint event.
This function was introduced in Qt 4.3.
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