|
Fillwave
10.0.0
|
Base for effects. More...
#include <IEffect.h>
Public Member Functions | |
| virtual void | preDrawAction (flc::Program *program)=0 |
| virtual: defines action to be done just before the draw. More... | |
| virtual void | postDrawAction (flc::Program *program)=0 |
| virtual: defines action to be done just after the draw. More... | |
| virtual void | stopAction (flc::Program *program)=0 |
| virtual: defines action to be done when the effect is stopped. More... | |
| virtual void | startAction (flc::Program *program)=0 |
| virtual: defines action to be done when the effect is started. More... | |
Base for effects.
|
pure virtual |
virtual: defines action to be done just after the draw.
postDrawAction
Implemented in flw::flf::Fog, flw::flf::Painter, flw::flf::BoostColor, flw::flf::ClockwiseDrawEffect, and flw::flf::TextureOnly.
|
pure virtual |
virtual: defines action to be done just before the draw.
preDrawAction
Implemented in flw::flf::Fog, flw::flf::Painter, flw::flf::BoostColor, flw::flf::ClockwiseDrawEffect, and flw::flf::TextureOnly.
|
pure virtual |
virtual: defines action to be done when the effect is started.
startAction
Implemented in flw::flf::Fog, flw::flf::Painter, flw::flf::BoostColor, flw::flf::ClockwiseDrawEffect, and flw::flf::TextureOnly.
|
pure virtual |
virtual: defines action to be done when the effect is stopped.
stopAction
Implemented in flw::flf::Fog, flw::flf::Painter, flw::flf::BoostColor, flw::flf::ClockwiseDrawEffect, and flw::flf::TextureOnly.
1.8.11