![]() |
VR-Forces 4.0.4 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.
default constructor
copy constructor
| virtual DtIfDuplicateNameDetected::~DtIfDuplicateNameDetected | ( | ) | [virtual] |
| const DtIfDuplicateNameDetected& DtIfDuplicateNameDetected::operator= | ( | const DtIfDuplicateNameDetected & | orig | ) |
assignment operator
| virtual int DtIfDuplicateNameDetected::type | ( | ) | const [virtual] |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfDuplicateNameDetected::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual const DtString& DtIfDuplicateNameDetected::duplicateName | ( | ) | const [virtual] |
Name of the control object to remove.
| virtual void DtIfDuplicateNameDetected::setDuplicateName | ( | const DtString & | name | ) | [virtual] |
| virtual int DtIfDuplicateNameDetected::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfDuplicateNameDetected::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfDuplicateNameDetected::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfDuplicateNameDetected::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfDuplicateNameDetected::creator | ( | ) | [static] |
DtString DtIfDuplicateNameDetected::myDuplicateName [protected] |