_ZNK17QGraphicsRectItem9extensionERK8QVariant

Name

QGraphicsRectItem::extension -- get the item's extension

Synopsis


#include <QtGui/qgraphicsitem.h>

virtual QVariant QGraphicsRectItem::extension(const QVariant & variant);

Description

The QGraphicsRectItem::extension() function shall simply return its argument. It is provided as a hook to avoid problems related to adding virtual functions.

This function is not intended to be used used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.