VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
entityIdentifierCallbackInfo.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2015 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
#pragma once
9
10
#include <vlutil/vlList.h>
11
#include <
vrfutil/rwUUID.h
>
12
14
15
typedef
void (*
DtUUIDCallbackFunction
)(
16
const
DtUUID
& eid,
void
* userData);
17
22
23
#include "
vrfobjcore/vrfobjcoreDefines.h
"
24
class
DT_DLL_vrfobjcore
DtUUIDCallbackInfo
25
{
26
public
:
27
29
DtUUIDCallbackInfo
();
30
32
DtUUIDCallbackInfo
(
33
DtUUIDCallbackFunction
cb,
void
* userData);
34
36
virtual
~
DtUUIDCallbackInfo
();
37
39
DtUUIDCallbackInfo
(
const
DtUUIDCallbackInfo
& orig);
40
42
DtUUIDCallbackInfo
& operator=(
43
const
DtUUIDCallbackInfo
& orig);
44
46
bool
operator==
(
const
DtUUIDCallbackInfo
& orig)
const
;
47
bool
operator!=
(
const
DtUUIDCallbackInfo
& orig)
const
;
48
50
virtual
void
setCallbackFunction(
DtUUIDCallbackFunction
funct);
51
virtual
DtUUIDCallbackFunction
callbackFunction()
const
;
52
54
virtual
void
setUserData(
void
* data);
55
virtual
void
* userData()
const
;
56
57
protected
:
58
59
DtUUIDCallbackFunction
myCallbackFunction
;
60
void
*
myUserData
;
61
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)