VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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.

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

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
virtual DtSimInterfaceContent* DtIfDeletePlan::clone ( ) const
virtual
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
virtual bool DtIfDeletePlan::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual
virtual bool DtIfDeletePlan::setToNet ( )
virtual
virtual void DtIfDeletePlan::printDataToString ( DtString str)
virtual
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)