VR-Link API Documentation for DIS
tRefAmoList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtTENA
8 
9 #ifndef tRefAmoList_H_
10 #define tRefAmoList_H_
11 
12 
13 #include "tReflectedAmo.h"
14 #include "tRefObjList.h"
15 
16 #include <list>
17 
22 
23 class DT_DLL_VL DtReflectedAmo;
24 
25 
29 class DT_DLL_VL DtReflectedAmoList : public DtReflectedObjectList
30 {
31 public:
32 
35  DtReflectedAmoList(DtExerciseConn* exConn);
36 
38  virtual ~DtReflectedAmoList();
39 
40 private:
41 
43  DtReflectedAmoList(const DtReflectedAmoList& orig);
44 
46  DtReflectedAmoList& operator=(const DtReflectedAmoList& orig);
47 
48 public:
49 
51  virtual void addAmoAdditionCallback(
52  DtAmoCallbackFunction cb, void* userData);
53 
55  virtual void removeAmoAdditionCallback(
56  DtAmoCallbackFunction cb, void* userData);
57 
59  virtual void addAmoRemovalCallback(
60  DtAmoCallbackFunction cb, void* userData);
61 
63  virtual void removeAmoRemovalCallback(
64  DtAmoCallbackFunction cb, void* userData);
65 
66 
68  virtual DtReflectedAmo* first() const;
69 
71  virtual DtReflectedAmo* last() const;
72 
73 protected:
74  const std::vector<DtString>& defaultInterfaceList();
75 };
76 
77 #endif
78 #endif
79 

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)