equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtSvg module of the Qt Toolkit. |
7 ** This file is part of the QtSvg module of the Qt Toolkit. |
8 ** |
8 ** |
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. |