VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
DtVrfSpotReportVisualizerSet.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
13
14
#pragma once
15
16
#include <
vrfGuiCore/vrfGuiCore.h
>
17
#include <
vrfGuiCore/DtSpotReportState.h
>
18
#include <
vrvCore/DtVisualizerSet.h
>
19
#include <
vrvCore/DtSelectionManager.h
>
20
21
namespace
makVrv
22
{
23
class
DtStateVisualizer;
24
}
25
26
namespace
makVrf
27
{
28
class
DtSpotReportListenerImplementation;
29
30
class
DT_DLL_VRFGUICORE
DtVrfSpotReportVisualizerSet
:
public
makVrv::DtVisualizerSet
31
{
32
public
:
33
DtVrfSpotReportVisualizerSet
(
makVrv::DtBaseConnection
& conn,
34
makVrv::DtStateListener
&,
int
modelSet);
35
virtual
~
DtVrfSpotReportVisualizerSet
();
36
37
const
makVrv::DtUnicode
& spotReportDefinition()
const
38
{
39
return
mySpotReportDefinition;
40
}
41
42
virtual
void
setSpotReportDefinition(
const
makVrv::DtUnicode
&);
43
45
virtual
void
setPerceivedForce(
int
);
46
47
protected
:
50
virtual
void
slot_spotReportChanged(
const
DtSpotReportState
&);
51
53
virtual
void
slot_onCurrentSelectionChanged(
54
const
makVrv::DtSelectionManager::IdSet
& selected,
55
const
makVrv::DtSelectionManager::IdSet
& deselected);
56
57
58
public
:
60
virtual
void
visualize(
const
makVrv::DtUnicode
& visDefName);
61
62
protected
:
63
makVrv::DtUnicode
mySpotReportDefinition
;
64
int
myPerceivedForce
;
65
float
myDefaultColor[4];
66
DtSpotReportListenerImplementation
*
myListenerImpl
;
67
makVrv::DtStateListener
&
myListener
;
68
};
69
}
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
)