VR-Forces 4.6 Class Documentation
 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) 2017 VT MAK
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 
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 
88  protected:
89 
92  static void postUpdateCallback(DtReflectedExtendedAttributesObject* obj, void* userData);
93  virtual void signalUpdateOfAssociatedObject();
95 
96  private:
99 
102 
103  protected:
104 
106 
110  HandleValueMap* myDummyHvm;
112 
114  static DtStateRepCreator theStateRepCreator;
115  };
116 
118  {
119  return (DtExtendedAttributesObjectStateRepository*)myStateRep;
120  }
121 
123  {
124  return (DtExtendedAttributesObjectStateRepository*)myStateRep;
125  }
126 }
127 
128 #endif // DtHLA

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)