OpenMS
|
struct for all information about a check box of an ion More...
#include <OpenMS/VISUAL/DIALOGS/TheoreticalSpectrumGenerationDialog.h>
Public Member Functions | |
CheckBox (QDoubleSpinBox **sb, QLabel **l, std::array< CheckBoxState, 3 > s, std::pair< String, String > p_t, std::pair< String, String > p_s) | |
Constructor. More... | |
Public Attributes | |
QDoubleSpinBox ** | ptr_to_spin_box |
pointer to the corresponding ion intensity spin box More... | |
QLabel ** | ptr_to_spin_label |
pointer to the label of the spin box More... | |
const std::array< CheckBoxState, 3 > | state |
State of this check box depending on sequence type ("Peptide", "RNA", "Metabolite") More... | |
const std::pair< String, String > | param_this |
parameter with description of this ion More... | |
const std::pair< String, String > | param_spin |
parameter with description of the ion intensity More... | |
struct for all information about a check box of an ion
CheckBox | ( | QDoubleSpinBox ** | sb, |
QLabel ** | l, | ||
std::array< CheckBoxState, 3 > | s, | ||
std::pair< String, String > | p_t, | ||
std::pair< String, String > | p_s | ||
) |
Constructor.
QDoubleSpinBox** ptr_to_spin_box |
pointer to the corresponding ion intensity spin box
QLabel** ptr_to_spin_label |
pointer to the label of the spin box
const std::array<CheckBoxState, 3> state |
State of this check box depending on sequence type ("Peptide", "RNA", "Metabolite")