Obsolete Members for QGraphicsSvgItem
The following members of class QGraphicsSvgItem are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(obsolete) bool | acceptsHoverEvents() const |
(obsolete) QList<QGraphicsItem *> | children() const |
(obsolete) void | dumpObjectInfo() |
(obsolete) void | dumpObjectTree() |
(obsolete) QList<T> | findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const |
(obsolete) bool | handlesChildEvents() const |
(obsolete) bool | isCachingEnabled() const |
(obsolete) QMatrix | matrix() const |
(obsolete) void | resetMatrix() |
(obsolete) void | rotate(qreal angle) |
(obsolete) void | scale(qreal sx, qreal sy) |
(obsolete) QMatrix | sceneMatrix() const |
(obsolete) void | setAcceptsHoverEvents(bool enabled) |
(obsolete) void | setCachingEnabled(bool caching) |
(obsolete) void | setHandlesChildEvents(bool enabled) |
(obsolete) void | setMatrix(const QMatrix &matrix, bool combine) |
(obsolete) void | shear(qreal sh, qreal sv) |
(obsolete) void | translate(qreal dx, qreal dy) |
Related Non-Members
(obsolete) T | qFindChild(const QObject *obj, const QString &name) |
(obsolete) QList<T> | qFindChildren(const QObject *obj, const QString &name) |
Macros
Member Function Documentation
bool QGraphicsSvgItem::isCachingEnabled() const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use QGraphicsItem::cacheMode() instead.
void QGraphicsSvgItem::setCachingEnabled(bool caching)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use QGraphicsItem::setCacheMode() instead. Passing true to this function is equivalent to QGraphicsItem::setCacheMode(QGraphicsItem::DeviceCoordinateCache).
See also isCachingEnabled().