summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/channelmapper_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Restore use of QVector in private APIMike Krus2021-01-051-5/+5
| | | | | | | | Facilitates building against Qt 5.15. Will migrate to std::vector over time. Change-Id: I5db14c9ea95b38e4b2d596d7397fef76f6baf118 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-6/+6
| | | | | | | | | Fix some const correctness. Use list-initialization. Task-number: QTBUG-84469 Change-Id: I9c56742581f48f89a3b02e4121fae414117c7a25 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Update QChannelMapper to use direct syncMike Krus2019-09-231-2/+1
| | | | | Change-Id: I066b6742cc272155f55322e3aaf73e28980341d0 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-0/+12
|\ | | | | | | | | | | | | Conflicts: src/animation/backend/channelmapper_p.h Change-Id: I4e0f59c6648925ba45d30ccc2405524a9e901a0e
| * Add convenience function to ChannelMapper to return list of MappingsSean Harmer2017-09-271-0/+12
| | | | | | | | | | | | | | | | Caches the resolution of node ids to ChannelMappings. Updated test to check this new feature. Change-Id: I0c2f539c2bd91e7918b98c5b60c9ca486b63ec08 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
* | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-1/+1
| | | | | | | | | | Change-Id: Ia80d1cb9cc96d76f8b367caa725c59a70ae0a4d5 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/ | | | | Change-Id: I92c955068e233c50043ad7d06a32300dd386c24d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Add setters to mapping and mapper backend nodesSean Harmer2017-03-021-0/+1
| | | | | | | | This will make them testable and also useable in other tests without having to create them via frontend nodes. Change-Id: I792236b46d84a690eba3b2994821e69b1ca0e72a Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Add API to map animation channels to propertiesSean Harmer2017-01-271-0/+88
Change-Id: I98aecf101eb052979f7a2e98c8bfcf899f27fb02 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>