OpenMS
Loading...
Searching...
No Matches
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.
 

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)
 

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)