_ZNK20QGraphicsPolygonItem17supportsExtensionEN13QGraphicsItem9ExtensionE

Name

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

Synopsis


#include <QtGui/qgraphicsitem.h>

virtual bool QGraphicsPolygonItem::supportsExtension(Extension extension);

Description

The QGraphicsPolygonItem::supportsExtension() function is provided as a hook to a void problems related to adding virtual functions. This functions 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.