_ZNK17QGraphicsTextItem9extensionERK8QVariant

Name

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

Synopsis


#include <QtGui/qgraphicsitem.h>

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

Description

The QGraphicsTextItem::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.