Engines
ExecutableContainer Class Reference
#include <executable.h>
Inheritance diagram for ExecutableContainer:

Public Member Functions | |
ExecutableContainer (const QString &command, QObject *parent=0) | |
virtual | ~ExecutableContainer () |
Protected Slots | |
void | exec () |
void | finished (int exitCode, QProcess::ExitStatus exitStatus) |
Detailed Description
Definition at line 26 of file executable.h.
Constructor & Destructor Documentation
ExecutableContainer::ExecutableContainer | ( | const QString & | command, | |
QObject * | parent = 0 | |||
) | [explicit] |
Definition at line 22 of file executable.cpp.
ExecutableContainer::~ExecutableContainer | ( | ) | [virtual] |
Definition at line 30 of file executable.cpp.
Member Function Documentation
void ExecutableContainer::exec | ( | ) | [protected, slot] |
Definition at line 45 of file executable.cpp.
void ExecutableContainer::finished | ( | int | exitCode, | |
QProcess::ExitStatus | exitStatus | |||
) | [protected, slot] |
Definition at line 35 of file executable.cpp.
The documentation for this class was generated from the following files: