VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
entIdCbInfo.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1997 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: entIdCbInfo.h,v $ $Revision: 1.4 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtEntityIdentifierCallbackInfo_H_
13
#define DtEntityIdentifierCallbackInfo_H_
14
15
#include <vlutil/vlList.h>
16
#include <vl/hostStructs.h>
17
18
20
21
typedef
void (*
DtEntityIdentifierCallbackFunction
)(
22
DtEntityIdentifier eid,
void
* userData);
23
28
29
#include "
vrfobjcore/vrfobjcoreDefines.h
"
30
class
DT_DLL_vrfobjcore
DtEntityIdentifierCallbackInfo
31
{
32
public
:
33
35
DtEntityIdentifierCallbackInfo
();
36
38
DtEntityIdentifierCallbackInfo
(
39
DtEntityIdentifierCallbackFunction
cb,
void
* userData);
40
42
virtual
~
DtEntityIdentifierCallbackInfo
();
43
45
DtEntityIdentifierCallbackInfo
(
const
DtEntityIdentifierCallbackInfo
& orig);
46
48
DtEntityIdentifierCallbackInfo
& operator=(
49
const
DtEntityIdentifierCallbackInfo
& orig);
50
52
bool
operator==(
const
DtEntityIdentifierCallbackInfo
& orig)
const
;
53
bool
operator!=(
const
DtEntityIdentifierCallbackInfo
& orig)
const
;
54
56
virtual
void
setCallbackFunction(
DtEntityIdentifierCallbackFunction
funct);
57
virtual
DtEntityIdentifierCallbackFunction
callbackFunction()
const
;
58
60
virtual
void
setUserData(
void
* data);
61
virtual
void
* userData()
const
;
62
63
protected
:
64
65
DtEntityIdentifierCallbackFunction
myCallbackFunction
;
66
void
*
myUserData
;
67
};
68
69
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)