Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

IonDetectorVisualizer Class Reference

#include <OpenMS/VISUAL/VISUALIZER/IonDetectorVisualizer.h>

Inheritance diagram for IonDetectorVisualizer:

BaseVisualizer DataTable QWidget

List of all members.


Detailed Description

Class that displays all meta information for IonDetector objects.

This class provides all functionality to view the meta information of an object of type IonDetector.

Public Member Functions

 IonDetectorVisualizer (bool editable=FALSE, QWidget *parent=0)
 Default constructor.
void load (IonDetector &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 Member Functions

void update_ ()
 Sets the comboboxes with current values.

Private Attributes

IonDetectorptr_
 Pointer to current object to keep track of the actual object.
IonDetector tempiondetector_
 Copy of current object for restoring the original values.
edit fields to modify properties
QLineEdit * iondetector_res_
QLineEdit * iondetector_freq_
Comboboxes to choose properties
QComboBox * iondetector_type_
QComboBox * iondetector_ac_mode_


Constructor & Destructor Documentation

IonDetectorVisualizer ( bool  editable = FALSE,
QWidget parent = 0 
)

Default constructor.


Member Function Documentation

void load ( IonDetector s  ) 

Loads the meta data from the object to the viewer.

void store_ (  )  [private, virtual, slot]

Saves the changes made to the meta data into the object.

Implements BaseVisualizer.

void reject_ (  )  [private, virtual, slot]

Deletes all changes made in the viewer and restores the original meta data.

Implements BaseVisualizer.

void update_ (  )  [private]

Sets the comboboxes with current values.


Member Data Documentation

IonDetector* ptr_ [private]

Pointer to current object to keep track of the actual object.

IonDetector tempiondetector_ [private]

Copy of current object for restoring the original values.

QLineEdit* iondetector_res_ [private]

QLineEdit* iondetector_freq_ [private]

QComboBox* iondetector_type_ [private]

QComboBox* iondetector_ac_mode_ [private]


The documentation for this class was generated from the following file:
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1