QSymbianGraphicsSystemHelper Class ReferenceQSymbianGraphicsSystemHelper defines functions required by QtMultimediaKit in order to enable video rendering. More... #include <QSymbianGraphicsSystemHelper> Public Types
Static Public Members
Detailed DescriptionQSymbianGraphicsSystemHelper defines functions required by QtMultimediaKit in order to enable video rendering. This class is not intended for use by applications. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QSymbianGraphicsSystemHelper::NativePaintModeDefault | 0 | Default painting behaviour. |
QSymbianGraphicsSystemHelper::NativePaintModeZeroFill | 1 | Ignore contents of backing store, and fill the window surface region with zeroes. |
QSymbianGraphicsSystemHelper::NativePaintModeWriteAlpha | 2 | By default, alpha values are only copied from the backing store into the window surface if the top-level widget has the Qt::WA_TranslucentBackground attribute. If this mode is set, alpha values are copied regardless of the value of that attribute. |
QSymbianGraphicsSystemHelper::NativePaintModeDisable | 3 | Do not paint anything into the native window surface. |
Specify whether native focus change events should be ignored by the widget.
Set the native paint mode to the specified mode.
Set the native paint mode to the specified mode.
Specify whether the widget should receive receive native paint events.
If enabled, the QWidget::beginNativePaintEvent slot is called before content from the backing store is written into the native window surface, and QWidget::endNativePaintEvent is called once writing to the native window surface is complete.
This function is intended for use by QWidget clients such as video widgets, which wish to use Direct Screen Access to write into the native window surface. Such clients should stop their DSA session on receipt of QWidget::beginNativePaintEvent, and re-start it on receipt of QWidget::endNativePaintEvent.
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.8 | |
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