35 #ifndef OPENMS_VISUAL_TOPPASMERGERVERTEX_H    36 #define OPENMS_VISUAL_TOPPASMERGERVERTEX_H    39 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>    77     virtual String getName() 
const;
    81     bool roundBasedMode();
    83     virtual void paint(QPainter* painter, 
const QStyleOptionGraphicsItem* option, 
QWidget* widget);
    85     virtual QRectF boundingRect() 
const;
    87     virtual QPainterPath shape() 
const;
    89     virtual void markUnreachable();
    95     void mergeFailed(
const QString message);
   104     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:100
 
A special vertex that allows to merge several inputs. 
Definition: TOPPASMergerVertex.h:59