![]() |
.Simulation
|
Object used for grouping together a spin box and a combo box that are used for picking gases that will be in the simulation. More...
#include <GasCombo.h>
Public Member Functions | |
GasCombo () | |
Constructor. | |
void | Init () |
Initializes the gas combo. | |
Public Attributes | |
QComboBox * | ComboBox_ |
Combobox that allows users to pick from a list of gases. More... | |
QDoubleSpinBox * | SpinBox_ |
Spinbox that allows users to pick the percentage of a gas. More... | |
Object used for grouping together a spin box and a combo box that are used for picking gases that will be in the simulation.
QComboBox* SchedulerGUI::GasCombo::ComboBox_ |
Combobox that allows users to pick from a list of gases.
QDoubleSpinBox* SchedulerGUI::GasCombo::SpinBox_ |
Spinbox that allows users to pick the percentage of a gas.