_ZN13QGraphicsItem15removeFromIndexEv

Name

QGraphicsItem::removeFromIndex -- remove the item from the scene's index

Synopsis

#include <QtGui/qgraphicsitem.h>

void QGraphicsItem::removeFromIndex (void);

Description

The QGraphicsItem::removeFromIndex() function shall remove the calling object from the scene's index.

This function can be called in conjunction with the addToIndex() function to ensure the index bookkeeping is correct when the item's position, transformation or shape changes.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.