VR-Forces 4.6 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
vrfGuiCoreQt
simulationObjectGroupSaveDialog.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrvUtil/signalslib.h
>
14
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
15
#include <
vrfGuiCoreQt/vrfSimulationObjectGroupHandler.h
>
16
17
#include <
vrvUtil/DtVirtualBaseClass.h
>
18
#include <
vrvUtil/signalslib.h
>
19
#include <
vrvCore/DtDe.h
>
20
21
#include <boost/signal.hpp>
22
23
#include <QtWidgets/QDialog>
24
25
class
QVBoxLayout;
26
class
QHBoxLayout;
27
class
QPushButton
;
28
class
QGridLayout;
29
class
QLabel
;
30
class
QLineEdit
;
31
class
QListWidget;
32
class
QRadioButton;
33
class
QComboBox
;
34
class
QCheckBox
;
35
36
namespace
makVrv
37
{
38
class
DtDe;
39
}
40
41
namespace
makVrf
42
{
45
class
DT_DLL_VRFGUICOREQT
DtSimulationObjectGroupSaveDialog
:
public
QDialog
46
{
47
Q_OBJECT
48
49
public
:
51
DtSimulationObjectGroupSaveDialog
(
makVrv::DtDe
&, QWidget* parent,
const
Qt::WindowFlags& flags = Qt::Tool);
52
54
virtual
~
DtSimulationObjectGroupSaveDialog
();
55
57
virtual
void
simulationObjectGroupSaveInformation(
DtSimulationObjectGroupSaveInformation
&)
const
;
58
59
protected
:
61
virtual
void
accept();
62
65
virtual
void
selectPaletteAndCategoriesBasedOnSimulationObjects();
66
67
protected
slots:
68
virtual
void
paletteChanged();
69
virtual
void
iconTypeChanged();
70
virtual
void
selectImage();
71
72
public
:
73
QVBoxLayout*
myMainLayout
;
74
QGridLayout*
myDataLayout
;
75
76
QLabel
*
myIconSectionLabel
;
77
QLabel
*
myCreateOptionsSectionLabel
;
78
QLabel
*
myAltitudeSectionLabel
;
79
80
QLabel
*
myGroupNameLabel
;
81
QLineEdit
*
myGroupName
;
82
QLabel
*
myGroupDescriptionLabel
;
83
QLineEdit
*
myGroupDescription
;
84
QCheckBox
*
mySetForceTypeUponCreation
;
85
QCheckBox
*
myUseGroupNameToDisambiguate
;
86
QCheckBox
*
myCreateSelectionGroup
;
87
88
QRadioButton*
myAltitudesAreAboveTerrain
;
89
QRadioButton*
myAltitudesAreAboveSeaLevel
;
90
91
QRadioButton*
myUseGroupObjectForIcon
;
92
QComboBox
*
myAvailableObjects
;
93
94
QRadioButton*
myUseImageForIcon
;
95
QPushButton
*
myUseImage
;
96
97
QLabel
*
myPalettesLabel
;
98
QComboBox
*
myPalette
;
99
QListWidget*
myCategories
;
100
QPushButton
*
myOKButton
;
101
QPushButton
*
myCancelButton
;
102
QHBoxLayout*
myButtonLayout
;
103
104
std::vector<QHBoxLayout*>
mySpacedLayouts
;
105
106
protected
:
107
makVrv::DtDe
&
myDe
;
108
};
109
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)