Class that displays all meta information of sample objects. More...
#include <OpenMS/VISUAL/VISUALIZER/SampleVisualizer.h>
Public Slots | |
| void | store () |
Public Member Functions | |
| SampleVisualizer (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 and buttons | |
| QLineEdit * | samplename_ |
| QLineEdit * | samplenumber_ |
| QLineEdit * | sampleorganism_ |
| QTextEdit * | samplecomment_ |
| QComboBox * | samplestate_ |
| QLineEdit * | samplemass_ |
| QLineEdit * | samplevolume_ |
| QLineEdit * | sampleconcentration_ |
Class that displays all meta information of sample objects.
This class provides all functionality to view the meta information of an object of type Sample.
| SampleVisualizer | ( | 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< Sample >.
QTextEdit* samplecomment_ [protected] |
QLineEdit* sampleconcentration_ [protected] |
QLineEdit* samplemass_ [protected] |
QLineEdit* samplename_ [protected] |
QLineEdit* samplenumber_ [protected] |
QLineEdit* sampleorganism_ [protected] |
QComboBox* samplestate_ [protected] |
QLineEdit* samplevolume_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:59 using doxygen 1.7.1 |