![]() |
VR-Forces Developer's Guide
|
Puts up a dialog, that, if accepted, will save the map area to the specified file and image format. !If there are multiple channels/observers on the main map area it will save all channels/observers. This save will be as if a screen snapshot had just been taken of the map area and saved.
Public Member Functions | |
| DtSaveTerrainAsImageDialog (makVrv::DtDe &de) | |
| virtual | ~DtSaveTerrainAsImageDialog () |
| virtual void | exec () |
| virtual void | saveMapArea (const QString &file, const QString &format) |
| virtual QImage | mapAreaAsImage () const |
Protected Member Functions | |
| virtual makVrv::DtOsgAdapterQtWidget * | findAdapterWidget (QWidget *parent) const |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrf::DtSaveTerrainAsImageDialog::DtSaveTerrainAsImageDialog | ( | makVrv::DtDe & | de | ) |
default constructor
|
virtual |
destructor
|
virtual |
Brings up print dialog with printer, and, if accepted will print the map area.
|
virtual |
Saves the map area to the file by grabbing the frame buffer of the current map area.
|
virtual |
Returns the map area as an image.
|
protectedvirtual |
Find the container widget to get the map area from.
|
protected |