#include <TdkCachedPixmaps.h>
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. | |
/**
TODO: 1)
| TdkCachedPixmap::TdkCachedPixmap | ( | ) | [inline] |
Default constructor.
| TdkCachedPixmap::TdkCachedPixmap | ( | const int & | id, | |
| const TeBox & | box | |||
| ) | [inline] |
Constructor with parameters.
| id | Identifies the pixmap in the canvas pixmap set. | |
| box | Box of the area painted in the pixmap. |
| TdkCachedPixmap::~TdkCachedPixmap | ( | ) | [inline] |
Destructor.
| void TdkCachedPixmap::operator= | ( | const TdkCachedPixmap & | other | ) | [inline] |
Operator '=' overload.
| other | Right side factor of operation of attribution. |
Identifier of cached pixmap in the canvas pixmap set.
| TeBox TdkCachedPixmap::box_ |
Box of the area painted in pixmap.
Number of times this pixmap was required.
1.5.2