15 #include <vlpi/entityIdentifier.h>
31 bool isQuickLaunch =
false;
32 bool isLaunched =
false;
33 bool showOnQuickLaunchToolbar =
false;
36 bool nameChangeOnly =
false;
53 virtual int type()
const override;
59 virtual void addGlobalPlanInformation(
const DtUUID&,
const DtString& planName,
const DtEntityIdentifier&
id,
60 bool isQuickLaunch =
false,
bool showOnQuickLaunchToolbar =
false,
61 bool isLaunched =
false,
const DtString& planIcon =
"",
int ordinal = 0);
67 virtual void addGlobalPlanNameChange(
const DtUUID&,
const DtString& planName);
71 virtual bool setFromNet(
const char* contentBuffer,
unsigned contentSize)
override;
UUID is a unique ID wrapper class.
Definition: uuid.h:59
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:79
virtual int type() const =0
Contains the DtUUID class declaration.
virtual void printDataToString(DtString &str)
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
std::vector< GlobalPlansInformation > GlobalPlans
Definition: ifGlobalPlanList.h:39
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