11 #ifndef UMLVIEWIMAGEEXPORTER_H
12 #define UMLVIEWIMAGEEXPORTER_H
16 #if QT_VERSION < 0x050000
21 #if QT_VERSION >= 0x050000
41 #if QT_VERSION >= 0x050000
51 #if QT_VERSION >= 0x050000
Definition: umlfiledialog.h:32
Definition: umlscene.h:70
Definition: umlviewimageexporter.h:34
virtual ~UMLViewImageExporter()
Definition: umlviewimageexporter.cpp:58
QString getImageMimeType() const
Definition: umlviewimageexporter.h:46
bool prepareExport()
Definition: umlviewimageexporter.cpp:105
bool getParametersFromUser()
Definition: umlviewimageexporter.cpp:149
KUrl m_imageURL
The URL used to save the image.
Definition: umlviewimageexporter.h:54
void prepareFileDialog(UMLFileDialog *fileDialog)
Definition: umlviewimageexporter.cpp:190
UMLViewImageExporter(UMLScene *scene)
Definition: umlviewimageexporter.cpp:49
KUrl getImageURL() const
Definition: umlviewimageexporter.h:44
void exportView()
Definition: umlviewimageexporter.cpp:76
UMLScene * m_scene
The scene to export.
Definition: umlviewimageexporter.h:50
QString m_imageMimeType
The mime type used to save the image.
Definition: umlviewimageexporter.h:56