6#ifndef UMLVIEWIMAGEEXPORTER_H
7#define UMLVIEWIMAGEEXPORTER_H
Definition umlfiledialog.h:23
Definition umlviewimageexporter.h:23
virtual ~UMLViewImageExporter()
Definition umlviewimageexporter.cpp:46
QString getImageMimeType() const
Definition umlviewimageexporter.h:31
QUrl getImageURL() const
Definition umlviewimageexporter.h:30
bool prepareExport()
Definition umlviewimageexporter.cpp:93
bool getParametersFromUser()
Definition umlviewimageexporter.cpp:129
void prepareFileDialog(UMLFileDialog *fileDialog)
Definition umlviewimageexporter.cpp:163
UMLViewImageExporter(UMLScene *scene)
Definition umlviewimageexporter.cpp:37
void exportView()
Definition umlviewimageexporter.cpp:64
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