_ZNK20QGraphicsEllipseItem17supportsExtensionEN13QGraphicsItem9ExtensionE

Name

QGraphicsEllipseItem::supportsExtension -- check if the item supports the extension

Synopsis


#include <QtGui/qgraphicsitem.h>

virtual bool QGraphicsEllipseItem::supportsExtension(Extension extension);

Description

The QGraphicsEllipseItem::supportsExtension() function is provided as a hook to avoid problems related to adding virtual functions. This function shall always return false.

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.