_ZN13QGraphicsItem10addToIndexEv

Name

QGraphicsItem::addToIndex -- add the item from the scene's index

Synopsis

#include <QtGui/qgraphicsitem.h>

void QGraphicsItem::addToIndex (void);

Description

The QGraphicsItem::addToIndex() function shall add the calling object to the scene's index.

This function can be called in conjunction with the removeFromIndex() 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.