![]() |
VR-Forces 4.3 Class Documentation
|
Sent when the export of the scenario file is complete. More...

Public Member Functions | |
| DtIfExportComplete () | |
| default constructor | |
| virtual | ~DtIfExportComplete () |
| destructor | |
| DtIfExportComplete (const DtIfExportComplete &orig) | |
| copy constructor | |
| DtIfExportComplete & | operator= (const DtIfExportComplete &orig) |
| assignment operator | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | type () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual void | setFile (const DtFilename &) |
| The file exported. | |
| virtual const DtFilename & | file () const |
| virtual void | setRequestId (int) |
| Request ID sent with initial request. | |
| virtual int | requestId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtFilename | myFile |
| DtU32 | myRequestId |
Sent when the export of the scenario file is complete.
Content-Type: DtExportCompleteMessageType
| DtIfExportComplete::DtIfExportComplete | ( | ) |
default constructor
|
virtual |
destructor
| DtIfExportComplete::DtIfExportComplete | ( | const DtIfExportComplete & | orig | ) |
copy constructor
| DtIfExportComplete& DtIfExportComplete::operator= | ( | const DtIfExportComplete & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
virtual |
The file exported.
|
virtual |
|
virtual |
Request ID sent with initial request.
|
virtual |
|
protected |
|
protected |