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

Public Functions

 QVGImagePoolPrivate ()
 

Public Variables

QVGPixmapDatalruFirst
 
QVGPixmapDatalruLast
 

Detailed Description

Definition at line 49 of file qvgimagepool.cpp.

Constructors and Destructors

◆ QVGImagePoolPrivate()

QVGImagePoolPrivate::QVGImagePoolPrivate ( )
inline

Definition at line 52 of file qvgimagepool.cpp.

52 : lruFirst(0), lruLast(0) {}
QVGPixmapData * lruLast
QVGPixmapData * lruFirst

Properties

◆ lruFirst

QVGPixmapData* QVGImagePoolPrivate::lruFirst

Definition at line 54 of file qvgimagepool.cpp.

◆ lruLast

QVGPixmapData* QVGImagePoolPrivate::lruLast

Definition at line 55 of file qvgimagepool.cpp.


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