VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
vrfEnvironmentConditionsLocalWeatherPage.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvUtil/signalslib.h
>
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrvCoreQt/DtPage.h
>
15
16
class
QVBoxLayout;
17
18
namespace
makVrv
19
{
20
class
DtPersistenceToolbarWidget;
21
}
22
23
namespace
makVrf
24
{
25
class
DtLocalWeatherManagerWidget;
26
30
class
DT_DLL_VRFGUICOREQT
DtVrfEnvironmentConditionsLocalWeatherPage
:
31
public
makVrv::DtPage
32
{
33
Q_OBJECT
34
35
public
:
36
38
DtVrfEnvironmentConditionsLocalWeatherPage
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f);
39
41
virtual
~
DtVrfEnvironmentConditionsLocalWeatherPage
();
42
44
virtual
QIcon icon();
45
47
virtual
QString title();
48
50
virtual
const
std::string& pageClassName()
const
;
51
53
static
const
std::string& thePageClassName();
54
55
protected
:
56
57
virtual
void
setupGui();
58
60
virtual
void
activate();
61
63
virtual
void
deactivate();
64
65
public
:
66
makVrv::DtPersistenceToolbarWidget
*
myToolbar
;
67
DtLocalWeatherManagerWidget
*
myWidget
;
68
QVBoxLayout*
myMainLayout
;
69
};
70
71
typedef
makVrv::DtPageCreatorTemplate<DtVrfEnvironmentConditionsLocalWeatherPage>
72
DtVrfEnvironmentConditionsLocalWeatherPageCreator
;
73
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)