VR-Forces 4.3.1 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
vrfSpotReportVisualHandler.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
11
12
#pragma once
13
14
#include <
vrfGuiCore/vrfGuiCore.h
>
15
#include <
vrfGuiCore/spotReportVisualHandler.h
>
16
17
#include <string>
18
19
namespace
makVrv
20
{
21
class
DtBaseConnection;
22
class
DtStateListener;
23
}
24
25
namespace
makVrf
26
{
27
class
DtVrfSpotReportVisualizer;
28
class
DtVrfStateViewCollectionManager;
29
class
DtVrfSimBackendManager;
30
31
class
DT_DLL_VRFGUICORE
DtVrfSpotReportVisualHandler
:
public
DtSpotReportVisualHandler
32
{
33
public
:
34
DtVrfSpotReportVisualHandler
(
makVrv::DtDe
&,
makVrv::DtUniqueID
id
);
35
virtual
~
DtVrfSpotReportVisualHandler
();
36
38
virtual
void
update(
const
DtSpotReportState
& s,
makVrv::DtUniqueID
id
);
39
40
static
std::string handlerType();
41
44
virtual
bool
tick(
double
dT);
45
46
protected
:
48
virtual
void
createVisualizer();
49
52
virtual
makVrv::DtStateListener
* createOrGetSpotReportListener(
const
DtSpotReportState
& s,
makVrv::DtUniqueID
id
);
53
54
virtual
void
slot_onSpotReportsSelectableChanged(
bool
);
55
56
protected
:
57
makVrv::DtStateListener
*
mySpotReportListener
;
58
DtVrfSpotReportVisualizer
*
mySpotReportVisualizer
;
59
makVrv::DtBaseConnection
*
mySimulation
;
60
double
myTotalTimeSinceLastReport
;
61
int
myListenerCreatedKind
;
62
DtVrfStateViewCollectionManager
&
myStateViewCollectionManager
;
63
DtVrfSimBackendManager
&
myBackendManager
;
64
};
65
66
class
DT_DLL_VRFGUICORE
DtVrfSpotReportVisualHandlerCreator
:
public
DtSpotReportVisualHandlerCreatorInterface
67
{
68
public
:
69
virtual
~
DtVrfSpotReportVisualHandlerCreator
();
70
71
virtual
DtSpotReportVisualHandler
* create(
makVrv::DtDe
&,
makVrv::DtUniqueID
);
72
};
73
}
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)