ProcRun Pile   version 0.0.1
ProcRun pile.
ProcRun Class Reference

Helper class to run a process. More...

#include <procrun.h>

+ Inheritance diagram for ProcRun:

Public Member Functions

 ProcRun ()
 Default constructor. More...
 
virtual ~ProcRun ()
 Destructor. More...
 
qint64 runDuration () const
 
void perform (const QStringList &input)
 
int durationInSeconds ()
 
int durationInMiliSeconds ()
 

Public Attributes

QDateTime start_time_
 
QDateTime end_time_
 
QString std_err_output_
 
QString std_out_output_
 
QString all_output_
 
bool b_started_
 
QList< QProcess::ProcessError > errors_
 
QList< QProcess::ProcessState > states_
 

Detailed Description

Helper class to run a process.

Detailed description.

Constructor & Destructor Documentation

ProcRun::ProcRun ( )

Default constructor.

Constructor connects the slots to Qt object.

ProcRun::~ProcRun ( )
virtual

Destructor.

Destructor.


The documentation for this class was generated from the following files: