VR-Exchange 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedIffList.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #if DtTENA
11 
12 #pragma once
13 
15 #include <vlTena/reflectedIff.h>
16 #include <list>
17 
18 namespace MAKVrExchange
19 {
20 
21  namespace DtTenaBroker
22  {
23 
24  class DtReflectedIff;
25 
29  class DT_DLL_VLTENA DtReflectedIffList : public DtReflectedObjectList
30  {
31  public:
32 
35  DtReflectedIffList(DtExerciseConn* exConn);
36 
38  virtual ~DtReflectedIffList();
39 
41  virtual void addIffAdditionCallback(
42  DtIffCallbackFunction cb, void* userData);
43 
45  virtual void removeIffAdditionCallback(
46  DtIffCallbackFunction cb, void* userData);
47 
49  virtual void addIffRemovalCallback(
50  DtIffCallbackFunction cb, void* userData);
51 
53  virtual void removeIffRemovalCallback(
54  DtIffCallbackFunction cb, void* userData);
55 
57  virtual DtReflectedIff* first() const;
58 
60  virtual DtReflectedIff* last() const;
61 
62  private:
63 
65  DtReflectedIffList(const DtReflectedIffList& orig);
66 
68  DtReflectedIffList& operator=(const DtReflectedIffList& orig);
69 
70  protected:
71 
72  const std::vector<DtString>& defaultInterfaceList();
73 
74  };
75 
76  }
77 }
78 
79 #endif // DtTENA

Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (www.mak.com)