Obsolete Members for QGraphicsSvgItem

Los siguientes miembros de la clase QGraphicsSvgItem son obsoletos. Se proporcionan para que el código fuente antiguo siga funcionando. Desaconsejamos su uso en código nuevo.

Funciones públicas

(deprecated) bool isCachingEnabled() const
(deprecated) void setCachingEnabled(bool caching)

Documentación de funciones miembro

[deprecated] bool QGraphicsSvgItem::isCachingEnabled() const

Esta función está obsoleta. Desaconsejamos su uso en código nuevo.

Utilice QGraphicsItem::cacheMode() en su lugar.

[deprecated] void QGraphicsSvgItem::setCachingEnabled(bool caching)

Esta función está obsoleta. Desaconsejamos su uso en código nuevo.

Utilice QGraphicsItem::setCacheMode() en su lugar. Pasar true a esta función es equivalente a QGraphicsItem::setCacheMode(QGraphicsItem::DeviceCoordinateCache).

Véase también isCachingEnabled().

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.