OpenMS
Loading...
Searching...
No Matches
IonDetectorVisualizer.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- 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
19namespace OpenMS
20{
26 class OPENMS_GUI_DLLAPI IonDetectorVisualizer :
27 public BaseVisualizerGUI,
28 public BaseVisualizer<IonDetector>
29 {
30 Q_OBJECT
31
32public:
33
35 IonDetectorVisualizer(bool editable = false, QWidget * parent = nullptr);
36
37public slots:
38
39 //Docu in base class
40 void store() override;
41
42protected slots:
43
45 void undo_();
46
47protected:
48
50
54 QComboBox * type_;
55 QComboBox * ac_mode_;
57
58 //Docu in base class
59 void update_() override;
60 };
61}
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 IonDetector objects.
Definition IonDetectorVisualizer.h:29
QComboBox * type_
Definition IonDetectorVisualizer.h:54
QLineEdit * res_
Definition IonDetectorVisualizer.h:52
QLineEdit * freq_
Definition IonDetectorVisualizer.h:53
void undo_()
Undo the changes made in the GUI.
QComboBox * ac_mode_
Definition IonDetectorVisualizer.h:55
void update_() override
Updates the GUI from the temp_ variable.
IonDetectorVisualizer(bool editable=false, QWidget *parent=nullptr)
Constructor.
QLineEdit * order_
Definition IonDetectorVisualizer.h:51
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19