VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
DtVrfSpotReportDataHandler.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
10
11
#pragma once
12
13
#include <
vrfGuiCore/vrfGuiCore.h
>
14
#include <
vrfGuiCore/DtSpotReportDataHandler.h
>
15
16
namespace
makVrf
17
{
18
struct
DT_DLL_VRFGUICORE
DtVrfSpotReportState
:
public
DtSpotReportState
19
{
20
public
:
21
virtual
void
addObservedBy(
makVrv::DtUniqueID
s);
22
virtual
void
removeObservedBy(
makVrv::DtUniqueID
s);
23
virtual
bool
observedBy(
makVrv::DtUniqueID
s)
const
;
24
virtual
std::vector<makVrv::DtUniqueID> observedBy()
const
;
25
26
DtVrfSpotReportState
& operator=(
const
DtSpotReportState
& rhs);
27
};
28
29
class
DT_DLL_VRFGUICORE
DtVrfSpotReportDataHandler
:
public
DtSpotReportDataHandler
30
{
31
public
:
32
DtVrfSpotReportDataHandler
(
makVrv::DtDe
&,
makVrv::DtUniqueID
);
33
virtual
~
DtVrfSpotReportDataHandler
();
34
38
virtual
void
update(
void
*);
39
virtual
bool
objectEntryRemoved(
makVrv::DtUniqueID
);
40
41
static
std::string handlerType();
42
43
protected
:
44
DtVrfSpotReportState
mySpotState
;
45
makVrv::DtUniqueID
myContactId
;
46
};
47
48
class
DT_DLL_VRFGUICORE
DtVrfSpotReportDataHandlerCreator
:
public
DtSpotReportDataHandlerCreatorInterface
49
{
50
public
:
51
virtual
~
DtVrfSpotReportDataHandlerCreator
();
52
53
virtual
DtSpotReportDataHandler
* create(
makVrv::DtDe
&,
makVrv::DtUniqueID
);
54
};
55
}
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
)