NAME
Qt::Svg::QSvgGenerator
PUBLIC METHODS
- QSvgGenerator()
- ~QSvgGenerator()
- QString description()
- QString fileName()
- QIODevice * outputDevice()
- int resolution()
- void setDescription(const QString & description)
- void setFileName(const QString & fileName)
- void setOutputDevice(QIODevice * outputDevice)
- void setResolution(int dpi)
- void setSize(const QSize & size)
- void setTitle(const QString & title)
- void setViewBox(const QRect & viewBox)
- void setViewBox(const QRectF & viewBox)
- QSize size()
- QString title()
- QRect viewBox()
- QRectF viewBoxF()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.