src/svg/qgraphicssvgitem.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   265     return Type;
   265     return Type;
   266 }
   266 }
   267 
   267 
   268 /*!
   268 /*!
   269   \property QGraphicsSvgItem::maximumCacheSize
   269   \property QGraphicsSvgItem::maximumCacheSize
       
   270   \since 4.6
   270 
   271 
   271   This property holds the maximum size of the device coordinate cache
   272   This property holds the maximum size of the device coordinate cache
   272   for this item.
   273   for this item.
   273  */
   274  */
   274 
   275 
   310     return QGraphicsItem::d_ptr->extra(QGraphicsItemPrivate::ExtraMaxDeviceCoordCacheSize).toSize();
   311     return QGraphicsItem::d_ptr->extra(QGraphicsItemPrivate::ExtraMaxDeviceCoordCacheSize).toSize();
   311 }
   312 }
   312 
   313 
   313 /*!
   314 /*!
   314   \property QGraphicsSvgItem::elementId
   315   \property QGraphicsSvgItem::elementId
   315 
   316   \since 4.6
       
   317   
   316   This property holds the element's XML ID.
   318   This property holds the element's XML ID.
   317  */
   319  */
   318 
   320 
   319 /*!
   321 /*!
   320     Sets the XML ID of the element to \a id.
   322     Sets the XML ID of the element to \a id.