![]() |
VR-Forces 4.1 Class Documentation
|
DtIfDIGuyAppearAndAnimationsResponse. More...

Public Types | |
| typedef std::pair< std::vector < DtString > , AlternateNamesList > | DtAppearanceAnimationPair |
| Animations and appearances. | |
| typedef std::map< DtString, DtAppearanceAnimationPair > | DtAppearanceAnimationPairMap |
Public Member Functions | |
| DtIfDIGuyAppearAndAnimationsResponse () | |
| default constructor | |
| DtIfDIGuyAppearAndAnimationsResponse (const DtIfDIGuyAppearAndAnimationsResponse &orig) | |
| copy constructor | |
| const DtIfDIGuyAppearAndAnimationsResponse & | operator= (const DtIfDIGuyAppearAndAnimationsResponse &orig) |
| assignment operator | |
| virtual | ~DtIfDIGuyAppearAndAnimationsResponse () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | setDIGuyAppearances (const DtString &, const std::vector< DtString > &) |
| virtual void | setDIGuyAnimations (const DtString &, const AlternateNamesList &) |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| const std::vector< DtString > & | diGuyAppearances (DtAppearanceAnimationPairMap::const_iterator iter) const |
| const AlternateNamesList & | diGuyAnimations (DtAppearanceAnimationPairMap::const_iterator iter) const |
| const DtAppearanceAnimationPairMap & | animationAndAppearances () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
Protected Attributes | |
| DtAppearanceAnimationPairMap | myAnimationsAndAppearances |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
DtIfDIGuyAppearAndAnimationsResponse.
This message contains lists of the DIGuy appearances and taskable animatins that a particular entity (named in entityNameString()) is capable of.
| typedef std::pair<std::vector<DtString>, AlternateNamesList> DtIfDIGuyAppearAndAnimationsResponse::DtAppearanceAnimationPair |
Animations and appearances.
| typedef std::map<DtString, DtAppearanceAnimationPair> DtIfDIGuyAppearAndAnimationsResponse::DtAppearanceAnimationPairMap |
| DtIfDIGuyAppearAndAnimationsResponse::DtIfDIGuyAppearAndAnimationsResponse | ( | ) |
default constructor
| DtIfDIGuyAppearAndAnimationsResponse::DtIfDIGuyAppearAndAnimationsResponse | ( | const DtIfDIGuyAppearAndAnimationsResponse & | orig | ) |
copy constructor
|
virtual |
| const DtIfDIGuyAppearAndAnimationsResponse& DtIfDIGuyAppearAndAnimationsResponse::operator= | ( | const DtIfDIGuyAppearAndAnimationsResponse & | orig | ) |
assignment operator
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
inline |
|
inline |
|
inline |
|
protected |