VR-Forces 4.1.1 Class Documentation
List of all members | 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]

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.
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
virtual bool update (const DtSimInterfaceContent *data)
virtual char * netRep ()
virtual void setUseSessionId (bool yesNo)
virtual bool useSessionId () const

Static Public Member Functions

static DtSimInterfaceContentcreator ()
- Static Public Member Functions inherited from DtSimInterfaceContent
static DtSimInterfaceContentcreateInterfaceContent (int type)
static void addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn)
static void setFactory (DtInterfaceContentFactory *factory)
static DtInterfaceContentFactoryfactory ()

Protected Attributes

DtString myPlanName
DtBoolean myPlanIsGlobal
- Protected Attributes inherited from DtSimInterfaceContent
char * myNetRep
bool myUseSessionId

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
virtual char * createNetworkBuffer ()
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory

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

DtIfDeletePlan::DtIfDeletePlan ( )

default constructor

DtIfDeletePlan::DtIfDeletePlan ( const DtIfDeletePlan orig)

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.

static DtSimInterfaceContent* DtIfDeletePlan::creator ( )
static

Member Data Documentation

DtString DtIfDeletePlan::myPlanName
protected
DtBoolean DtIfDeletePlan::myPlanIsGlobal
protected

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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)