Fix affected signal and docs
authorAlan Alpert <alan.alpert@nokia.com>
Thu, 31 May 2012 06:45:45 +0000 (16:45 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 6 Jun 2012 05:50:44 +0000 (07:50 +0200)
commit7b181d599f87f628f7e019aa451ff670fdb29d9f
tree50fbb8cc707217b3cbb8a8ee7485d2a1553f1d64
parent9fdf7be30568e2298cdc7a911cbbfbed0453d31f
Fix affected signal and docs

Signal wasn't being called in its primary usecase, which was to interact
without altering the particles. Docs have been updated to clarify the
usecase as well.

This also updates the position properties of custom affector to more
accurately specify if they caused changes.

Change-Id: Ia411d9e81002443a56ed8bab9232f1aad49a4c5e
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
src/particles/qquickcustomaffector.cpp
src/particles/qquickparticleaffector.cpp
src/particles/qquickparticleaffector_p.h
tests/auto/particles/qquickcustomaffector/data/affectedSignal.qml [new file with mode: 0644]
tests/auto/particles/qquickcustomaffector/tst_qquickcustomaffector.cpp