VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
getSelfCbInfo.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2004 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#pragma once
10
11
#include <mtl/mtl.h>
12
13
class
DtReaderWriter
;
14
15
typedef
void (*
DtGetSelfCallbackFcn
)(
16
DtReaderWriter
* obj, DtlObjPtr args,
void
* userData);
17
23
24
#include "
vrfutil/vrfutilDefines.h
"
25
class
DT_DLL_vrfutil
DtGetSelfCallbackInfo
26
{
27
public
:
28
30
DtGetSelfCallbackInfo
();
31
33
DtGetSelfCallbackInfo
(
34
DtGetSelfCallbackFcn
cb,
void
* userData);
35
37
virtual
~
DtGetSelfCallbackInfo
();
38
40
DtGetSelfCallbackInfo
(
const
DtGetSelfCallbackInfo
& orig);
41
43
DtGetSelfCallbackInfo
& operator=(
44
const
DtGetSelfCallbackInfo
& orig);
45
47
int
operator==
(
const
DtGetSelfCallbackInfo
& orig)
const
;
48
int
operator!=
(
const
DtGetSelfCallbackInfo
& orig)
const
;
49
51
virtual
void
setCallbackFunction(
DtGetSelfCallbackFcn
funct);
52
virtual
DtGetSelfCallbackFcn
callbackFunction()
const
;
53
55
virtual
void
setArgs(DtlObjPtr args);
56
virtual
DtlObjPtr args()
const
;
57
60
virtual
void
setUserData(
void
* data);
61
virtual
void
* userData()
const
;
62
63
protected
:
64
65
DtGetSelfCallbackFcn
myCallbackFunction
;
66
DtlObjPtr
myArgs
;
67
void
*
myUserData
;
68
};
69
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)