12 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
18 #include <QtCore/QVector>
57 param_name(rhs.param_name),
58 valid_types(rhs.valid_types)
75 return type == IOT_FILE;
99 static bool isAnyList(
const QVector<IOInfo>& params)
101 for (
const auto& p : params)
103 if (p.type == IOT_LIST)
return true;
127 virtual std::unique_ptr<TOPPASVertex>
clone()
const override;
138 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option,
QWidget* widget)
override;
144 void reset(
bool reset_all_files =
false)
override;
254 bool tool_ready_{
true};
256 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:62
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