.Simulation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
SchedulerGUI::GasCombo Class Reference

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...
 

Detailed Description

Object used for grouping together a spin box and a combo box that are used for picking gases that will be in the simulation.

Member Data Documentation

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.


The documentation for this class was generated from the following files: