![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtSaveMapAreaHandler () | |
| Default Constructor. | |
| virtual | ~DtSaveMapAreaHandler () |
| Destructor. | |
| virtual QWidget * | createDialog (QWidget *parent) |
| Creates the dialog associated with this handler (if there is one) | |
| virtual void | showDialog (bool b) |
| virtual void | saveMapArea (QPixmap &image, const QString &format) |
| Calls saveMapArea with empty filename and supplied image. | |
| virtual void | saveMapArea (const QString &file, const QString &format, QPixmap *cpyImage=NULL) |
Static Public Member Functions | |
| static DtEventHandler * | create (DtEventController *owner, void *usr) |
| Static creator. | |
Protected Attributes | |
| QComboBox * | myOutputFormatComboBox |
Default Constructor.
| virtual DtSaveMapAreaHandler::~DtSaveMapAreaHandler | ( | ) | [virtual] |
Destructor.
| static DtEventHandler* DtSaveMapAreaHandler::create | ( | DtEventController * | owner, |
| void * | usr | ||
| ) | [static] |
Static creator.
| virtual QWidget* DtSaveMapAreaHandler::createDialog | ( | QWidget * | w | ) | [virtual] |
Creates the dialog associated with this handler (if there is one)
Reimplemented from DtEventHandler.
| virtual void DtSaveMapAreaHandler::showDialog | ( | bool | b | ) | [virtual] |
Reimplemented from DtEventHandler.
| virtual void DtSaveMapAreaHandler::saveMapArea | ( | QPixmap & | image, |
| const QString & | format | ||
| ) | [virtual] |
Calls saveMapArea with empty filename and supplied image.
| virtual void DtSaveMapAreaHandler::saveMapArea | ( | const QString & | file, |
| const QString & | format, | ||
| QPixmap * | cpyImage = NULL |
||
| ) | [virtual] |
QComboBox* DtSaveMapAreaHandler::myOutputFormatComboBox [protected] |