QtSvg/qsvggenerator.h Source File
Go to the documentation of this file.
42 #ifndef QSVGGENERATOR_H
43 #define QSVGGENERATOR_H
47 #ifndef QT_NO_SVGGENERATOR
60 class QSvgGeneratorPrivate;
72 Q_PROPERTY(
int resolution READ resolution WRITE setResolution)
78 void setTitle(const
QString &title);
81 void setDescription(const
QString &description);
86 QRect viewBox() const;
88 void setViewBox(const
QRect &viewBox);
89 void setViewBox(const
QRectF &viewBox);
92 void setFileName(const
QString &fileName);
95 void setOutputDevice(
QIODevice *outputDevice);
97 void setResolution(
int dpi);
98 int resolution() const;
111 #endif // QT_NO_SVGGENERATOR
112 #endif // QSVGGENERATOR_H
#define QT_BEGIN_NAMESPACE