35 #ifndef OPENMS_VISUAL_TOPPASMERGERVERTEX_H
36 #define OPENMS_VISUAL_TOPPASMERGERVERTEX_H
77 virtual String getName()
const;
81 bool allInputsReady();
83 bool roundBasedMode();
85 virtual void paint(QPainter * painter,
const QStyleOptionGraphicsItem * option,
QWidget * widget);
87 virtual QRectF boundingRect()
const;
89 virtual QPainterPath shape()
const;
91 virtual void markUnreachable();
97 void mergeFailed(
const QString message);
106 void mouseDoubleClickEvent(QGraphicsSceneMouseEvent * e);
A more convenient string class.
Definition: String.h:57
The base class of the different vertex classes.
Definition: TOPPASVertex.h:101
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
bool round_based_mode_
Stores whether this merger is merging round based or merging all inputs into one list.
Definition: TOPPASMergerVertex.h:102
A special vertex that allows to merge several inputs.
Definition: TOPPASMergerVertex.h:59