summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicssceneindex.h
Commit message (Expand)AuthorAgeFilesLines
* Add an API to know the indexed rect of the index.Alexis Menard2009-05-291-0/+2
* First bunch of changes after an very first API reviewAlexis Menard2009-05-291-23/+27
* Make const when it needs to be.Alexis Menard2009-05-061-1/+1
* Remove the indexing (BSP) logic from the sceneAlexis Menard2009-04-071-5/+10
* Fixes: QGraphicsSceneIndex now inherits from QObjectAriya Hidayat2009-04-071-2/+5
* Fixes: Add new virtual QGraphicsSceneIndex::items(QPointF)Alexis Menard2009-04-071-0/+1
* Fixes: New updateItem(s) function with default implementation (of removing...Ariya Hidayat2009-04-071-0/+2
* Fixes: Default implementation for QGraphicsSceneIndex::removeItems and QGr...Alexis Menard2009-04-071-2/+3
* Fixes: Make the bsp tree inherits from the new APIAlexis Menard2009-04-071-2/+2
* Fixes: Some API adjusmentsAlexis Menard2009-04-071-4/+4
* Fixes: Some modifications after a talk with AriyaAlexis Menard2009-04-071-2/+9
* Fixes: Adapt a bit the public APIAlexis Menard2009-04-071-2/+1
* Fixes: Initial work on an API to allow a custom/indexing on the QGraphicsS...Alexis Menard2009-04-071-0/+83