Class that displays all meta information for MassAnalyzer objects. More...
#include <OpenMS/VISUAL/VISUALIZER/MassAnalyzerVisualizer.h>
Public Slots | |
| void | store () |
Public Member Functions | |
| MassAnalyzerVisualizer (bool editable=false, QWidget *parent=0) | |
| Constructor. | |
Protected Slots | |
| void | undo_ () |
| Undo the changes made in the GUI. | |
Protected Member Functions | |
| void | update_ () |
| Updates the GUI from the temp_ variable. | |
Protected Attributes | |
edit fields to modify properties | |
| QLineEdit * | order_ |
| QLineEdit * | res_ |
| QLineEdit * | acc_ |
| QLineEdit * | scan_rate_ |
| QLineEdit * | scan_time_ |
| QLineEdit * | TOF_ |
| QLineEdit * | iso_ |
| QLineEdit * | final_MS_ |
| QLineEdit * | magnetic_fs_ |
| QComboBox * | type_ |
| QComboBox * | res_method_ |
| QComboBox * | res_type_ |
| QComboBox * | scan_dir_ |
| QComboBox * | scan_law_ |
| QComboBox * | reflectron_state_ |
Class that displays all meta information for MassAnalyzer objects.
This class provides all functionality to view the meta information of an object of type MassAnalyzer.
| MassAnalyzerVisualizer | ( | bool | editable = false, |
|
| QWidget * | parent = 0 | |||
| ) |
Constructor.
| void store | ( | ) | [slot] |
| void undo_ | ( | ) | [protected, slot] |
Undo the changes made in the GUI.
| void update_ | ( | ) | [protected, virtual] |
Updates the GUI from the temp_ variable.
Reimplemented from BaseVisualizer< MassAnalyzer >.
QLineEdit* acc_ [protected] |
QLineEdit* final_MS_ [protected] |
QLineEdit* iso_ [protected] |
QLineEdit* magnetic_fs_ [protected] |
QLineEdit* order_ [protected] |
QComboBox* reflectron_state_ [protected] |
QLineEdit* res_ [protected] |
QComboBox* res_method_ [protected] |
QComboBox* res_type_ [protected] |
QComboBox* scan_dir_ [protected] |
QComboBox* scan_law_ [protected] |
QLineEdit* scan_rate_ [protected] |
QLineEdit* scan_time_ [protected] |
QLineEdit* TOF_ [protected] |
QComboBox* type_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:59 using doxygen 1.7.1 |