#include <processcall.h>
Inheritance diagram for SaX::SaXProcessCallIF:

Public Member Functions | |
| virtual void | addArgument (const QString &)=0 |
| virtual void | addArgument (int)=0 |
| virtual void | clearArguments (void)=0 |
| virtual QList< QString > | readStdout (void)=0 |
| virtual bool | start (void)=0 |
| virtual int | exitStatus (void)=0 |
| virtual | ~SaXProcessCallIF (void) |
The interface class is provided to be able to dlopen the library and have all methods available in the compilers virtual table. For a detailed description of the class itself please refer to the derived class definition
Definition at line 47 of file processcall.h.
1.5.0