src/svg/qgraphicssvgitem.cpp
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
   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.