38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
44 #include <QtCore/QVector>
83 param_name(rhs.param_name),
84 valid_types(rhs.valid_types)
100 return type == IOT_FILE;
104 return param_name.compare(rhs.
param_name) < 0;
121 for (QVector<IOInfo>::const_iterator it = params.begin();
122 it != params.end(); ++it)
124 if (it->type == IOT_LIST)
return true;
157 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option,
QWidget* widget)
override;
163 void reset(
bool reset_all_files =
false)
override;
273 bool tool_ready_{
true};
275 bool breakpoint_set_{
false};
Management and storage of parameters / INI files.
Definition: Param.h:70
A more convenient string class.
Definition: String.h:61
A container for all visual items of a TOPPAS workflow.
Definition: TOPPASScene.h:87
The base class of the different vertex classes.
Definition: TOPPASVertex.h:104
std::vector< RoundPackage > RoundPackages
all information a node needs to process all rounds
Definition: TOPPASVertex.h:165
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47