VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
environmentSettingsWeatherPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: vrfSceneSettingsEnvironmentPage.h,v $ $Revision: 1.10 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvUtil/signalslib.h
>
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
#include <
vrvCoreQt/DtPage.h
>
18
19
class
QVBoxLayout;
20
21
namespace
makVrv
22
{
23
class
DtPersistenceToolbarWidget;
24
}
25
26
namespace
makVrf
27
{
28
class
DtEnvironmentSettingsWeatherWidget;
29
33
class
DT_DLL_VRFGUICOREQT
DtEnvironmentSettingsWeatherPage
:
public
makVrv::DtPage
34
{
35
Q_OBJECT
36
37
public
:
38
40
DtEnvironmentSettingsWeatherPage
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f);
41
43
virtual
~
DtEnvironmentSettingsWeatherPage
();
44
46
virtual
QIcon icon();
47
49
virtual
QString title();
50
52
virtual
const
std::string& pageClassName()
const
;
53
55
static
const
std::string& thePageClassName();
56
57
protected
:
58
59
virtual
void
setupGui();
60
62
virtual
void
activate();
63
65
virtual
void
deactivate();
66
67
public
:
68
makVrv::DtPersistenceToolbarWidget
*
myTitle
;
69
DtEnvironmentSettingsWeatherWidget
*
myWidget
;
70
QVBoxLayout*
myMainLayout
;
71
};
72
73
typedef
makVrv::DtPageCreatorTemplate<DtEnvironmentSettingsWeatherPage>
74
DtEnvironmentSettingsWeatherPageCreator
;
75
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)