|
const bool | getPrePost (void) const |
| Get the indication whether pre- and postprocessing must be done. More...
|
|
local | getPrePost () |
| Get the indication whether pre- and postprocessing must be done. More...
|
|
void | setPrePost (const bool prePost) |
| Set the indication whether pre- and postprocessing must be done. More...
|
|
const std::string & | getAffectorName (void) const |
| Get the name of the affector that must be enabled or disabled. More...
|
|
void | setAffectorName (const std::string &affectorName) |
| Set the name of the affector. More...
|
|
virtual void | handle (PUParticleSystem3D *particleSystem, PUParticle3D *particle, float timeElapsed) override |
| If the _handle() function of this class is invoked (by an Observer), it searches the ParticleAffector defined by the its name. More...
|
|
var | handle ( var particleSystem, var particle, var timeElapsed) |
| If the _handle() function of this class is invoked (by an Observer), it searches the ParticleAffector defined by the its name. More...
|
|
local | handle ( local particleSystem, local particle, local timeElapsed) |
| If the _handle() function of this class is invoked (by an Observer), it searches the ParticleAffector defined by the its name. More...
|
|
virtual void | copyAttributesTo (PUEventHandler *eventHandler) override |
var | copyAttributesTo ( var eventHandler) |
local | copyAttributesTo ( local eventHandler) |
virtual | ~PUDoAffectorEventHandler (void) |
Public Member Functions inherited from PUEventHandler |
const std::string & | getName (void) const |
| Todo. More...
|
|
local | getName () |
| Todo. More...
|
|
void | setName (const std::string &name) |
PUObserver * | getParentObserver (void) const |
| Todo. More...
|
|
var | getParentObserver () |
| Todo. More...
|
|
local | getParentObserver () |
| Todo. More...
|
|
void | setParentObserver (PUObserver *parentObserver) |
const std::string & | getEventHandlerType (void) const |
| Todo. More...
|
|
local | getEventHandlerType () |
| Todo. More...
|
|
void | setEventHandlerType (const std::string &eventHandlerType) |
virtual void | notifyRescaled (const Vec3 &scale) |
| Notify that the event handler is rescaled. More...
|
|
virtual | ~PUEventHandler () |
void | retain () |
| Retains the ownership. More...
|
|
void | release () |
| Releases the ownership immediately. More...
|
|
Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More...
|
|
unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More...
|
|
virtual | ~Ref () |
| Destructor. More...
|
|