OpenMS  2.4.0
Public Member Functions | Public Attributes | List of all members
TOPPASScene::TOPPProcess Struct Reference

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...
 

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)