summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/data/abstractitemmodelhandler_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Module renamedTomi Korpipää2013-09-101-90/+0
| | | | | | | Task-number: QTRD-2224 Change-Id: Iec18b6121809300b11d85445281d3c626c434f35 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Refactor item model mapping and proxiesMiikka Heikkinen2013-09-021-0/+90
- Introduced new handler for item models. Instance of this is owned by item model proxies. - Introduced abstract mapping class to enable moving a lot of duplicate code to the new handler. - Changed ownership handling of mapping objects to be in line with proxies and axes, though there is no default mapping at this time. Need to reconsider the default case more. - Made item model const so it is clear that we do not own it. The documentation is not yet up to date. Change-Id: Ie961da29340743fdaa9293d7d4ace9577def9102 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>