|
OpenMS
2.6.0
|
Go to the documentation of this file.
38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
94 void on_run_swath_clicked();
95 void on_edit_advanced_parameters_clicked();
97 void broadcastNewCWD_(
const QString& new_cwd);
100 void on_btn_runPyProphet_clicked();
102 void on_btn_pyresults_clicked();
107 bool findPythonScript_(
const String& path_to_python_exe,
String& script_name);
110 void updateSwathParamFromWidgets_();
113 void updateWidgetsfromSwathParam_();
116 QString getCurrentOutDir_()
const;
120 std::vector<std::pair<String, bool>> getPyProphetInputFiles()
const;
123 void checkPyProphetInput_();
131 void writeLog_(
const QString& text,
const QColor& color =
"#000000",
bool new_section =
false);
133 void writeLog_(
const String& text,
const QColor& color =
"#000000",
bool new_section =
false);
137 bool checkOSWInputReady_();
139 Ui::SwathTabWidget *
ui;
A simple widget with a line-edit and a browse button to choose filenames.
Definition: OutputDirectory.h:55
A more convenient string class.
Definition: String.h:59
QWidget * old_
Definition: SwathTabWidget.h:76
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Definition: SwathWizardBase.h:62
GUILock(SwathTabWidget *stw)
RAII class to switch to certain TabWidget, disable the GUI and go back to the orignal Tab when this c...
Definition: SwathTabWidget.h:68
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
A wrapper around ExternalProcess to conveniently show a MessageBox when an error occurs.
Definition: ExternalProcessMBox.h:54
A GUI for editing or viewing a Param object.
Definition: ParamEditor.h:176
Management and storage of parameters / INI files.
Definition: Param.h:73
bool was_enabled_
Definition: SwathTabWidget.h:77
SwathTabWidget * stw_
Definition: SwathTabWidget.h:75