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