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. | |
Public Attributes | |
| QProcess * | proc |
| The process. | |
| QString | command |
| The command. | |
| QStringList | args |
| The arguments. | |
| TOPPASToolVertex * | tv |
| The tool which is started (used to call its slots). | |
Stores the information for a TOPP process.
| TOPPProcess | ( | QProcess * | p, | |
| const QString & | cmd, | |||
| const QStringList & | arg, | |||
| TOPPASToolVertex *const | tool | |||
| ) | [inline] |
Constructor.
| QStringList args |
The arguments.
| QString command |
The command.
The tool which is started (used to call its slots).
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1 |