![]() |
VR-Forces 4.7 Class Documentation
|
Interface content containing the list of spawn point names from a single simulation engine. More...

Public Member Functions | |
| DtIfSpawnList () | |
| default constructor | |
| DtIfSpawnList (const DtIfSpawnList &orig) | |
| copy constructor | |
| const DtIfSpawnList & | operator= (const DtIfSpawnList &orig) |
| assignment operator | |
| virtual | ~DtIfSpawnList () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | setInitialSend (bool) |
| Sent when this is the first send of a scenario load or rewind. | |
| bool | initialSend () const |
| virtual void | addTemplateEntry (DtRwSpawnData *spawnTemplate) |
| A convenience function, since names and descriptions will often be set from a template list. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| const SpawnTemplateDescriptionList & | spawnTemplateAndDescriptionList () const |
| Map of all the template descriptions, keyed by the template's name. | |
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 () |
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 | |
| SpawnTemplateDescriptionList | mySpawnTemplateList |
| bool | myInitialSend |
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 |
Interface content containing the list of spawn point names from a single simulation engine.
| DtIfSpawnList::DtIfSpawnList | ( | ) |
default constructor
| DtIfSpawnList::DtIfSpawnList | ( | const DtIfSpawnList & | orig | ) |
copy constructor
|
virtual |
| const DtIfSpawnList& DtIfSpawnList::operator= | ( | const DtIfSpawnList & | orig | ) |
assignment operator
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
| const SpawnTemplateDescriptionList& DtIfSpawnList::spawnTemplateAndDescriptionList | ( | ) | const |
Map of all the template descriptions, keyed by the template's name.
|
virtual |
Sent when this is the first send of a scenario load or rewind.
| bool DtIfSpawnList::initialSend | ( | ) | const |
|
virtual |
A convenience function, since names and descriptions will often be set from a template list.
|
virtual |
Reimplemented from DtSimInterfaceContent.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |