VR-Forces 4.6.1 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
vrvGlStudioShared
DtGlStudioHeadlightUpdater.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: DtGlStudioHeadlightUpdater.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
12
13
#ifndef DT_PROTOCOL_NAMESPACE
14
#error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
15
#endif
16
17
#ifndef DtGlStudioHeadlightUpdater_h
18
#define DtGlStudioHeadlightUpdater_h
19
20
#include <
vrvGlStudioShared/DtGlStudioVrlAttributeUpdater.h
>
21
22
#include <vlpi/disEnums.h>
23
24
namespace
makVrv
25
{
26
namespace
DT_PROTOCOL_NAMESPACE
27
{
28
29
class
DtVrlinkEntityStateListener
;
30
33
class
DT_DLL_VRVGLSTUDIOVRLINK
DtGlStudioHeadlightUpdater
:
public
DtGlStudioVrlAttributeUpdater
34
{
35
public
:
36
DtGlStudioHeadlightUpdater
();
37
virtual
~
DtGlStudioHeadlightUpdater
();
38
40
virtual
void
init
(
DtVrlinkEntityStateListener
* listener);
41
43
virtual
std::string value();
44
45
protected
:
46
virtual
void
setAppearanceBit(
unsigned
int
oldVal,
unsigned
int
newVal);
47
unsigned
int
myHeadlightState
;
48
49
};
50
53
class
DT_DLL_VRVGLSTUDIOVRLINK
DtGlStudioHeadlightUpdaterCreator
:
public
DtGlStudioAttributeUpdaterCreator
54
{
55
public
:
56
DtGlStudioHeadlightUpdaterCreator
();
57
virtual
~
DtGlStudioHeadlightUpdaterCreator
();
58
60
virtual
DtGlStudioAttributeUpdater
* create()
const
;
61
62
protected
:
63
64
};
65
66
}
//DT_PROTOCOL_NAMESPACE::
67
68
}
//makVrv::
69
70
#endif
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)