_ZNK13QGraphicsItem17supportsExtensionENS_9ExtensionE

Name

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

Synopsis


#include <QtGui/qgraphicsitem.h>

virtual bool QGraphicsItem::supportsExtension(Extension extension);

Description

The QGraphicsItem::supportsExtension() function is provided as a hook to avoid problems related to adding virtual functions.

This function does nothing and should 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.