VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
tReflAggList.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 tReflAggList_H_
10
#define tReflAggList_H_
11
12
13
#include "
tReflectedAgg.h
"
14
#include "
tRefObjList.h
"
15
16
#include <list>
17
22
23
class
DT_DLL_VL
DtReflectedAggregate
;
24
25
29
class
DT_DLL_VL
DtReflectedAggregateList
:
public
DtReflectedObjectList
30
{
31
public
:
32
35
DtReflectedAggregateList
(
DtExerciseConn
* exConn);
36
38
virtual
~
DtReflectedAggregateList
();
39
40
private
:
41
43
DtReflectedAggregateList
(
const
DtReflectedAggregateList
& orig);
44
46
DtReflectedAggregateList
&
operator=
(
const
DtReflectedAggregateList
& orig);
47
48
public
:
49
51
virtual
void
addAggregateAdditionCallback(
52
DtAggregateCallbackFunction
cb,
void
* userData);
53
55
virtual
void
removeAggregateAdditionCallback(
56
DtAggregateCallbackFunction
cb,
void
* userData);
57
59
virtual
void
addAggregateRemovalCallback(
60
DtAggregateCallbackFunction
cb,
void
* userData);
61
63
virtual
void
removeAggregateRemovalCallback(
64
DtAggregateCallbackFunction
cb,
void
* userData);
65
67
virtual
DtReflectedAggregate
* first()
const
;
68
70
virtual
DtReflectedAggregate
* last()
const
;
71
75
virtual
DtReflectedAggregate
* lookup(
const
DtObjectId
&
id
)
const
;
76
77
protected
:
78
const
std::vector<DtString>& defaultInterfaceList();
79
80
};
81
82
#endif
83
#endif
84
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
)