![]() |
VR-Forces 4.0.4 Class Documentation
|
This class is used by DtMutliResPaperMap to hold the information about a single loaded image file. More...
Public Member Functions | |
| DtMultiResActiveMapRecord (DtRasterMap *map) | |
| virtual | ~DtMultiResActiveMapRecord () |
| virtual bool | load (const QString &folder) |
| assigns map, loads the imag3 and sets up the matrix | |
| virtual DtRasterMap * | map () const |
| virtual QImage * | image () const |
| virtual QSize | imageSize () const |
| virtual void | dump () |
| dumps the image and resets the map to null. | |
| bool | hasBeenDrawn () const |
| void | setHasBeenDrawn (bool b) |
Protected Attributes | |
| QImage * | myImage |
| DtRasterMap * | myMap |
| bool | myHasBeenDrawn |
This class is used by DtMutliResPaperMap to hold the information about a single loaded image file.
| virtual DtMultiResActiveMapRecord::~DtMultiResActiveMapRecord | ( | ) | [virtual] |
| virtual bool DtMultiResActiveMapRecord::load | ( | const QString & | folder | ) | [virtual] |
assigns map, loads the imag3 and sets up the matrix
| virtual DtRasterMap* DtMultiResActiveMapRecord::map | ( | ) | const [virtual] |
| virtual QImage* DtMultiResActiveMapRecord::image | ( | ) | const [virtual] |
| virtual QSize DtMultiResActiveMapRecord::imageSize | ( | ) | const [virtual] |
| virtual void DtMultiResActiveMapRecord::dump | ( | ) | [virtual] |
dumps the image and resets the map to null.
| bool DtMultiResActiveMapRecord::hasBeenDrawn | ( | ) | const [inline] |
References myHasBeenDrawn.
| void DtMultiResActiveMapRecord::setHasBeenDrawn | ( | bool | b | ) | [inline] |
References myHasBeenDrawn.
QImage* DtMultiResActiveMapRecord::myImage [protected] |
DtRasterMap* DtMultiResActiveMapRecord::myMap [protected] |
bool DtMultiResActiveMapRecord::myHasBeenDrawn [protected] |
Referenced by hasBeenDrawn(), and setHasBeenDrawn().