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  · 

QGLRenderOrderComparator Class

The QGLRenderOrderComparator class compares QGLRenderOrder instances. More...

 #include <QGLRenderOrderComparator>

This class was introduced in Qt 4.8.

Public Functions

QGLRenderOrderComparator()
virtual ~QGLRenderOrderComparator()
virtual bool isEqualTo(const QGLRenderOrder & lhs, const QGLRenderOrder & rhs)
virtual bool isLessThan(const QGLRenderOrder & lhs, const QGLRenderOrder & rhs)

Detailed Description

The QGLRenderOrderComparator class compares QGLRenderOrder instances.

The QGLRenderOrderComparator class works with the QGLRenderSequencer and QGLRenderOrder classes to optimize the rendering order of scene nodes.

This class is responsible for comparing QGLRenderOrder instances for the QGLRenderSequencer.

Custom render orders may be created by sub-classing QGLRenderOrderComparator and reimplementing the following method:

Then set an instance of your class onto QGLPainter:

 void MyView::initializeGL(QGLPainter *painter)
 {
     painter->renderSequencer()->setRenderOrderComparator(new MyRenderOrderComparator);
 }

 void MyView::paintGL(QGLPainter *painter)
 {
     // draw uses QGLRenderOrder sub-class instances from m_renderOrderFactory
     complexScene->draw(painter);
 }

See the QGLRenderOrder class documentation for more details.

See also QGLRenderOrder.

Member Function Documentation

QGLRenderOrderComparator::QGLRenderOrderComparator()

Construct a new QGLRenderOrderComparator.

QGLRenderOrderComparator::~QGLRenderOrderComparator() [virtual]

Destroys this QGLRenderOrderComparator, recovering any resources.

bool QGLRenderOrderComparator::isEqualTo(const QGLRenderOrder & lhs, const QGLRenderOrder & rhs) [virtual]

Returns true if the lhs render order is equal to the rhs; otherwise returns false.

Reimplement this function when creating custom render orders.

bool QGLRenderOrderComparator::isLessThan(const QGLRenderOrder & lhs, const QGLRenderOrder & rhs) [virtual]

Returns true if the lhs render order is less than the rhs; otherwise returns false.

Reimplement this function when creating custom render orders.

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