OpenMS
|
TOPP tool configuration dialog. More...
#include <OpenMS/VISUAL/DIALOGS/TOPPASToolConfigDialog.h>
Public Member Functions | |
TOPPASToolConfigDialog (QWidget *parent, Param ¶m, const String &default_dir, const String &tool_name, const String &tool_type, const String &tool_desc, const QVector< String > &hidden_entries) | |
Constructor. More... | |
~TOPPASToolConfigDialog () override | |
Destructor. More... | |
Protected Slots | |
void | ok_ () |
Slot for OK button. More... | |
void | loadINI_ () |
loads an ini-file into the editor_ More... | |
void | storeINI_ () |
stores an ini-file from the editor_ More... | |
Private Attributes | |
ParamEditor * | editor_ |
ParamEditor for reading ini-files. More... | |
Param * | param_ |
The param we are editing. More... | |
Param | arg_param_ |
Param for loading the ini-file. More... | |
String | default_dir_ |
default-dir of ini-file to open More... | |
QString | filename_ |
name of ini-file More... | |
String | tool_name_ |
The name of the tool. More... | |
String | tool_type_ |
The type of the tool. More... | |
QVector< String > | hidden_entries_ |
The parameters already explained by in edges. More... | |
TOPP tool configuration dialog.
In the dialog, the user can set the parameters for the tool
This information can then be used to execute the tool.
TOPPASToolConfigDialog | ( | QWidget * | parent, |
Param & | param, | ||
const String & | default_dir, | ||
const String & | tool_name, | ||
const String & | tool_type, | ||
const String & | tool_desc, | ||
const QVector< String > & | hidden_entries | ||
) |
Constructor.
parent | Qt parent widget |
param | The param we are editing |
default_dir | The default directory for loading and storing INI files |
tool_name | The name of the TOPP tool (used to invoke it on the commandline) |
tool_type | The type of the tool ('-type' parameter of TOPP tool on the commandline). Leave empty if no type exists. |
tool_desc | The tool description |
hidden_entries | List of entries that are used already in edges etc and should not be shown |
|
override |
Destructor.
|
protectedslot |
loads an ini-file into the editor_
|
protectedslot |
Slot for OK button.
|
protectedslot |
stores an ini-file from the editor_
|
private |
default-dir of ini-file to open
|
private |
ParamEditor for reading ini-files.
|
private |
name of ini-file
|
private |
The parameters already explained by in edges.
|
private |
The param we are editing.
|
private |
The name of the tool.
|
private |
The type of the tool.