35 #ifndef OPENMS_VISUAL_DIALOGS_TOPPVIEWOPENDIALOG_H 36 #define OPENMS_VISUAL_DIALOGS_TOPPVIEWOPENDIALOG_H 39 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 41 #include <OpenMS/VISUAL/DIALOGS/UIC/ui_TOPPViewOpenDialog.h> 45 class QAbstractButton;
58 public Ui::TOPPViewOpenDialogTemplate
69 bool viewMapAs2D()
const;
71 bool viewMapAs1D()
const;
73 bool isCutoffEnabled()
const;
75 bool openAsNewWindow()
const;
77 Int getMergeLayer()
const;
80 void disableDimension(
bool as_2d);
82 void disableCutoff(
bool cutoff_on);
84 void disableLocation(
bool window);
94 void updateViewMode_(QAbstractButton * button);
102 #endif // OPENMS_VISUAL_DIALOGS_TOPPVIEWOPENDIALOG_H
A more convenient string class.
Definition: String.h:57
bool map_as_2d_disabled_
Stores if this option is disabled, to avoid activating it in updateViewMode_()
Definition: TOPPViewOpenDialog.h:98
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Dataset opening options for TOPPView.
Definition: TOPPViewOpenDialog.h:56
int Int
Signed integer type.
Definition: Types.h:103
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:51