AutoCommandRegisterer Class Reference

[internal] Auto command registerer More...

#include <MercuryObjectCommands.h>

List of all members.

Public Member Functions

MercuryTweenFunction GetFunction (const MString &name)
int RegisterFunction (MercuryTweenFunction fnct, const MString &name)
MercuryTweenType GetTweenType (const MString &name)
int RegisterTweenType (MercuryTweenType fnct, const MString &name)

Public Attributes

std::map< MString, MercuryTweenFunction > * sMapFunctions
std::map< MString, MercuryTweenType > * sMapTweens
int sNumFunctions


Detailed Description

[internal] Auto command registerer

Definition at line 17 of file MercuryObjectCommands.h.


Member Function Documentation

MercuryTweenFunction AutoCommandRegisterer::GetFunction ( const MString name  ) 

Definition at line 15 of file MercuryObjectCommands.cpp.

int AutoCommandRegisterer::RegisterFunction ( MercuryTweenFunction  fnct,
const MString name 
)

Definition at line 23 of file MercuryObjectCommands.cpp.

MercuryTweenType AutoCommandRegisterer::GetTweenType ( const MString name  ) 

Definition at line 35 of file MercuryObjectCommands.cpp.

int AutoCommandRegisterer::RegisterTweenType ( MercuryTweenType  fnct,
const MString name 
)

Definition at line 43 of file MercuryObjectCommands.cpp.


Member Data Documentation

std::map< MString, MercuryTweenFunction >* AutoCommandRegisterer::sMapFunctions

Definition at line 26 of file MercuryObjectCommands.h.

std::map< MString, MercuryTweenType >* AutoCommandRegisterer::sMapTweens

Definition at line 27 of file MercuryObjectCommands.h.

int AutoCommandRegisterer::sNumFunctions

Definition at line 29 of file MercuryObjectCommands.h.


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