| AddAffector(Affector::Ptr affector) | thor::ParticleSystem | |
| AddEmitter(Emitter::Ptr emitter) | thor::ParticleSystem | |
| ClearAffectors() | thor::ParticleSystem | |
| ClearEmitters() | thor::ParticleSystem | |
| ClearParticles() | thor::ParticleSystem | |
| ContainsAffector(Affector::Ptr affector) const | thor::ParticleSystem | |
| ContainsEmitter(Emitter::Ptr emitter) const | thor::ParticleSystem | |
| Draw(sf::RenderWindow &target) const | thor::ParticleSystem | |
| IsGlowing() const | thor::ParticleSystem | |
| ParticleSystem(const sf::Image &particleImage, const sf::IntRect &particleRect) | thor::ParticleSystem | |
| ParticleSystem(const sf::Image &particleImage) | thor::ParticleSystem | [explicit] |
| RemoveAffector(Affector::Ptr affector) | thor::ParticleSystem | |
| RemoveEmitter(Emitter::Ptr emitter) | thor::ParticleSystem | |
| SetGlowing(bool glow) | thor::ParticleSystem | |
| swap(ParticleSystem &lhs, ParticleSystem &rhs) | thor::ParticleSystem | [related] |
| Swap(ParticleSystem &other) | thor::ParticleSystem | |
| Update(float dt) | thor::ParticleSystem | |
| ~Adder() | thor::Emitter::Adder | [private, virtual] |