![]() |
VR-Forces 4.3.1 Class Documentation
|
File: ifDuplName.h. More...

Public Member Functions | |
| DtIfDuplicateNameDetected () | |
| default constructor | |
| DtIfDuplicateNameDetected (const DtIfDuplicateNameDetected &orig) | |
| copy constructor | |
| const DtIfDuplicateNameDetected & | operator= (const DtIfDuplicateNameDetected &orig) |
| assignment operator | |
| virtual | ~DtIfDuplicateNameDetected () |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const DtString & | duplicateName () const |
| Name of the control object to remove. | |
| virtual void | setDuplicateName (const DtString &name) |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtString | myDuplicateName |
File: ifDuplName.h.
Class: DtIfDuplicateNameDetected DtIfDuplicateNameDetected is the content portion of a Duplicate Name Detected message. It's typically only sent from back-end to front, when the front end sends a create message whose name is already in use by the manager receiving the create message.
Content-Type: DtDuplicateNameDetectedMessageType
Parameters: duplicateName - A DtString that is the name of the control object to remove.
| DtIfDuplicateNameDetected::DtIfDuplicateNameDetected | ( | ) |
default constructor
| DtIfDuplicateNameDetected::DtIfDuplicateNameDetected | ( | const DtIfDuplicateNameDetected & | orig | ) |
copy constructor
|
virtual |
| const DtIfDuplicateNameDetected& DtIfDuplicateNameDetected::operator= | ( | const DtIfDuplicateNameDetected & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
|
virtual |
|
virtual |
Name of the control object to remove.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |