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  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QQuickTextureFactory Class

The QQuickTextureFactory class provides an interface for loading custom textures from QML. More...

 #include <QQuickTextureFactory>

Inherits: QObject.

This class was introduced in Qt 5.0.

Public Functions

QQuickTextureFactory()
virtual ~QQuickTextureFactory()
virtual QSGTexture * createTexture(QQuickCanvas * canvas) const = 0
virtual QImage image() const
virtual int textureByteCount() const = 0
virtual QSize textureSize() const = 0
  • 31 public functions inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 2 signal inherited from QObject
  • 11 static public members inherited from QObject
  • 9 protected functions inherited from QObject

Detailed Description

The QQuickTextureFactory class provides an interface for loading custom textures from QML.

The purpose of the texture factory is to provide a placeholder for a image data that can be converted into an OpenGL texture.

Creating a texture directly is not possible as there is rarely an OpenGL context available in the thread that is responsible for loading the image data.

Member Function Documentation

QQuickTextureFactory::QQuickTextureFactory()

QQuickTextureFactory::~QQuickTextureFactory() [virtual]

QSGTexture * QQuickTextureFactory::createTexture(QQuickCanvas * canvas) const [pure virtual]

QImage QQuickTextureFactory::image() const [virtual]

Returns an image version of this texture.

The lifespan of the returned image is unknown, so the implementation should return a self contained QImage, not make use of the QImage(uchar *, ...) constructor.

This function is not commonly used and is expected to be slow.

int QQuickTextureFactory::textureByteCount() const [pure virtual]

QSize QQuickTextureFactory::textureSize() const [pure virtual]

Returns the size of the texture. This function will be called from arbitrary threads and should not rely on an OpenGL context bound.

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 5.0-snapshot
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