#include <processcall.h>
Inheritance diagram for SaX::SaXProcessCall:
Public Member Functions | |
void | addArgument (const QString &) |
void | addArgument (int) |
void | clearArguments (void) |
QList< QString > | readStdout (void) |
bool | start (void) |
int | exitStatus (void) |
SaXProcessCall (void) |
The SaXProcessCall class provides an interface to call Linux processes and wait for them until data to STDOUT has received or the process has exited. SaXProcessCall objects are mainly used within the SaXProcess implementation.
Definition at line 70 of file processcall.h.