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
cloudLayerStatePage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
12
#include <
vrfGuiObjectInformationQt/informationDialogPage.h
>
13
14
class
QComboBox
;
15
16
namespace
makVrf
17
{
18
namespace
makVrfGuiObjectInformationQt
19
{
20
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtCloudLayerStatePage
:
public
DtInformationDialogPage
21
{
22
Q_OBJECT
23
public
:
24
26
DtCloudLayerStatePage
(
makVrv::DtDe
& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
27
29
virtual
~
DtCloudLayerStatePage
();
30
32
virtual
QIcon icon();
33
35
virtual
QString title();
36
38
virtual
const
std::string& pageClassName()
const
;
39
41
static
const
std::string& thePageClassName();
42
43
virtual
DtInformationDialogPageLogic
* createLogic();
44
46
virtual
ShowStatus
setupGui(
makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>
* s);
47
48
protected
:
49
virtual
void
activate();
50
};
51
typedef
makVrv::DtPageCreatorTemplate<DtCloudLayerStatePage>
52
DtCloudLayerStatePageCreator
;
53
}
54
}
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
)