#include <MercuryObjectCommands.h>
Collaboration diagram for MercuryTween:
Public Member Functions | |
MercuryTween () | |
MercuryTween (const MercuryTween &rhs) | |
MercuryTween & | operator= (const MercuryTween &rhs) |
~MercuryTween () | |
void | Operate (const float fPercent, const float fLastPercent, MercuryObject *pObject) |
Public Attributes | |
MVector< MercuryTweenOperation * > | Operations |
float | fStart |
float | fEnd |
MercuryTweenType | pTT |
PStack | pTArgs |
PStack | pKArgs |
bool | bAutoDelete |
bool | bDeleteChildren |
int | iEndBase |
Definition at line 43 of file MercuryObjectCommands.h.
MercuryTween::MercuryTween | ( | ) |
Definition at line 189 of file MercuryObjectCommands.cpp.
MercuryTween::MercuryTween | ( | const MercuryTween & | rhs | ) |
Definition at line 197 of file MercuryObjectCommands.cpp.
MercuryTween::~MercuryTween | ( | ) |
Definition at line 226 of file MercuryObjectCommands.cpp.
MercuryTween & MercuryTween::operator= | ( | const MercuryTween & | rhs | ) |
Definition at line 211 of file MercuryObjectCommands.cpp.
void MercuryTween::Operate | ( | const float | fPercent, | |
const float | fLastPercent, | |||
MercuryObject * | pObject | |||
) |
Definition at line 233 of file MercuryObjectCommands.cpp.
Definition at line 50 of file MercuryObjectCommands.h.
float MercuryTween::fStart |
Definition at line 52 of file MercuryObjectCommands.h.
float MercuryTween::fEnd |
Definition at line 53 of file MercuryObjectCommands.h.
Definition at line 54 of file MercuryObjectCommands.h.
Definition at line 55 of file MercuryObjectCommands.h.
Definition at line 56 of file MercuryObjectCommands.h.
Definition at line 57 of file MercuryObjectCommands.h.
Definition at line 58 of file MercuryObjectCommands.h.
Definition at line 59 of file MercuryObjectCommands.h.