56 qmlRegisterType<QDeclarativeParticleMotion>(uri,1,0,
"ParticleMotion");
57 qmlRegisterType<QDeclarativeParticleMotionGravity>(uri,1,0,
"ParticleMotionGravity");
58 qmlRegisterType<QDeclarativeParticleMotionLinear>(uri,1,0,
"ParticleMotionLinear");
59 qmlRegisterType<QDeclarativeParticleMotionWander>(uri,1,0,
"ParticleMotionWander");
60 qmlRegisterType<QDeclarativeParticles>(uri,1,0,
"Particles");
virtual void registerTypes(const char *uri)
Registers the QML types in the given uri.
Q_EXPORT_PLUGIN2(qmlparticlesplugin, ::QParticlesQmlModule)