Class that displays all meta information for ProteinIdentification objects. More...
#include <OpenMS/VISUAL/VISUALIZER/ProteinIdentificationVisualizer.h>
Public Slots | |
| void | store () |
Public Member Functions | |
| ProteinIdentificationVisualizer (bool editable=FALSE, QWidget *parent=0, MetaDataBrowser *caller=0) | |
| Constructor. | |
| void | load (ProteinIdentification &s, int tree_item_id) |
| Loads the meta data from the object to the viewer. Gets the id of the item in the tree as parameter. | |
Protected Slots | |
| void | updateTree_ () |
| Updates the tree by calling MetaDataBrowser::updateProteinHits(). | |
| void | undo_ () |
| Undo the changes made in the GUI. | |
Protected Attributes | |
| MetaDataBrowser * | pidv_caller_ |
| Pointer to MetaDataBrowser. | |
| int | tree_id_ |
| The id of the item in the tree. | |
| QLineEdit * | filter_threshold_ |
| Threshold for foltering by score. | |
Edit fields and buttons | |
| QLineEdit * | engine_ |
| QLineEdit * | engine_version_ |
| QLineEdit * | identification_date_ |
| QLineEdit * | identification_threshold_ |
| QLineEdit * | identifier_ |
| QLineEdit * | score_type_ |
| QComboBox * | higher_better_ |
| QLineEdit * | db_ |
| QLineEdit * | db_version_ |
| QLineEdit * | taxonomy_ |
| QLineEdit * | charges_ |
| QLineEdit * | missed_cleavages_ |
| QLineEdit * | peak_tolerance_ |
| QLineEdit * | precursor_tolerance_ |
| QComboBox * | mass_type_ |
| QComboBox * | enzyme_ |
Class that displays all meta information for ProteinIdentification objects.
This class provides all functionality to view the meta information of an object of type Identification.
| ProteinIdentificationVisualizer | ( | bool | editable = FALSE, |
|
| QWidget * | parent = 0, |
|||
| MetaDataBrowser * | caller = 0 | |||
| ) |
Constructor.
| void load | ( | ProteinIdentification & | s, | |
| int | tree_item_id | |||
| ) |
Loads the meta data from the object to the viewer. Gets the id of the item in the tree as parameter.
| void store | ( | ) | [slot] |
| void undo_ | ( | ) | [protected, slot] |
Undo the changes made in the GUI.
| void updateTree_ | ( | ) | [protected, slot] |
Updates the tree by calling MetaDataBrowser::updateProteinHits().
Calls MetaDataBrowser::updateProteinHits().
Updates the tree depending of the protein significance threshold.
Only ProteinHits with a score superior or equal to the current threshold will be displayed.
QLineEdit* charges_ [protected] |
QLineEdit* db_ [protected] |
QLineEdit* db_version_ [protected] |
QLineEdit* engine_ [protected] |
QLineEdit* engine_version_ [protected] |
QComboBox* enzyme_ [protected] |
QLineEdit* filter_threshold_ [protected] |
Threshold for foltering by score.
QComboBox* higher_better_ [protected] |
QLineEdit* identification_date_ [protected] |
QLineEdit* identification_threshold_ [protected] |
QLineEdit* identifier_ [protected] |
QComboBox* mass_type_ [protected] |
QLineEdit* missed_cleavages_ [protected] |
QLineEdit* peak_tolerance_ [protected] |
MetaDataBrowser* pidv_caller_ [protected] |
Pointer to MetaDataBrowser.
QLineEdit* precursor_tolerance_ [protected] |
QLineEdit* score_type_ [protected] |
QLineEdit* taxonomy_ [protected] |
int tree_id_ [protected] |
The id of the item in the tree.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:59 using doxygen 1.7.1 |