VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfDeletePlan Class Reference

Interface content for requesting deletion of a particular plan. More...

Inheritance diagram for DtIfDeletePlan:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtIfDeletePlan ()
 default constructor
 DtIfDeletePlan (const DtIfDeletePlan &orig)
 copy constructor
const DtIfDeletePlanoperator= (const DtIfDeletePlan &orig)
 assignment operator
virtual ~DtIfDeletePlan ()
virtual int type () const
virtual DtSimInterfaceContentclone () 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 DtSimInterfaceContentcreator ()

Protected Attributes

DtString myPlanName
DtBoolean myPlanIsGlobal

Detailed Description

Interface content for requesting deletion of a particular plan.

It may indicate either a global plan or an entity plan though the planIsGlobal attribute.


Constructor & Destructor Documentation

default constructor

copy constructor

virtual DtIfDeletePlan::~DtIfDeletePlan ( ) [virtual]

Member Function Documentation

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.


Member Data Documentation

DtBoolean DtIfDeletePlan::myPlanIsGlobal [protected]

The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)