![]() |
VR-Forces 4.1.1 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.
| DtMultiResActiveMapRecord::DtMultiResActiveMapRecord | ( | DtRasterMap * | map | ) |
|
virtual |
|
virtual |
assigns map, loads the imag3 and sets up the matrix
|
virtual |
|
virtual |
|
virtual |
|
virtual |
dumps the image and resets the map to null.
|
inline |
References myHasBeenDrawn.
|
inline |
References myHasBeenDrawn.
|
protected |
|
protected |
|
protected |
Referenced by hasBeenDrawn(), and setHasBeenDrawn().