![]() |
VR-Forces 4.6 Class Documentation
|
This is the class defining the interface message content for spawn-data messages. More...

Public Member Functions | |
| DtIfUpdateSpawnTemplate () | |
| constructor | |
| DtIfUpdateSpawnTemplate (const DtIfUpdateSpawnTemplate &orig) | |
| copy constructor | |
| const DtIfUpdateSpawnTemplate & | operator= (const DtIfUpdateSpawnTemplate &orig) |
| assignment operator | |
| virtual | ~DtIfUpdateSpawnTemplate () |
| destructor | |
| virtual int | type () const |
| Integer assigned to this message type. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual const DtUUID & | templateUUID () |
| Get and set the template name data. | |
| virtual void | setTemplateUUID (const DtUUID &) |
| virtual const DtRwSpawnData & | spawnData () |
| Get and set functions for template data in the message. | |
| virtual void | setSpawnData (const DtRwSpawnData &spawnData) |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
| Creator for factory. | |
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 () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtUUID | myTemplateUUID |
| DtRwSpawnData | mySpawnData |
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 |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
This is the class defining the interface message content for spawn-data messages.
| DtIfUpdateSpawnTemplate::DtIfUpdateSpawnTemplate | ( | ) |
constructor
| DtIfUpdateSpawnTemplate::DtIfUpdateSpawnTemplate | ( | const DtIfUpdateSpawnTemplate & | orig | ) |
copy constructor
|
virtual |
destructor
|
static |
Creator for factory.
| const DtIfUpdateSpawnTemplate& DtIfUpdateSpawnTemplate::operator= | ( | const DtIfUpdateSpawnTemplate & | orig | ) |
assignment operator
|
virtual |
Integer assigned to this message type.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Get and set the template name data.
This is the name of the template to be modified, and is separate from the template name in the data; if the template is to have its name changed, the name in the spawn data is the new name.
|
virtual |
|
virtual |
Get and set functions for template data in the message.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
protected |
|
protected |