![]() |
VR-Forces 4.10 Class Documentation
|
File: objFactEnt.h. More...
Public Member Functions | |
| DtSimObjectFactoryEntry () | |
| constructor More... | |
| DtSimObjectFactoryEntry (const DtSimObjectFactoryEntry &orig) | |
| copy constructor More... | |
| const DtSimObjectFactoryEntry & | operator= (const DtSimObjectFactoryEntry &orig) |
| assignment operator More... | |
| virtual | ~DtSimObjectFactoryEntry () |
| destructor More... | |
| virtual const DtString & | typeToCreate () const |
| virtual void | setTypeToCreate (const DtString &type) |
| virtual const DtSimObjectCreatorFcn & | creatorFcn () const |
| virtual void | setCreatorFcn (const DtSimObjectCreatorFcn &fcn) |
| virtual DtSimObjectFactoryEntry * | clone (const DtSimObjectFactoryEntry &orig) const |
Protected Attributes | |
| DtString | myTypeToCreate |
| DtSimObjectCreatorFcn | myCreatorFcn |
File: objFactEnt.h.
Class: DtSimObjectFactoryEntryclass DtSimObjectFactoryEntry:
DtSimObjectFactoryEntry is the contents of one entry in a sim object factory
| DtSimObjectFactoryEntry::DtSimObjectFactoryEntry | ( | ) |
constructor
| DtSimObjectFactoryEntry::DtSimObjectFactoryEntry | ( | const DtSimObjectFactoryEntry & | orig | ) |
copy constructor
|
virtual |
destructor
| const DtSimObjectFactoryEntry& DtSimObjectFactoryEntry::operator= | ( | const DtSimObjectFactoryEntry & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |