src/gui/graphicsview/qgraphicsscenebsptreeindex_p.h
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
equal deleted inserted replaced
4:3b1da2848fc7 5:d3bac044e0f0
    95 
    95 
    96     void addItem(QGraphicsItem *item);
    96     void addItem(QGraphicsItem *item);
    97     void removeItem(QGraphicsItem *item);
    97     void removeItem(QGraphicsItem *item);
    98     void prepareBoundingRectChange(const QGraphicsItem *item);
    98     void prepareBoundingRectChange(const QGraphicsItem *item);
    99 
    99 
   100     void itemChange(const QGraphicsItem *item, QGraphicsItem::GraphicsItemChange change, const QVariant &value);
   100     void itemChange(const QGraphicsItem *item, QGraphicsItem::GraphicsItemChange change, const void *const value);
   101 
   101 
   102 private :
   102 private :
   103     Q_DECLARE_PRIVATE(QGraphicsSceneBspTreeIndex)
   103     Q_DECLARE_PRIVATE(QGraphicsSceneBspTreeIndex)
   104     Q_DISABLE_COPY(QGraphicsSceneBspTreeIndex)
   104     Q_DISABLE_COPY(QGraphicsSceneBspTreeIndex)
   105     Q_PRIVATE_SLOT(d_func(), void _q_updateSortCache())
   105     Q_PRIVATE_SLOT(d_func(), void _q_updateSortCache())