VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
tReflIffList.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 tReflIffList_H_
10
#define tReflIffList_H_
11
12
13
#include "
tReflIff.h
"
14
#include "
tRefObjList.h
"
15
16
#include <list>
17
22
23
class
DT_DLL_VL
DtReflectedIff
;
24
25
29
class
DT_DLL_VL
DtReflectedIffList
:
public
DtReflectedObjectList
30
{
31
public
:
32
35
DtReflectedIffList
(
DtExerciseConn
* exConn);
36
38
virtual
~
DtReflectedIffList
();
39
40
private
:
41
43
DtReflectedIffList
(
const
DtReflectedIffList
& orig);
44
46
DtReflectedIffList
&
operator=
(
const
DtReflectedIffList
& orig);
47
48
public
:
49
51
virtual
void
addIffAdditionCallback(
52
DtIffCallbackFunction
cb,
void
* userData);
53
55
virtual
void
removeIffAdditionCallback(
56
DtIffCallbackFunction
cb,
void
* userData);
57
59
virtual
void
addIffRemovalCallback(
60
DtIffCallbackFunction
cb,
void
* userData);
61
63
virtual
void
removeIffRemovalCallback(
64
DtIffCallbackFunction
cb,
void
* userData);
65
67
virtual
DtReflectedIff
* first()
const
;
68
70
virtual
DtReflectedIff
* last()
const
;
71
72
protected
:
73
const
std::vector<DtString>& defaultInterfaceList();
74
};
75
76
#endif
77
#endif
78
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
)