57 void refreshAtmDensityModel();
58 void refreshGeoMagFluxSource();
59 void refreshGeoMagFluxUpdateRate();
60 void refreshSunPosition();
62 void onFluxApFileChanged(
bool checked);
65 QVBoxLayout* mainLayout_{
nullptr};
68 QGroupBox* modelGroup_{
nullptr};
69 QGridLayout* modelLayout_{
nullptr};
70 QHBoxLayout* typeLayout_{
nullptr};
71 QLabel* typeLabel_{
nullptr};
72 QComboBox* typeCombo_{
nullptr};
73 QHBoxLayout* cdLayout_{
nullptr};
74 QLabel* cdLabel_{
nullptr};
76 QHBoxLayout* areaMassLayout_{
nullptr};
77 QLabel* areaMassLabel_{
nullptr};
81 QGroupBox* atmDensityGroup_{
nullptr};
82 QGridLayout* atmDensityLayout_{
nullptr};
83 QHBoxLayout* mainAtmLayout_{
nullptr};
84 QLabel* mainAtmLabel_{
nullptr};
85 QComboBox* mainAtmCombo_{
nullptr};
86 QHBoxLayout* lowAltAtmLayout_{
nullptr};
87 QLabel* lowAltAtmLabel_{
nullptr};
88 QComboBox* lowAltAtmCombo_{
nullptr};
89 QHBoxLayout* blendingRangeLayout_{
nullptr};
90 QLabel* blendingRangeLabel_{
nullptr};
94 QGroupBox* solarGeoMagGroup_{
nullptr};
95 QGridLayout* solarGeoMagLayout_{
nullptr};
96 QHBoxLayout* fluxSourceLayout_{
nullptr};
97 QLabel* fluxSourceLabel_{
nullptr};
98 QComboBox* fluxSourceCombo_{
nullptr};
101 QHBoxLayout* f10p7DailyLayout_{
nullptr};
102 QLabel* f10p7DailyLabel_{
nullptr};
104 QHBoxLayout* f10p7AverageLayout_{
nullptr};
105 QLabel* f10p7AverageLabel_{
nullptr};
106 UiDouble* f10p7AverageEdit_{
nullptr};
107 QHBoxLayout* kpLayout_{
nullptr};
108 QLabel* kpLabel_{
nullptr};
112 QHBoxLayout* fluxApFileLayout_{
nullptr};
113 QLabel* fluxApFileLabel_{
nullptr};
115 QHBoxLayout* geoMagFluxUpdateRateLayout_{
nullptr};
116 QLabel* geoMagFluxUpdateRateLabel_{
nullptr};
117 QComboBox* geoMagFluxUpdateRateCombo_{
nullptr};
118 QHBoxLayout* geoMagFluxSourceLayout_{
nullptr};
119 QLabel* geoMagFluxSourceLabel_{
nullptr};
120 QComboBox* geoMagFluxSourceCombo_{
nullptr};
123 QGroupBox* calcOptionsGroup_{
nullptr};
124 QVBoxLayout* calcOptionsLayout_{
nullptr};
125 QHBoxLayout* useApproxAltLayout_{
nullptr};
126 QCheckBox* useApproxAltCheck_{
nullptr};
127 QHBoxLayout* sunPositionLayout_{
nullptr};
128 QLabel* sunPositionLabel_{
nullptr};
129 QComboBox* sunPositionCombo_{
nullptr};