OpenMS  3.0.0
FLASHDeconvTabWidget.h
Go to the documentation of this file.
1 // --------------------------------------------------------------------------
2 // OpenMS -- Open-Source Mass Spectrometry
3 // --------------------------------------------------------------------------
4 // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
5 // ETH Zurich, and Freie Universitaet Berlin 2002-2020.
6 //
7 // This software is released under a three-clause BSD license:
8 // * Redistributions of source code must retain the above copyright
9 // notice, this list of conditions and the following disclaimer.
10 // * Redistributions in binary form must reproduce the above copyright
11 // notice, this list of conditions and the following disclaimer in the
12 // documentation and/or other materials provided with the distribution.
13 // * Neither the name of any author or any participating institution
14 // may be used to endorse or promote products derived from this software
15 // without specific prior written permission.
16 // For a full list of authors, refer to the file AUTHORS.
17 // --------------------------------------------------------------------------
18 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 // ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22 // INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23 // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24 // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25 // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26 // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27 // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28 // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 //
30 // --------------------------------------------------------------------------
31 // $Maintainer: Jihyung Kim $
32 // $Authors: Jihyung Kim $
33 // --------------------------------------------------------------------------
34 
35 #pragma once
36 
37 // OpenMS_GUI config
38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
39 
46 
47 #include <QTabWidget> // our base class
48 
49 #include <vector>
50 #include <utility> // for std::pair
51 
52 namespace Ui
53 {
54  class FLASHDeconvTabWidget;
55 }
56 
57 namespace OpenMS
58 {
59  class InputFile;
60  class OutputDirectory;
61  class ParamEditor;
62 
63 
64  namespace Internal
65  {
66  class FLASHDeconvTabWidget;
67 
72  {
73  public:
75 
77  private:
81  };
82 
84  class OPENMS_GUI_DLLAPI FLASHDeconvTabWidget : public QTabWidget
85  {
86  Q_OBJECT
87 
88  public:
89  friend class FLASHDeconvGUILock;
90 
91  explicit FLASHDeconvTabWidget(QWidget *parent = nullptr);
93 
95 
96  private slots:
101  void broadcastNewCWD_(const QString& new_cwd);
102 
103  private:
106 
109 
111  void updateOutputParamFromPerInputFile(const QString& input_file_name);
112 
114 
116 
118  QString getCurrentOutDir_() const;
119 
123  void writeLog_(const QString& text, const QColor& color = "#000000", bool new_section = false);
125  void writeLog_(const String& text, const QColor& color = "#000000", bool new_section = false);
126 
130 
131  Ui::FLASHDeconvTabWidget *ui;
135 
137  };
138 
139  }
140 } // ns OpenMS
141 
142 // this is required to allow Ui_FLASHDeconvTabWidget (auto UIC'd from .ui) to have a InputFile member
OpenMS::InputFile InputFile
Definition: FLASHDeconvTabWidget.h:143
OpenMS::OutputDirectory OutputDirectory
Definition: FLASHDeconvTabWidget.h:144
OpenMS::ParamEditor ParamEditor
Definition: FLASHDeconvTabWidget.h:145
A wrapper around ExternalProcess to conveniently show a MessageBox when an error occurs.
Definition: ExternalProcessMBox.h:55
RAII class to disable the GUI and set a busy cursor and go back to the original state when this class...
Definition: GUIHelpers.h:138
A simple widget with a line-edit and a browse button to choose filenames.
Definition: gui/include/OpenMS/VISUAL/InputFile.h:57
RAII class to switch to certain TabWidget, disable the GUI and go back to the orignal Tab when this c...
Definition: FLASHDeconvTabWidget.h:72
FLASHDeconvGUILock(FLASHDeconvTabWidget *ftw)
FLASHDeconvTabWidget * ftw_
Definition: FLASHDeconvTabWidget.h:78
GUIHelpers::GUILock glock_
Definition: FLASHDeconvTabWidget.h:80
QWidget * old_
Definition: FLASHDeconvTabWidget.h:79
A multi-tabbed widget for the FLASHDeconvWizard offering setting of parameters, input-file specificat...
Definition: FLASHDeconvTabWidget.h:85
FLASHDeconvTabWidget(QWidget *parent=nullptr)
void updateFLASHDeconvParamFromWidgets_()
collect all parameters throughout the Wizard's controls and update 'flashdeconv_param_'
Ui::FLASHDeconvTabWidget * ui
Definition: FLASHDeconvTabWidget.h:131
ExternalProcessMBox ep_
to run external programs and pipe their output into our log
Definition: FLASHDeconvTabWidget.h:136
void writeLog_(const QString &text, const QColor &color="#000000", bool new_section=false)
Param flashdeconv_param_outputs_
Parameter set for different output formats.
Definition: FLASHDeconvTabWidget.h:133
void updateOutputParamFromWidgets_()
collect output format parameters from the Wizard's control and update 'flashdeconv_output_tags_'
Param flashdeconv_param_
the global FLASHDeconv parameters which will be passed to FLASHDeconv.exe, once updated with paramete...
Definition: FLASHDeconvTabWidget.h:132
QString getCurrentOutDir_() const
where to write output
void setWidgetsfromFDDefaultParam_()
update Widgets given a param object
void writeLog_(const String &text, const QColor &color="#000000", bool new_section=false)
convenient overload for String
void broadcastNewCWD_(const QString &new_cwd)
update the current working directory for all file input fields
void updateOutputParamFromPerInputFile(const QString &input_file_name)
update 'flashdeconv_param_outputs' with given input file name
StringList flashdeconv_output_tags_
list of output parameter names checked by the user
Definition: FLASHDeconvTabWidget.h:134
A simple widget with a line-edit and a browse button to choose filenames.
Definition: OutputDirectory.h:57
A GUI for editing or viewing a Param object.
Definition: ParamEditor.h:180
Management and storage of parameters / INI files.
Definition: Param.h:70
A more convenient string class.
Definition: String.h:60
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
FLASHIda C++ to C# (or vice versa) bridge functions The functions here are called in C# to invoke fun...
Definition: FeatureDeconvolution.h:48
Definition: FLASHDeconvWizardBase.h:63