Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QSymbianGraphicsSystemHelper Class Reference

QSymbianGraphicsSystemHelper defines functions required by QtMultimediaKit in order to enable video rendering. More...

 #include <QSymbianGraphicsSystemHelper>

Public Types

enum NativePaintMode { NativePaintModeDefault, NativePaintModeZeroFill, NativePaintModeWriteAlpha, NativePaintModeDisable }

Static Public Members

void setIgnoreFocusChanged ( QWidget * widget, bool value )
void setNativePaintMode ( QWidget * widget, NativePaintMode mode )
void setNativePaintMode ( WId wid, NativePaintMode mode )
void setReceiveNativePaintEvents ( QWidget * widget, bool value )

Detailed Description

QSymbianGraphicsSystemHelper defines functions required by QtMultimediaKit in order to enable video rendering.

This class is not intended for use by applications.

Member Type Documentation

enum QSymbianGraphicsSystemHelper::NativePaintMode

This enum controls the way in which QWidget paints content from the Qt backing store into the corresponding native window surface.

ConstantValueDescription
QSymbianGraphicsSystemHelper::NativePaintModeDefault0Default painting behaviour.
QSymbianGraphicsSystemHelper::NativePaintModeZeroFill1Ignore contents of backing store, and fill the window surface region with zeroes.
QSymbianGraphicsSystemHelper::NativePaintModeWriteAlpha2By 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::NativePaintModeDisable3Do not paint anything into the native window surface.

Member Function Documentation

void QSymbianGraphicsSystemHelper::setIgnoreFocusChanged ( QWidget * widget, bool value ) [static]

Specify whether native focus change events should be ignored by the widget.

void QSymbianGraphicsSystemHelper::setNativePaintMode ( QWidget * widget, NativePaintMode mode ) [static]

Set the native paint mode to the specified mode.

void QSymbianGraphicsSystemHelper::setNativePaintMode ( WId wid, NativePaintMode mode ) [static]

Set the native paint mode to the specified mode.

void QSymbianGraphicsSystemHelper::setReceiveNativePaintEvents ( QWidget * widget, bool value ) [static]

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 !
 
 
 
 
Partenaires

Hébergement Web