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

PeptideHitVisualizer Class Reference

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

Inheritance diagram for PeptideHitVisualizer:

BaseVisualizer DataTable QWidget

List of all members.


Detailed Description

Class that displays all meta information for PeptideHit objects.

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

Public Member Functions

 PeptideHitVisualizer (bool editable=FALSE, QWidget *parent=0)
 Default constructor.
void load (PeptideHit &h)
 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

PeptideHitptr_
 Pointer to current object to keep track of the actual object.
PeptideHit tempPeptideHit_
 Copy of current object for restoring the original values.
Edit fields
QLineEdit * peptidehit_score_
QLineEdit * peptidehit_charge_
QLineEdit * peptidehit_rank_
QTextEdit * peptidehit_sequence_


Constructor & Destructor Documentation

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

Default constructor.


Member Function Documentation

void load ( PeptideHit h  ) 

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.


Member Data Documentation

QLineEdit* peptidehit_score_ [private]

QLineEdit* peptidehit_charge_ [private]

QLineEdit* peptidehit_rank_ [private]

QTextEdit* peptidehit_sequence_ [private]

PeptideHit* ptr_ [private]

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

PeptideHit tempPeptideHit_ [private]

Copy of current object for restoring the original values.


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