VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCore
orbatDataInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCore/vrfGuiCore.h
>
14
#include <
vrfGuiCore/objectDataInterface.h
>
15
#include <
vrfGuiCore/orbatState.h
>
16
#include <
vrfutil/rwUUID.h
>
17
18
namespace
makVrf
19
{
26
class
DT_DLL_VRFGUICORE
DtOrbatDataInterface
:
public
DtObjectDataInterface
27
{
28
public
:
29
DtOrbatDataInterface
(
makVrv::DtDe
&);
30
virtual
~
DtOrbatDataInterface
();
31
33
virtual
makVrv::DtElementEntry::ElementType
type()
const
;
34
36
makVrv::DtStateView<DtOrbatState>
* orbatStateView()
const
37
{
38
return
myOrbatStateView;
39
}
40
42
virtual
DtUUID
uuid()
const
;
43
45
virtual
DtUUID
parentUUID()
const
;
46
48
virtual
const
std::map<std::string, std::string>& extendedData()
const
;
49
51
virtual
DtUUID
uuidOfOrbat()
const
;
52
54
virtual
void
setStateView(
const
makVrv::DtStateView<makVrv::DtSimState>
*);
55
56
protected
:
58
virtual
void
slot_simObjectEntryAboutToBeRemoved(
makVrv::DtSimObjectEntry
&);
59
60
protected
:
61
makVrv::DtStateView<DtOrbatState>
*
myOrbatStateView
;
62
};
63
64
typedef
DtObjectDataInterfaceCreator<DtOrbatDataInterface>
DtOrbatDataInterfaceCreator
;
65
66
typedef
DtBoost::shared_ptr<DtOrbatDataInterface>
DtOrbatDataInterfacePtr
;
67
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)