VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfGlobalPlanList Class Reference

Interface content containing the list of global plan names from a single simulation engine. More...

Inheritance diagram for DtIfGlobalPlanList:
Inheritance graph
[legend]

Classes

struct  GlobalPlansInformation

Public Types

typedef std::vector
< GlobalPlansInformation
GlobalPlans

Public Member Functions

 DtIfGlobalPlanList ()
 default constructor
 DtIfGlobalPlanList (const DtIfGlobalPlanList &orig)
 copy constructor
const DtIfGlobalPlanListoperator= (const DtIfGlobalPlanList &orig)
 assignment operator
virtual ~DtIfGlobalPlanList ()
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 void addGlobalPlanInformation (const DtUUID &, const DtString &planName, const DtEntityIdentifier &id, bool isQuickLaunch=false, bool showOnQuickLaunchToolbar=false, bool isLaunched=false, const DtString &planIcon="", int ordinal=0)
 A vector containing the names of the global plans.
virtual const GlobalPlansglobalPlans () const
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
virtual bool update (const DtSimInterfaceContent *data)
virtual charnetRep ()
virtual void printContentType (DtString &str)
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 ()
static void registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn)

Protected Attributes

GlobalPlans myGlobalPlans
- Protected Attributes inherited from DtSimInterfaceContent
charmyNetRep
bool myUseSessionId

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
virtual charcreateNetworkBuffer ()
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory
static
DtSimInterfaceContentTypePrinterFcn 
theContentTypePrinterFcn

Detailed Description

Interface content containing the list of global plan names from a single simulation engine.

Member Typedef Documentation

Constructor & Destructor Documentation

DtIfGlobalPlanList::DtIfGlobalPlanList ( )

default constructor

DtIfGlobalPlanList::DtIfGlobalPlanList ( const DtIfGlobalPlanList orig)

copy constructor

virtual DtIfGlobalPlanList::~DtIfGlobalPlanList ( )
virtual

Member Function Documentation

const DtIfGlobalPlanList& DtIfGlobalPlanList::operator= ( const DtIfGlobalPlanList orig)

assignment operator

virtual int DtIfGlobalPlanList::type ( ) const
virtual

Implements DtSimInterfaceContent.

virtual DtSimInterfaceContent* DtIfGlobalPlanList::clone ( ) const
virtual

Implements DtSimInterfaceContent.

virtual void DtIfGlobalPlanList::addGlobalPlanInformation ( const DtUUID ,
const DtString planName,
const DtEntityIdentifier &  id,
bool  isQuickLaunch = false,
bool  showOnQuickLaunchToolbar = false,
bool  isLaunched = false,
const DtString planIcon = "",
int  ordinal = 0 
)
virtual

A vector containing the names of the global plans.

virtual const GlobalPlans& DtIfGlobalPlanList::globalPlans ( ) const
virtual
virtual int DtIfGlobalPlanList::netRepSize ( ) const
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfGlobalPlanList::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfGlobalPlanList::setToNet ( )
virtual

Reimplemented from DtSimInterfaceContent.

virtual void DtIfGlobalPlanList::printDataToString ( DtString str)
virtual

Reimplemented from DtSimInterfaceContent.

static DtSimInterfaceContent* DtIfGlobalPlanList::creator ( )
static

Member Data Documentation

GlobalPlans DtIfGlobalPlanList::myGlobalPlans
protected

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

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)