38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 76 String getName()
const override;
80 bool roundBasedMode();
82 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option,
QWidget* widget)
override;
84 QRectF boundingRect()
const override;
86 QPainterPath shape()
const override;
88 void markUnreachable()
override;
94 void mergeFailed(
const QString message);
103 void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* e)
override;
A more convenient string class.
Definition: String.h:57
The base class of the different vertex classes.
Definition: TOPPASVertex.h:100
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
bool round_based_mode_
Stores whether this merger is merging round based or merging all inputs into one list.
Definition: TOPPASMergerVertex.h:99
A special vertex that allows to merge several inputs.
Definition: TOPPASMergerVertex.h:58