VR-Forces 5.0.2 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCore
vrfObjectDataStateObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfObjectDataStateObject.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCore/vrfGuiCore.h
>
17
#include <
vrfGuiCore/vrfObjectDataState.h
>
18
19
#include <
vrvCore/DtSimStateObject.h
>
20
#include <
vrvCore/DtSimEntry.h
>
21
22
namespace
makVrf
23
{
27
class
DT_DLL_VRFGUICORE
DtVrfObjectDataStateObject
:
public
makVrv::DtSimStateObject
28
{
29
public
:
30
32
DtVrfObjectDataStateObject
(
makVrv::DtDe
& de,
makVrv::DtUniqueID
id
);
33
35
virtual
~
DtVrfObjectDataStateObject
();
36
39
void
setState(
DtVrfNetworkUpdateObjectDataState
& state);
40
41
void
addStateToSimEntry(
makVrv::DtUniqueID
id
)
override
;
42
43
protected
:
44
DtVrfObjectDataState
*
myDataState
;
45
bool
myComplete
;
46
};
47
}
makVrf::DtVrfObjectDataStateObject
This creates the DtEntityState and adds it to a DtSimEntry. Also sets the values of the DtEntityState...
Definition:
vrfObjectDataStateObject.h:27
vrfObjectDataState.h
makVrf::DtVrfNetworkUpdateObjectDataState
The class that is the interface between the GUI and the back-end.
Definition:
vrfObjectDataState.h:36
DT_DLL_VRFGUICORE
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition:
vrfGuiCore.h:25
vrfGuiCore.h
DtSimEntry.h
Contains makVrv::DtSimEntry class.
DtSimStateObject.h
Contains makVrv::DtSimStateObject class.
makVrv::DtSimStateObject
A DtSimStateObject is the base class for all simulation state objects.
Definition:
DtSimStateObject.h:25
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition:
DtDe.h:70
unsigned long long
makVrf::DtVrfObjectDataStateObject::myDataState
DtVrfObjectDataState * myDataState
Definition:
vrfObjectDataStateObject.h:44
makVrf::DtVrfObjectDataStateObject::myComplete
bool myComplete
Definition:
vrfObjectDataStateObject.h:45
makVrf::DtVrfObjectDataState
Definition:
vrfObjectDataState.h:87
Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)