![]() |
VR-Forces 4.0.4 Class Documentation
|
Interface content for requesting deletion of a particular plan. More...

Public Member Functions | |
| DtIfDeletePlan () | |
| default constructor | |
| DtIfDeletePlan (const DtIfDeletePlan &orig) | |
| copy constructor | |
| const DtIfDeletePlan & | operator= (const DtIfDeletePlan &orig) |
| assignment operator | |
| virtual | ~DtIfDeletePlan () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual DtString | planName () const |
| A vector containing the names of the global plans. | |
| virtual void | setPlanName (const DtString &name) |
| A vector containing the names of the global plans. | |
| virtual bool | planIsGlobal () const |
| Specifies whether or not the names plan is a global plan or an entity plan. | |
| virtual void | setPlanIsGlobal (bool yesNo) |
| Specifies whether or not the names plan is a global plan or an entity plan. | |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtString | myPlanName |
| DtBoolean | myPlanIsGlobal |
Interface content for requesting deletion of a particular plan.
It may indicate either a global plan or an entity plan though the planIsGlobal attribute.
default constructor
| DtIfDeletePlan::DtIfDeletePlan | ( | const DtIfDeletePlan & | orig | ) |
copy constructor
| virtual DtIfDeletePlan::~DtIfDeletePlan | ( | ) | [virtual] |
| const DtIfDeletePlan& DtIfDeletePlan::operator= | ( | const DtIfDeletePlan & | orig | ) |
assignment operator
| virtual int DtIfDeletePlan::type | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfDeletePlan::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual DtString DtIfDeletePlan::planName | ( | ) | const [virtual] |
A vector containing the names of the global plans.
| virtual void DtIfDeletePlan::setPlanName | ( | const DtString & | name | ) | [virtual] |
A vector containing the names of the global plans.
| virtual bool DtIfDeletePlan::planIsGlobal | ( | ) | const [virtual] |
Specifies whether or not the names plan is a global plan or an entity plan.
| virtual void DtIfDeletePlan::setPlanIsGlobal | ( | bool | yesNo | ) | [virtual] |
Specifies whether or not the names plan is a global plan or an entity plan.
| virtual int DtIfDeletePlan::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfDeletePlan::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfDeletePlan::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfDeletePlan::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfDeletePlan::creator | ( | ) | [static] |
DtString DtIfDeletePlan::myPlanName [protected] |
DtBoolean DtIfDeletePlan::myPlanIsGlobal [protected] |