VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
reflectedVrfExtAggregateList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
10 
11 class DtVrfParameterDb;
12 
24 {
25 
26 public:
27 
30  DtReflectedVrfExtAggregateList(DtExerciseConn* exConn, DtVrfParameterDb* pdb = 0);
31  DtReflectedVrfExtAggregateList(DtExerciseConn* exConn, bool smoothCapable, DtVrfParameterDb* pdb = 0);
32 
33 #if DtHLA
34  DtReflectedVrfExtAggregateList(DtExerciseConn* exConn,
37  const DtDDMRegionSet* regionSetToUse, DtVrfParameterDb* pdb = 0);
38 
41  DtReflectedVrfExtAggregateList(DtExerciseConn* exConn,
42  const DtList *handleList, const DtDDMRegionSet* regionSetToUse = 0, DtVrfParameterDb* pdb = 0);
43 
44 #endif
45 
48 
50  virtual void setParameterDatabase(DtVrfParameterDb* pdb);
51 
54  virtual DtVrfParameterDb* parameterDatabase();
55  virtual const DtVrfParameterDb* parameterDatabase() const;
57 
58 protected:
59 
63 
65  static void aggregateUpdatedCallback(DtReflectedExtAggregate*, void* usr);
66  virtual void aggregateUpdated(DtReflectedExtAggregate*);
67 
69  static void aggregateRemovedCallback(DtReflectedExtAggregate*, void* usr);
70  virtual void aggregateRemoved(DtReflectedExtAggregate*);
71 
72 protected:
73 
75 
76  typedef std::map<DtReflectedExtAggregate*, DtObjectType> InitializedTypeMap;
78 
79 };
80 
81 
Instances of DtVrfParameterDb are the database of DtVrfObjectParameters objects used in the construct...
Definition: vrfParameterDb.h:35
Definition: reflectedExtAggregate.h:35
DtVrfParameterDb * myParameterDb
Definition: reflectedVrfExtAggregateList.h:74
Contains the DtReflectedExtAggregateList class declaration.
#define DT_DLL_vrfExtendedProperties
This file is used to determine how to build.
Definition: vrfExtendedPropertiesDefines.h:25
virtual void aggregateAdded(DtReflectedExtAggregate *)
std::map< DtReflectedExtAggregate *, DtObjectType > InitializedTypeMap
Definition: reflectedVrfExtAggregateList.h:76
class DtReflectedExtAggregateList:
Definition: reflectedExtAggregateList.h:27
InitializedTypeMap myInitializedWithType
Definition: reflectedVrfExtAggregateList.h:77
Definition: reflectedVrfExtAggregateList.h:23

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)