12 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
18 #include <QtCore/QVector>
57 param_name(rhs.param_name),
58 valid_types(rhs.valid_types)
74 return type == IOT_FILE;
93 static bool isAnyList(
const QVector<IOInfo>& params)
95 for (QVector<IOInfo>::const_iterator it = params.begin();
96 it != params.end(); ++it)
98 if (it->type == IOT_LIST)
return true;
131 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option,
QWidget* widget)
override;
137 void reset(
bool reset_all_files =
false)
override;
247 bool tool_ready_{
true};
249 bool breakpoint_set_{
false};
Management and storage of parameters / INI files.
Definition: Param.h:44
A more convenient string class.
Definition: String.h:34
Definition: TOPPASScene.h:61
The base class of the different vertex classes.
Definition: TOPPASVertex.h:78
std::vector< RoundPackage > RoundPackages
all information a node needs to process all rounds
Definition: TOPPASVertex.h:139
unsigned int UInt
Unsigned integer type.
Definition: Types.h:64
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:44
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19