OpenMS
|
Stores the information for a TOPP process. More...
#include <OpenMS/VISUAL/TOPPASScene.h>
Public Member Functions | |
TOPPProcess (QProcess *p, const QString &cmd, const QStringList &arg, TOPPASToolVertex *const tool) | |
Constructor. More... | |
Public Attributes | |
QProcess * | proc |
The process. More... | |
QString | command |
The command. More... | |
QStringList | args |
The arguments. More... | |
TOPPASToolVertex * | tv |
The tool which is started (used to call its slots) More... | |
Stores the information for a TOPP process.
|
inline |
Constructor.
QStringList args |
The arguments.
QString command |
The command.
QProcess* proc |
The process.
TOPPASToolVertex* tv |
The tool which is started (used to call its slots)