VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
DtExtendedStateData.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtExtendedStateData.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCore/vrfGuiCore.h
>
17
#include <
vrfGuiCore/DtSimpleTypedDictionary.h
>
18
#include <
vrvCore/DtSimState.h
>
19
#include <
vrvCore/DtStateView.h
>
20
21
namespace
makVrv
22
{
23
class
DtMessage;
24
}
25
26
namespace
makVrf
27
{
28
struct
DT_DLL_VRFGUICORE
DtExtendedStateData
:
public
makVrv::DtSimState
29
{
30
31
public
:
32
34
DtExtendedStateData
();
35
37
virtual
~
DtExtendedStateData
();
38
39
bool
operator==
(
const
DtExtendedStateData
&)
const
;
40
bool
operator!=
(
const
DtExtendedStateData
& rhs)
const
41
{
42
return
!(*
this
== rhs);
43
}
44
45
public
:
46
DtSimpleTypedDictionary
myExtendedData
;
47
};
48
50
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator<<
(
makVrv::DtMessage
& msg,
const
DtExtendedStateData
& state );
51
53
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg,
DtExtendedStateData
& state );
54
55
57
typedef
makVrv::DtStateView<DtExtendedStateData>
DtExtendedStateDataView
;
58
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)