8 #ifndef AtmosphereEngine_AtmosphereInputPanel_h
9 #define AtmosphereEngine_AtmosphereInputPanel_h
12 #include <QColorDialog>
13 #include <QFileDialog>
17 #include <QRadioButton>
18 #include <QHBoxLayout>
21 #include <QPushButton>
22 #include <QScrollArea>
24 #include <QPlainTextEdit>
32 void create(QLayout* layout_);
64 void styleAndAddWidget(QWidget* widget_,
int width_,
int height_,
int fontSize, Qt::GlobalColor color_,
bool boldFont_,
bool italicFont_, QLayout* layout_);
65 void addSpacerLine(QLayout* layout_);
68 QLineEdit* lowRedEdit;
69 QLineEdit* highRedEdit;
70 QLineEdit* lowGreenEdit;
71 QLineEdit* highGreenEdit;
72 QLineEdit* lowBlueEdit;
73 QLineEdit* highBlueEdit;
74 QLineEdit* innerRadiusEdit;
75 QLineEdit* outerRadiusEdit;
76 QLineEdit* densityEdit;
78 QLabel* planetRadiusLabel;
80 QLabel* switchLayerSelected;
81 QPlainTextEdit* modifyChemicalBox;
82 QLineEdit* modifyDensitylBox;
84 QPushButton* setColorButton;
85 QPushButton* addLayerButton;
86 QPushButton* layerUpButton;
87 QPushButton* layerDownButton;
88 QPushButton* layerDeleteButton;
89 QPushButton* layerEnableDisableButton;
90 QPushButton* updateChemicalButton;
91 QPushButton* updateDensityButton;
Definition: AtmosphereComposition.h:20