35 #ifndef OPENMS_VISUAL_TOPPASMERGERVERTEX_H
36 #define OPENMS_VISUAL_TOPPASMERGERVERTEX_H
74 virtual String getName()
const;
78 bool allInputsReady();
80 bool roundBasedMode();
82 virtual void paint(QPainter * painter,
const QStyleOptionGraphicsItem * option,
QWidget * widget);
84 virtual QRectF boundingRect()
const;
86 virtual QPainterPath shape()
const;
88 virtual void markUnreachable();
94 void mergeFailed(
const QString message);
103 void mouseDoubleClickEvent(QGraphicsSceneMouseEvent * e);
A more convenient string class.
Definition: String.h:56
The base class of the different vertex classes.
Definition: TOPPASVertex.h:98
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:56