AnoPlib - Animlets are not Particles library
|
A base class to allow template-free handling. More...
#include <AnoP.h>
Public Member Functions | |
AnoPsystemBase () | |
Constructor. | |
virtual void | renderAll (unsigned int timeDiff, void *const something)=0 |
Renders all stored animlets, passing the given values to these. | |
virtual | ~AnoPsystemBase () |
Destructor. |
AnoP::AnoPsystemBase::AnoPsystemBase | ( | ) | [inline] |
virtual AnoP::AnoPsystemBase::~AnoPsystemBase | ( | ) | [inline, virtual] |
virtual void AnoP::AnoPsystemBase::renderAll | ( | unsigned int | timeDiff, |
void *const | something | ||
) | [pure virtual] |
Renders all stored animlets, passing the given values to these.
[in] | timeDiff | Assumed to be the time since last call |
[in] | something | Further thing that will be passed during the rendering |
Implemented in AnoP::AnoPsystem< T >, AnoP::AnoPsystem< starfield1Struct >, AnoP::AnoPsystem< int >, AnoP::AnoPsystem< flashSignal1Struct >, AnoP::AnoPsystem< waveStruct >, AnoP::AnoPsystem< emergency1Struct >, and AnoP::AnoPsystem< wireless1Struct >.