UMLViewImageExporterAll Class Reference
Exports all the views in the UML document as images. More...
#include <umlviewimageexporterall.h>
Public Member Functions | |
| UMLViewImageExporterAll () | |
| Constructor for UMLViewImageExporterAll. | |
| virtual | ~UMLViewImageExporterAll () |
| Destructor for UMLViewImageExporterAll. | |
| void | exportAllViews () |
| Shows a dialog to the user to get the needed parameters and then exports the views. | |
Detailed Description
Exports all the views in the UML document as images.This class takes care of asking the user the needed parameters and then exports the views using UMLViewImageExporterModel.
Definition at line 22 of file umlviewimageexporterall.h.
Constructor & Destructor Documentation
|
|
Constructor for UMLViewImageExporterAll.
Definition at line 33 of file umlviewimageexporterall.cpp. |
|
|
Destructor for UMLViewImageExporterAll.
Definition at line 37 of file umlviewimageexporterall.cpp. |
Member Function Documentation
|
|
Shows a dialog to the user to get the needed parameters and then exports the views. The dialog remembers values between calls (in the same application instance, although it's not persistent between Umbrello executions). Once the export begins, it can't be stopped until it ends itself. The status bar shows an information message until the export finishes. If something went wrong while exporting, an error dialog is shown to the user with the error messages explaining the problems occurred. Definition at line 41 of file umlviewimageexporterall.cpp. References UMLApp::getDocument(), ExportAllViewsDialog::m_imageType, UMLApp::setImageMimeType(), UMLDoc::URL(), and UMLDoc::writeToStatusBar(). Referenced by UMLApp::slotAllViewsExportImage(). |
The documentation for this class was generated from the following files:
