OpenMS
TOPPASScene::TOPPProcess Struct Reference

Stores the information for a TOPP process. More...

#include <OpenMS/VISUAL/TOPPASScene.h>

Collaboration diagram for TOPPASScene::TOPPProcess:
[legend]

Public Member Functions

 TOPPProcess (QProcess *p, const QString &cmd, const QStringList &arg, TOPPASToolVertex *const tool)
 Constructor. More...
 

Public Attributes

QProcessproc
 The process. More...
 
QString command
 The command. More...
 
QStringList args
 The arguments. More...
 
TOPPASToolVertextv
 The tool which is started (used to call its slots) More...
 

Detailed Description

Stores the information for a TOPP process.

Constructor & Destructor Documentation

◆ TOPPProcess()

TOPPProcess ( QProcess p,
const QString &  cmd,
const QStringList &  arg,
TOPPASToolVertex *const  tool 
)
inline

Constructor.

Member Data Documentation

◆ args

QStringList args

The arguments.

◆ command

QString command

The command.

◆ proc

QProcess* proc

The process.

◆ tv

The tool which is started (used to call its slots)