Obsolete Members for QGraphicsSvgItem

以下成员源于类 QGraphicsSvgItem 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(弃用) bool isCachingEnabled () const
(弃用) void setCachingEnabled (bool caching )

成员函数文档编制

bool QGraphicsSvgItem:: isCachingEnabled () const

This function is deprecated. We strongly advise against using it in new code.

使用 QGraphicsItem::cacheMode () 代替。

void QGraphicsSvgItem:: setCachingEnabled ( bool caching )

This function is deprecated. We strongly advise against using it in new code.

使用 QGraphicsItem::setCacheMode () instead. Passing true to this function is equivalent to QGraphicsItem::setCacheMode ( QGraphicsItem::DeviceCoordinateCache ).

另请参阅 isCachingEnabled ().