以下成员源于类 QGraphicsSvgItem 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
|
acceptsHoverEvents () const |
(obsolete)
|
children () const |
(obsolete)
|
dumpObjectInfo () |
(obsolete)
|
dumpObjectTree () |
(obsolete)
|
handlesChildEvents () const |
(obsolete)
bool
|
isCachingEnabled () const |
(obsolete)
|
matrix () const |
(obsolete)
|
resetMatrix () |
(obsolete)
|
rotate (qreal angle ) |
(obsolete)
|
scale (qreal sx , qreal sy ) |
(obsolete)
|
sceneMatrix () const |
(obsolete)
|
setAcceptsHoverEvents (bool enabled ) |
(obsolete)
void
|
setCachingEnabled (bool caching ) |
(obsolete)
|
setHandlesChildEvents (bool enabled ) |
(obsolete)
|
setMatrix (const QMatrix & matrix , bool combine ) |
(obsolete)
|
shear (qreal sh , qreal sv ) |
(obsolete)
|
translate (qreal dx , qreal dy ) |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 QGraphicsItem::cacheMode () 代替。
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 QGraphicsItem::setCacheMode () instead. Passing true to this function is equivalent to QGraphicsItem::setCacheMode ( QGraphicsItem::DeviceCoordinateCache ).
另请参阅 isCachingEnabled ().