equal
deleted
inserted
replaced
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()) |