handle command line arguments and process communication
More...
#include <CommunicationHandler.h>
|
| | CommunicationHandler (const QStringList &args, QObject *parent=0) |
| | constructor with cmdline arguments More...
|
| |
|
int | errorCode () const |
| | get CommunicatonHandler return code, zero means no error
|
| |
|
|
virtual void | run () |
| | thread execution code
|
| |
|
|
void | _printPrompt () |
| | print command line prompt for interactive session
|
| |
|
void | _startTask () |
| | handle task starting
|
| |
|
|
bool | _checkForFileArg (QStringListIterator &iter, QString cmd) |
| | check for file argument during command line processing
|
| |
|
|
QStringList | _args |
| | cmd line argument cache
|
| |
|
int | _errorCode |
| | error code cache, zero means no error
|
| |
|
QString | _helpMsg |
| | message to display when –help argument was provided
|
| |
|
QString | _helpMsgI |
| | help message for interactive session
|
| |
|
bool | _interactive |
| | enter interactive loop
|
| |
|
bool | _quiet |
| | avoid info output
|
| |
|
uint | _taskCount |
| | task counter
|
| |
Definition at line 31 of file CommunicationHandler.h.
| CommunicationHandler::CommunicationHandler |
( |
const QStringList & |
args, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
| void CommunicationHandler::runWorkflow |
( |
QString |
fName | ) |
|
|
signal |
| void CommunicationHandler::updateDynamics |
( |
QString |
fName | ) |
|
|
signal |
The documentation for this class was generated from the following files: