VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
reflectedExtendedAttributesObjectHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2025 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
16 #include <vl/reflectedObjectHLA.h>
17 
18 namespace makVrfVrlinkExtToolkit
19 {
20 
21  class DtReflectedExtendedAttributesObject;
22 
27  DtReflectedExtendedAttributesObject* obj, void* userData);
28 
33  {
34  public:
37  typedef DtExtendedAttributesObjectStateRepository* (*DtStateRepCreator)();
38 
40  DtReflectedExtendedAttributesObject(DtHlaObject* obj, DtExerciseConn* exConn);
41 
43  virtual ~DtReflectedExtendedAttributesObject() override;
44 
47  virtual void associateWithObject(DtReflectedObject* assocObj);
48 
50  virtual void disassociateWithObject();
51 
53  virtual DtExtendedAttributesObjectStateRepository* extendedAttributesObjectStateRep() const;
54 
56  virtual DtExtendedAttributesObjectStateRepository* easr() const;
57 
60  virtual DtReflectedExtendedAttributesObject* next() const;
61 
64  virtual DtReflectedExtendedAttributesObject* prev() const;
65 
68  virtual DtReflectedExtendedAttributesObject* wrapNext() const;
69 
72  virtual DtReflectedExtendedAttributesObject* wrapPrev() const;
73 
76  virtual void addPostUpdateCallback(
78 
81  virtual void removePostUpdateCallback(
83 
85  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
86  static DtStateRepCreator stateRepCreator();
87 
89  {
90  return myAssociatedObject;
91  }
92 
93  protected:
94 
97  static void postUpdateCallback(DtReflectedExtendedAttributesObject* obj, void* userData);
98  virtual void signalUpdateOfAssociatedObject();
100 
101  private:
104 
107 
108  protected:
109 
111 
115  HandleValueMap* myDummyHvm;
117 
119  static DtStateRepCreator theStateRepCreator;
120  };
121 
123  {
124  return (DtExtendedAttributesObjectStateRepository*)myStateRep;
125  }
126 
128  {
129  return (DtExtendedAttributesObjectStateRepository*)myStateRep;
130  }
131 }
132 
133 #endif // DtHLA
Contains the DtExtendedAttributesObjectStateRepository class declaration.
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)