VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifGlobalPlanList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrfmsgs/vrfmsgsDefines.h"
15 #include <vlpi/entityIdentifier.h>
16 #include <vrfutil/rwUUID.h>
17 #include <vector>
18 
22 {
23 public:
25  {
28  DtEntityIdentifier entityId;
30  bool isLaunched;
32  int ordinal;
34  };
35 
36  typedef std::vector<GlobalPlansInformation> GlobalPlans;
37 
38 public:
41 
44 
46  const DtIfGlobalPlanList & operator=(const DtIfGlobalPlanList & orig);
47 
48  virtual ~DtIfGlobalPlanList();
49 
50  virtual int type() const;
51 
52  virtual DtSimInterfaceContent * clone() const;
53 
55 
56  virtual void addGlobalPlanInformation(const DtUUID&, const DtString& planName, const DtEntityIdentifier& id,
57  bool isQuickLaunch = false, bool showOnQuickLaunchToolbar = false,
58  bool isLaunched = false, const DtString& planIcon = "", int ordinal = 0);
59  virtual const GlobalPlans& globalPlans() const;
61 
62  virtual int netRepSize() const;
63  virtual bool setFromNet(const char* contentBuffer,
64  unsigned contentSize);
65  virtual bool setToNet();
66 
67  virtual void printDataToString(DtString& str);
68 
69  static DtSimInterfaceContent* creator();
70 
71 protected:
73 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)