#include <runner.hpp>
CSMDoc::Runner::Runner |
( |
const boost::filesystem::path & |
projectPath | ) |
|
CSMDoc::Runner::~Runner |
( |
| ) |
|
void CSMDoc::Runner::configure |
( |
const ESM::DebugProfile & |
profile, |
|
|
const std::vector< std::string > & |
contentFiles, |
|
|
const std::string & |
startupInstruction |
|
) |
| |
void CSMDoc::Runner::finished |
( |
int |
exitCode, |
|
|
QProcess::ExitStatus |
exitStatus |
|
) |
| |
|
privateslot |
QTextDocument * CSMDoc::Runner::getLog |
( |
| ) |
|
bool CSMDoc::Runner::isRunning |
( |
| ) |
const |
- Note
- Running state is entered when the start function is called. This is not necessarily identical to the moment the child process is started.
void CSMDoc::Runner::readyReadStandardOutput |
( |
| ) |
|
|
privateslot |
void CSMDoc::Runner::runStateChanged |
( |
| ) |
|
|
signal |
void CSMDoc::Runner::start |
( |
bool |
delayed = false | ) |
|
- Parameters
-
delayed | Flag as running but do not start the OpenMW process yet (the process must be started by another call of start with delayed==false) |
void CSMDoc::Runner::stop |
( |
| ) |
|
std::vector<std::string> CSMDoc::Runner::mContentFiles |
|
private |
QTextDocument CSMDoc::Runner::mLog |
|
private |
QProcess CSMDoc::Runner::mProcess |
|
private |
boost::filesystem::path CSMDoc::Runner::mProjectPath |
|
private |
bool CSMDoc::Runner::mRunning |
|
private |
QTemporaryFile* CSMDoc::Runner::mStartup |
|
private |
std::string CSMDoc::Runner::mStartupInstruction |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/opencs/model/doc/runner.hpp
- /home/travis/build/OpenMW/openmw/apps/opencs/model/doc/runner.cpp