#include <OpenMS/VISUAL/VISUALIZER/InstrumentVisualizer.h>
This class provides all functionality to view the meta information of an object of type HPLC.
Public Member Functions | |
InstrumentVisualizer (bool editable=FALSE, QWidget *parent=0) | |
Default constructor. | |
void | load (Instrument &s) |
Loads the meta data from the object to the viewer. | |
Private Slots | |
void | store_ () |
Saves the changes made to the meta data into the object. | |
void | reject_ () |
Deletes all changes made in the viewer and restores the original meta data. | |
Private Attributes | |
Instrument * | ptr_ |
Pointer to current object to keep track of the actual object. | |
Instrument | tempinstrument_ |
Copy of current object for restoring the original values. | |
Edit fields and buttons | |
QLineEdit * | instrument_name_ |
QLineEdit * | instrument_vendor_ |
QLineEdit * | instrument_model_ |
QTextEdit * | instrument_customizations_ |
InstrumentVisualizer | ( | bool | editable = FALSE , |
|
QWidget * | parent = 0 | |||
) |
Default constructor.
void load | ( | Instrument & | s | ) |
Loads the meta data from the object to the viewer.
void store_ | ( | ) | [private, virtual, slot] |
void reject_ | ( | ) | [private, virtual, slot] |
Deletes all changes made in the viewer and restores the original meta data.
Implements BaseVisualizer.
Instrument* ptr_ [private] |
Pointer to current object to keep track of the actual object.
Instrument tempinstrument_ [private] |
Copy of current object for restoring the original values.
QLineEdit* instrument_name_ [private] |
QLineEdit* instrument_vendor_ [private] |
QLineEdit* instrument_model_ [private] |
QTextEdit* instrument_customizations_ [private] |
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |