6 #ifndef UMLVIEWIMAGEEXPORTER_H
7 #define UMLVIEWIMAGEEXPORTER_H
UMLScene * m_scene
The scene to export.
Definition: umlviewimageexporter.h:35
QString getImageMimeType() const
Definition: umlviewimageexporter.h:31
QUrl m_imageURL
The URL used to save the image.
Definition: umlviewimageexporter.h:36
Definition: umlfiledialog.h:22
UMLViewImageExporter(UMLScene *scene)
Definition: umlviewimageexporter.cpp:36
void prepareFileDialog(UMLFileDialog *fileDialog)
Definition: umlviewimageexporter.cpp:162
QUrl getImageURL() const
Definition: umlviewimageexporter.h:30
bool getParametersFromUser()
Definition: umlviewimageexporter.cpp:128
virtual ~UMLViewImageExporter()
Definition: umlviewimageexporter.cpp:45
bool prepareExport()
Definition: umlviewimageexporter.cpp:92
void exportView()
Definition: umlviewimageexporter.cpp:63
Definition: umlviewimageexporter.h:22
Definition: umlscene.h:64
QString m_imageMimeType
The mime type used to save the image.
Definition: umlviewimageexporter.h:37