 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
42 #include <QtWidgets/QDialog>
45 class QAbstractButton;
49 class TOPPViewOpenDialogTemplate;
73 bool viewMapAs2D()
const;
75 bool viewMapAs1D()
const;
77 bool isCutoffEnabled()
const;
79 bool isDataDIA()
const;
81 bool openAsNewWindow()
const;
83 Int getMergeLayer()
const;
86 void disableDimension(
bool as_2d);
88 void disableCutoff(
bool cutoff_on);
90 void disableLocation(
bool window);
96 void setMergeLayers(
const std::map<Size, String> & layers);
100 void updateViewMode_(QAbstractButton * button);
107 Ui::TOPPViewOpenDialogTemplate*
ui_;
@TODO loop over all runs
Definition: BayesianProteinInferenceAlgorithm.h:98
bool map_as_2d_disabled_
Stores if this option is disabled, to avoid activating it in updateViewMode_()
Definition: TOPPViewOpenDialog.h:104
Dataset opening options for TOPPView.
Definition: TOPPViewOpenDialog.h:61
A more convenient string class.
Definition: String.h:58
int Int
Signed integer type.
Definition: Types.h:102
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Definition: SwathWizardBase.h:62
Ui::TOPPViewOpenDialogTemplate * ui_
Definition: TOPPViewOpenDialog.h:107