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
KUrl m_imageURL
The URL used to save the image.
Definition: umlviewimageexporter.h:49
UMLScene * m_scene
The scene to export.
Definition: umlviewimageexporter.h:45
KUrl getImageURL() const
Definition: umlviewimageexporter.h:39
QString getImageMimeType() const
Definition: umlviewimageexporter.h:41
Definition: umlfiledialog.h:26
UMLViewImageExporter(UMLScene *scene)
Definition: umlviewimageexporter.cpp:44
void prepareFileDialog(UMLFileDialog *fileDialog)
Definition: umlviewimageexporter.cpp:186
bool getParametersFromUser()
Definition: umlviewimageexporter.cpp:144
virtual ~UMLViewImageExporter()
Definition: umlviewimageexporter.cpp:53
bool prepareExport()
Definition: umlviewimageexporter.cpp:100
void exportView()
Definition: umlviewimageexporter.cpp:71
Definition: umlviewimageexporter.h:28
Definition: umlscene.h:64
QString m_imageMimeType
The mime type used to save the image.
Definition: umlviewimageexporter.h:51