VR-Exchange 2.10 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
reflectedEntityList.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #if DtTENA
11 
12 #pragma once
13 
15 #include <vlTena/reflectedEntity.h>
16 #include <list>
17 
18 namespace MAKVrExchange
19 {
20 
21  namespace DtTenaBroker
22  {
23 
24  class DtReflectedEntity;
25 
29  class DT_DLL_VLTENA DtReflectedEntityList : public DtReflectedObjectList
30  {
31  public:
32 
36  DtReflectedEntityList(DtExerciseConn* exConn,
37  bool smoothCapable = false);
38 
40  virtual ~DtReflectedEntityList();
41 
43  virtual void addEntityAdditionCallback(
44  DtEntityCallbackFunction cb, void* userData);
45 
47  virtual void removeEntityAdditionCallback(
48  DtEntityCallbackFunction cb, void* userData);
49 
51  virtual void addEntityRemovalCallback(
52  DtEntityCallbackFunction cb, void* userData);
53 
55  virtual void removeEntityRemovalCallback(
56  DtEntityCallbackFunction cb, void* userData);
57 
59  virtual DtReflectedEntity* first() const;
60 
62  virtual DtReflectedEntity* last() const;
63 
67  virtual DtReflectedEntity* lookup(const DtObjectId& id) const;
68 
69  static DtReflectedObject* newSmoothingEntity(DtExerciseConn* conn);
70 
71  protected:
72 
73  const std::vector<DtString>& defaultInterfaceList();
74 
75  private:
76 
78  DtReflectedEntityList(const DtReflectedEntityList& orig);
79 
81  DtReflectedEntityList& operator=(const DtReflectedEntityList& orig);
82 
83  protected:
84 
85  virtual void objectAdded(DtReflectedObject* obj);
86  bool mySmoothCapable;
87 
88  };
89 
90  }
91 }
92 
93 #endif // DtTENA
Contains the DtReflectedObjectList class declaration.
#define DT_DLL_VLTENA
Definition: brokers/tenaBroker/vlTena/dllExport.h:26

Document ID: Generated on Mon May 25 18:45:12 EDT 2026 from SVN revision 289111
Copyright © 2005-2026 MAK Technologies. All Rights Reserved (www.mak.com)