VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
DtSpotReportVisualHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
10
11
#pragma once
12
13
#include <
vrfGuiCore/vrfGuiCore.h
>
14
#include <
vrfGuiCore/DtSpotReportState.h
>
15
16
#include <
vrvCore/DtUniqueID.h
>
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
}
22
23
namespace
makVrf
24
{
25
class
DT_DLL_VRFGUICORE
DtSpotReportVisualHandler
26
{
27
public
:
28
DtSpotReportVisualHandler
(
makVrv::DtDe
&,
makVrv::DtUniqueID
id
);
29
virtual
~
DtSpotReportVisualHandler
();
30
31
makVrv::DtUniqueID
uniqueID()
const
32
{
33
return
myUniqueId;
34
}
35
37
virtual
void
update(
const
DtSpotReportState
& s,
makVrv::DtUniqueID
id
) = 0;
38
39
protected
:
40
makVrv::DtDe
&
myDe
;
41
makVrv::DtUniqueID
myUniqueId
;
42
};
43
44
class
DT_DLL_VRFGUICORE
DtSpotReportVisualHandlerCreatorInterface
45
{
46
public
:
47
virtual
~
DtSpotReportVisualHandlerCreatorInterface
();
48
49
virtual
DtSpotReportVisualHandler
* create(
makVrv::DtDe
&,
makVrv::DtUniqueID
) = 0;
50
};
51
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)