Qt 4.8
Public Functions | Public Variables | List of all members
QGLTexturePoolPrivate Class Reference

Public Functions

 QGLTexturePoolPrivate ()
 

Public Variables

QGLTexturelruFirst
 
QGLTexturelruLast
 

Detailed Description

Definition at line 52 of file qgltexturepool.cpp.

Constructors and Destructors

◆ QGLTexturePoolPrivate()

QGLTexturePoolPrivate::QGLTexturePoolPrivate ( )
inline

Definition at line 55 of file qgltexturepool.cpp.

55 : lruFirst(0), lruLast(0) {}

Properties

◆ lruFirst

QGLTexture* QGLTexturePoolPrivate::lruFirst

Definition at line 57 of file qgltexturepool.cpp.

◆ lruLast

QGLTexture* QGLTexturePoolPrivate::lruLast

Definition at line 58 of file qgltexturepool.cpp.


The documentation for this class was generated from the following file: