_ZNK17QGraphicsPathItem17supportsExtensionEN13QGraphicsItem9ExtensionE

Name

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

Synopsis


#include <QtGui/qgraphicsitem.h>

virtual bool QGraphicsPathItem::supportsExtension(Extension extension);

Description

The QGraphicsPathItem::supportsExtension() function is provided as a hook to avoid 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.