VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCore
vrfDe.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
12
13
#pragma once
14
15
#include <
vrfGuiCore/vrfGuiCore.h
>
16
#include <vlutil/vlTime.h>
17
#include <
vrvCore/DtDe.h
>
18
19
class
DtSimulationAddress;
20
21
namespace
makVrf
22
{
23
class
DtVrfSimBackendManager;
24
class
DtVrfBackendState;
25
26
class
DT_DLL_VRFGUICORE
DtVrfDe
:
public
makVrv::DtDe
27
{
28
public
:
30
DtVrfDe
();
31
33
virtual
~
DtVrfDe
();
34
38
virtual
void
setSimulationTime(
double
time);
39
42
virtual
void
setUseSimulationTimeForAdvancement(
bool
);
43
virtual
bool
useSimulationTimeForAdvancement()
const
;
44
virtual
void
quit();
45
46
protected
:
47
virtual
void
slot_backendRemoved(
const
DtVrfBackendState
&);
48
virtual
void
slot_selectedBackendChanged(
const
DtSimulationAddress&,
const
DtSimulationAddress&);
49
50
virtual
void
initializeSchemaManager();
51
52
protected
:
53
DtVrfSimBackendManager
*
myBackendManager
;
54
DtTime
myLastTimeSet
;
55
DtClock
myClock
;
56
DtVrfBackendState
*
myCurrentBackend
;
57
58
bool
myUseSimulationTimeForAdvancement
;
59
};
60
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)