OpenMS
|
#include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <QPainter>
#include <QPainterPath>
#include <QtWidgets/QGraphicsSceneMouseEvent>
#include <QtWidgets/QGraphicsSceneContextMenuEvent>
#include <QtWidgets/QGraphicsItem>
#include <QtWidgets/QMenu>
#include <QtCore/QProcess>
#include <QtCore/QStringList>
Go to the source code of this file.
Classes | |
class | TOPPASVertex |
The base class of the different vertex classes. More... | |
class | TOPPASVertex::TOPPASFilenames |
struct | TOPPASVertex::VertexRoundPackage |
Info for one edge and round, to be passed to next node. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Macros | |
#define | __DEBUG_BEGIN_METHOD__ {} |
#define | __DEBUG_END_METHOD__ {} |
struct OpenMS::TOPPASVertex::VertexRoundPackage |
Info for one edge and round, to be passed to next node.
Class Members | ||
---|---|---|
TOPPASEdge * | edge | edge that connects the upstream node to the current one |
TOPPASFilenames | filenames | filenames passed from upstream node in this round |
#define __DEBUG_BEGIN_METHOD__ {} |
#define __DEBUG_END_METHOD__ {} |