TdkCachedPixmap Class Reference

Defines the TdkCachedPixmap class. This class defines a set of information about cached pixmaps. More...

#include <TdkCachedPixmaps.h>

List of all members.

Public Member Functions

 TdkCachedPixmap ()
 Default constructor.
 TdkCachedPixmap (const int &id, const TeBox &box)
 Constructor with parameters.
 ~TdkCachedPixmap ()
 Destructor.
void operator= (const TdkCachedPixmap &other)
 Operator '=' overload.

Public Attributes

int bufferId_
 Identifier of cached pixmap in the canvas pixmap set.
TeBox box_
 Box of the area painted in pixmap.
int requiredTimes_
 Number of times this pixmap was required.


Detailed Description

Defines the TdkCachedPixmap class. This class defines a set of information about cached pixmaps.

/**

TODO: 1)

See also:
TeBox


Constructor & Destructor Documentation

TdkCachedPixmap::TdkCachedPixmap (  )  [inline]

Default constructor.

TdkCachedPixmap::TdkCachedPixmap ( const int &  id,
const TeBox &  box 
) [inline]

Constructor with parameters.

Parameters:
id Identifies the pixmap in the canvas pixmap set.
box Box of the area painted in the pixmap.

TdkCachedPixmap::~TdkCachedPixmap (  )  [inline]

Destructor.


Member Function Documentation

void TdkCachedPixmap::operator= ( const TdkCachedPixmap other  )  [inline]

Operator '=' overload.

Parameters:
other Right side factor of operation of attribution.


Member Data Documentation

int TdkCachedPixmap::bufferId_

Identifier of cached pixmap in the canvas pixmap set.

TeBox TdkCachedPixmap::box_

Box of the area painted in pixmap.

int TdkCachedPixmap::requiredTimes_

Number of times this pixmap was required.


The documentation for this class was generated from the following file:
Generated on Fri Jun 15 16:54:28 2007 for TDK by  doxygen 1.5.2