NAME
Qt::Svg::QGraphicsSvgItem
PUBLIC METHODS
- QGraphicsSvgItem(QGraphicsItem * parentItem)
- QGraphicsSvgItem(QGraphicsItem * parentItem = 0)
- QGraphicsSvgItem(const QString & fileName, QGraphicsItem * parentItem)
- QGraphicsSvgItem(const QString & fileName, QGraphicsItem * parentItem = 0)
- QRectF boundingRect()
- QString elementId()
- bool isCachingEnabled()
- QSize maximumCacheSize()
- void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)
- void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget = 0)
- QSvgRenderer * renderer()
- void setCachingEnabled(bool arg0)
- void setElementId(const QString & id)
- void setMaximumCacheSize(const QSize & size)
- int type()
ENUM VALUES
- Type
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.