36 #ifndef OPENMS_VISUAL_DIALOGS_TOPPVIEWOPENDIALOG_H
37 #define OPENMS_VISUAL_DIALOGS_TOPPVIEWOPENDIALOG_H
39 #include <OpenMS/VISUAL/DIALOGS/UIC/ui_TOPPViewOpenDialog.h>
43 class QAbstractButton;
56 public Ui::TOPPViewOpenDialogTemplate
67 bool viewMapAs2D()
const;
69 bool viewMapAs1D()
const;
71 bool isCutoffEnabled()
const;
73 bool openAsNewWindow()
const;
75 Int getMergeLayer()
const;
78 void disableDimension(
bool as_2d);
80 void disableCutoff(
bool cutoff_on);
82 void disableLocation(
bool window);
92 void updateViewMode_(QAbstractButton * button);
100 #endif // OPENMS_VISUAL_DIALOGS_TOPPVIEWOPENDIALOG_H
A more convenient string class.
Definition: String.h:56
bool map_as_2d_disabled_
Stores if this option is disabled, to avoid activating it in updateViewMode_()
Definition: TOPPViewOpenDialog.h:96
Dataset opening options for TOPPView.
Definition: TOPPViewOpenDialog.h:54
int Int
Signed integer type.
Definition: Types.h:100