VR-Forces 5.0.2 Developer's Guide
 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 
60  virtual void objectStatePropertiesInitialized(DtReflectedExtAggregate*);
61 
62 protected:
63 
67 
69  static void aggregateUpdatedCallback(DtReflectedExtAggregate*, void* usr);
70  virtual void aggregateUpdated(DtReflectedExtAggregate*);
71 
73  static void aggregateRemovedCallback(DtReflectedExtAggregate*, void* usr);
74  virtual void aggregateRemoved(DtReflectedExtAggregate*);
75 
76 protected:
77 
79 
80  typedef std::map<DtReflectedExtAggregate*, DtEntityType> InitializedTypeMap;
82 
83 };
84 
85 
Instances of DtVrfParameterDb are the database of DtVrfObjectParameters objects used in the construct...
Definition: vrfParameterDb.h:38
Definition: reflectedExtAggregate.h:35
std::map< DtReflectedExtAggregate *, DtEntityType > InitializedTypeMap
Definition: reflectedVrfExtAggregateList.h:80
DtVrfParameterDb * myParameterDb
Definition: reflectedVrfExtAggregateList.h:78
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 *)
class DtReflectedExtAggregateList:
Definition: reflectedExtAggregateList.h:27
InitializedTypeMap myInitializedWithType
Definition: reflectedVrfExtAggregateList.h:81
Definition: reflectedVrfExtAggregateList.h:23

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)