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
vrfTDLMessageDataInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
7
8
#pragma once
9
10
#include <
vrfGuiCore/vrfGuiCore.h
>
11
#include <
vrfGuiCore/objectDataInterface.h
>
12
#include <
vrfGuiCore/vrfTDLMessageDataHandler.h
>
13
14
namespace
makVrf
15
{
22
class
DT_DLL_VRFGUICORE
DtVrfTDLMessageDataInterface
:
public
DtObjectDataInterface
23
{
24
public
:
25
DtVrfTDLMessageDataInterface
(
makVrv::DtDe
&);
26
virtual
~
DtVrfTDLMessageDataInterface
();
27
29
virtual
makVrv::DtElementEntry::ElementType
type()
const
;
30
32
makVrv::DtStateView<DtVrfTDLMessageDataState>
* vrfTDLDataStateView()
const
33
{
34
return
myVrfTDLDataStateView;
35
}
36
38
virtual
DtVector
location(Representation rep = Local)
const
;
39
41
virtual
std::string name()
const
;
42
44
virtual
std::string entityType()
const
;
45
47
virtual
const
DtTaitBryan& orientation()
const
;
48
50
virtual
void
setStateView(
const
makVrv::DtStateView<makVrv::DtSimState>
*);
51
52
protected
:
54
virtual
void
slot_simObjectEntryAboutToBeRemoved(
makVrv::DtSimObjectEntry
&);
55
56
protected
:
57
makVrv::DtStateView<DtVrfTDLMessageDataState>
*
myVrfTDLDataStateView
;
58
};
59
60
typedef
DtObjectDataInterfaceCreator<DtVrfTDLMessageDataInterface>
DtVrfTDLMessageDataInterfaceCreator
;
61
62
typedef
DtBoost::shared_ptr<DtVrfTDLMessageDataInterface>
DtVrfTDLMessageDataInterfacePtr
;
63
}
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
)