15 #include <vlpi/entityIdentifier.h>
52 virtual int type()
const;
58 virtual void addGlobalPlanInformation(
const DtUUID&,
const DtString& planName,
const DtEntityIdentifier&
id,
59 bool isQuickLaunch =
false,
bool showOnQuickLaunchToolbar =
false,
60 bool isLaunched =
false,
const DtString& planIcon =
"",
int ordinal = 0);
65 virtual bool setFromNet(
const char* contentBuffer,
66 unsigned contentSize);
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
GlobalPlans myGlobalPlans
Definition: ifGlobalPlanList.h:74
virtual int type() const =0
virtual void printDataToString(DtString &str)
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
std::vector< GlobalPlansInformation > GlobalPlans
Definition: ifGlobalPlanList.h:38
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const =0
Interface content containing the list of global plan names from a single simulation engine...
Definition: ifGlobalPlanList.h:21