#include <Drawable.h>
Inherits MemoryPoolObject, and Snapshot.
Public Member Functions | |
| TintEnvelope (void) | |
| void | update (void) |
| does all the work | |
| void | play (const RGBColor *peak, UnsignedInt atackFrames=DEF_ATTACK_FRAMES, UnsignedInt decayFrames=DEF_DECAY_FRAMES, UnsignedInt sustainAtPeak=DEF_SUSTAIN_FRAMES) |
| void | sustain (void) |
| void | release (void) |
| void | rest (void) |
| Bool | isEffective () const |
| const Vector3 * | getColor () const |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Public Member Functions inherited from Snapshot | |
| Snapshot (void) | |
| ~Snapshot (void) | |
Protected Member Functions | |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Definition at line 166 of file Drawable.h.
| TintEnvelope::TintEnvelope | ( | void | ) |
Definition at line 5479 of file Drawable.cpp.
|
protectedvirtual |
|
inline |
Definition at line 181 of file Drawable.h.
|
inline |
Definition at line 180 of file Drawable.h.
|
protectedvirtual |
| void TintEnvelope::play | ( | const RGBColor * | peak, |
| UnsignedInt | atackFrames = DEF_ATTACK_FRAMES, | ||
| UnsignedInt | decayFrames = DEF_DECAY_FRAMES, | ||
| UnsignedInt | sustainAtPeak = DEF_SUSTAIN_FRAMES ) |
Definition at line 5494 of file Drawable.cpp.
|
inline |
Definition at line 178 of file Drawable.h.
|
inline |
Definition at line 179 of file Drawable.h.
|
inline |
Definition at line 177 of file Drawable.h.
| void TintEnvelope::update | ( | void | ) |
does all the work
Definition at line 5531 of file Drawable.cpp.
|
protectedvirtual |
Xfer Method Version Info; 1: Initial version
Implements Snapshot.
Definition at line 5612 of file Drawable.cpp.