OpenMS
PeptideHitVisualizer.h
Go to the documentation of this file.
1 // Copyright (c) 2002-2023, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer:Timo Sachsenberg $
6 // $Authors: Marc Sturm $
7 // --------------------------------------------------------------------------
8 
9 #pragma once
10 
11 // OpenMS_GUI config
12 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
13 
14 //OpenMS
18 
19 namespace OpenMS
20 {
26  class OPENMS_GUI_DLLAPI PeptideHitVisualizer :
27  public BaseVisualizerGUI,
28  public BaseVisualizer<PeptideHit>
29  {
30  Q_OBJECT
31 
32 public:
33 
35  PeptideHitVisualizer(bool editable = false, QWidget * parent = nullptr);
36 
37 public slots:
38 
39  //Docu in base class
40  void store() override;
41 
42 protected slots:
43 
45  void undo_();
46 
47 protected:
48 
50 
56 
57  //Docu in base class
58  void update_() override;
59  };
60 
61 
62 }
A base class for all visualizer classes.
Definition: BaseVisualizerGUI.h:40
A base class for all visualizer classes.
Definition: BaseVisualizer.h:28
Class that displays all meta information for PeptideHit objects.
Definition: PeptideHitVisualizer.h:29
QLineEdit * peptidehit_score_
Definition: PeptideHitVisualizer.h:51
PeptideHitVisualizer(bool editable=false, QWidget *parent=nullptr)
Constructor.
QTextEdit * peptidehit_sequence_
Definition: PeptideHitVisualizer.h:54
QLineEdit * peptidehit_rank_
Definition: PeptideHitVisualizer.h:53
void undo_()
Undo the changes made in the GUI.
QLineEdit * peptidehit_charge_
Definition: PeptideHitVisualizer.h:52
void update_() override
Updates the GUI from the temp_ variable.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22