#include <OpenMS/VISUAL/VISUALIZER/SoftwareVisualizer.h>
This class provides all functionality to view the meta information of an object of type Software.
Public Member Functions | |
SoftwareVisualizer (bool editable=FALSE, QWidget *parent=0) | |
Default constructor. | |
void | load (Software &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 | |
Software * | ptr_ |
Pointer to current object to keep track of the actual object. | |
Software | tempsoftware_ |
Copy of current object for restoring the original values. | |
Edit fields and buttons | |
QLineEdit * | software_name_ |
QLineEdit * | software_version_ |
QTextEdit * | software_comment_ |
QLineEdit * | software_completion_time_ |
SoftwareVisualizer | ( | bool | editable = FALSE , |
|
QWidget * | parent = 0 | |||
) |
Default constructor.
void load | ( | Software & | 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.
Software tempsoftware_ [private] |
Copy of current object for restoring the original values.
QLineEdit* software_name_ [private] |
QLineEdit* software_version_ [private] |
QTextEdit* software_comment_ [private] |
QLineEdit* software_completion_time_ [private] |
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |