MercuryTween Class Reference

[internal] Tween descriptor More...

#include <MercuryObjectCommands.h>

Collaboration diagram for MercuryTween:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MercuryTween ()
 MercuryTween (const MercuryTween &rhs)
MercuryTweenoperator= (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

Detailed Description

[internal] Tween descriptor

Definition at line 43 of file MercuryObjectCommands.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

MVector< MercuryTweenOperation *> MercuryTween::Operations

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.

MercuryTweenType MercuryTween::pTT

Definition at line 54 of file MercuryObjectCommands.h.

PStack MercuryTween::pTArgs

Definition at line 55 of file MercuryObjectCommands.h.

PStack MercuryTween::pKArgs

Definition at line 56 of file MercuryObjectCommands.h.

bool MercuryTween::bAutoDelete

Definition at line 57 of file MercuryObjectCommands.h.

bool MercuryTween::bDeleteChildren

Definition at line 58 of file MercuryObjectCommands.h.

int MercuryTween::iEndBase

Definition at line 59 of file MercuryObjectCommands.h.


The documentation for this class was generated from the following files:
Hosted by SourceForge.net Logo