|
OpenMS
2.6.0
|
Go to the documentation of this file.
38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
44 class InputFileTemplate;
66 void dragEnterEvent(QDragEnterEvent* e)
override;
68 void dropEvent(QDropEvent* e)
override;
69 void dragMoveEvent(QDragMoveEvent* pEvent)
override;
72 void setFilename(
const QString& filename);
75 QString getFilename()
const;
78 void setFileFormatFilter(
const QString& fff);
81 const QString& getCWD()
const;
83 void setCWD(
const QString& cwd,
bool force =
false);
87 void updatedCWD(QString new_cwd);
89 void updatedFile(QString new_path);
94 void showFileDialog();
104 Ui::InputFileTemplate*
ui_;
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Definition: SwathWizardBase.h:62