6 #ifndef UMLVIEWIMAGEEXPORTER_H
7 #define UMLVIEWIMAGEEXPORTER_H
11 #if QT_VERSION < 0x050000
16 #if QT_VERSION >= 0x050000
36 #if QT_VERSION >= 0x050000
46 #if QT_VERSION >= 0x050000
Definition: umlfiledialog.h:27
Definition: umlscene.h:65
Definition: umlviewimageexporter.h:29
virtual ~UMLViewImageExporter()
Definition: umlviewimageexporter.cpp:53
QString getImageMimeType() const
Definition: umlviewimageexporter.h:41
bool prepareExport()
Definition: umlviewimageexporter.cpp:100
bool getParametersFromUser()
Definition: umlviewimageexporter.cpp:144
KUrl m_imageURL
The URL used to save the image.
Definition: umlviewimageexporter.h:49
void prepareFileDialog(UMLFileDialog *fileDialog)
Definition: umlviewimageexporter.cpp:185
UMLViewImageExporter(UMLScene *scene)
Definition: umlviewimageexporter.cpp:44
KUrl getImageURL() const
Definition: umlviewimageexporter.h:39
void exportView()
Definition: umlviewimageexporter.cpp:71
UMLScene * m_scene
The scene to export.
Definition: umlviewimageexporter.h:45
QString m_imageMimeType
The mime type used to save the image.
Definition: umlviewimageexporter.h:51