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 KUrl m_imageURL
The URL used to save the image.
Definition: umlviewimageexporter.h:54
UMLScene * m_scene
The scene to export.
Definition: umlviewimageexporter.h:50
Definition: umlfiledialog.h:31
UMLViewImageExporter(UMLScene *scene)
Definition: umlviewimageexporter.cpp:49
void prepareFileDialog(UMLFileDialog *fileDialog)
Definition: umlviewimageexporter.cpp:190
bool getParametersFromUser()
Definition: umlviewimageexporter.cpp:149
virtual ~UMLViewImageExporter()
Definition: umlviewimageexporter.cpp:58
bool prepareExport()
Definition: umlviewimageexporter.cpp:105
void exportView()
Definition: umlviewimageexporter.cpp:76
Definition: umlviewimageexporter.h:33
QString getImageMimeType() const
Definition: umlviewimageexporter.h:46
Definition: umlscene.h:68
QString m_imageMimeType
The mime type used to save the image.
Definition: umlviewimageexporter.h:56
KUrl getImageURL() const
Definition: umlviewimageexporter.h:44