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
vrfGuiObjectInformationQt
weatherStatePageLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
13
#include <
vrfGuiObjectInformationQt/entityStatePageLogic.h
>
14
#include <
vrfGuiCore/vrlinkSimulatedWeatherState.h
>
15
16
#include <
vrvCore/DtStateView.h
>
17
18
namespace
makVrf
19
{
20
namespace
makVrfGuiObjectInformationQt
21
{
22
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtWeatherStatePageLogic
:
public
DtEntityStatePageLogic
23
{
24
public
:
25
DtWeatherStatePageLogic
(
makVrv::DtDe
&,
DtInformationDialogPage
* iface);
26
27
virtual
~
DtWeatherStatePageLogic
();
28
29
virtual
void
deactivate();
30
virtual
void
setState(
makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>
* state);
31
virtual
void
clearInterface();
32
33
makVrv::DtStateView<DtVrlinkSimulatedWeatherState>
* weatherState()
34
{
35
return
myWeatherState;
36
}
37
38
protected
:
39
virtual
void
slot_onStateViewAboutToBeRemoved(
const
makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>
& state);
40
41
protected
:
42
makVrv::DtStateView<DtVrlinkSimulatedWeatherState>
*
myWeatherState
;
43
};
44
}
45
}
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
)