![]() |
VR-Forces 4.3 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.
| DtIfDeletePlan::DtIfDeletePlan | ( | ) |
default constructor
| DtIfDeletePlan::DtIfDeletePlan | ( | const DtIfDeletePlan & | orig | ) |
copy constructor
|
virtual |
| const DtIfDeletePlan& DtIfDeletePlan::operator= | ( | const DtIfDeletePlan & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
A vector containing the names of the global plans.
|
virtual |
A vector containing the names of the global plans.
|
virtual |
Specifies whether or not the names plan is a global plan or an entity plan.
|
virtual |
Specifies whether or not the names plan is a global plan or an entity plan.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |