|
| QtlMovieMkisofsProcess (const QStringList &arguments, const QtlMovieSettings *settings, QtlLogger *log, QObject *parent=0) |
| Constructor. More...
|
|
| QtlMovieProcess (const QtlMovieExecFile *execFile, const QStringList &arguments, bool hasBinaryOutput, const QtlMovieSettings *settings, QtlLogger *log, QObject *parent=0, QtlDataPull *dataPull=0) |
| Constructor. More...
|
|
virtual void | abort () Q_DECL_OVERRIDE |
| Abort process execution. More...
|
|
QStringList | arguments () const |
| Get the command line arguments. More...
|
|
const QtlMovieExecFile * | execFile () const |
| Get the command executable file. More...
|
|
QIODevice * | outputDevice () const |
| Return the device from which standard output can be read. More...
|
|
void | setArguments (const QStringList &arguments) |
| Set the command line arguments. More...
|
|
void | setPriority (Qtl::ProcessPriority priority) |
| Set the process priority. More...
|
|
virtual bool | start () Q_DECL_OVERRIDE |
| Start the process. More...
|
|
bool | useDataPullProgressReport (bool on) |
| Use the progress report from the QtlDataPull when possible. More...
|
|
bool | useDataPullProgressReport () const |
| Check if progress report from the QtlDataPull is active. More...
|
|
| QtlMovieAction (const QtlMovieSettings *settings, QtlLogger *log, QObject *parent=0) |
| Constructor. More...
|
|
virtual | ~QtlMovieAction () |
| Virtual destructor. More...
|
|
virtual void | debug (const QString &line, const QColor &color=QColor()) Q_DECL_OVERRIDE |
| Log a line of debug text. More...
|
|
QString | description () const |
| Get the description of the action. More...
|
|
int | elapsedSeconds () const |
| Get the number of seconds since the action started. More...
|
|
bool | isCompleted () const |
| Check if the action is completed. More...
|
|
bool | isSilent () const |
| Check if unimportant messages are skipped. More...
|
|
bool | isStarted () const |
| Check if the action was started (and possibly completed in the meantime). More...
|
|
virtual void | line (const QString &line, const QColor &color=QColor()) Q_DECL_OVERRIDE |
| Log a line of text. More...
|
|
void | setDescription (const QString &description) |
| Set the description of the action. More...
|
|
void | setSilent (bool silent) |
| Set if unimportant messages are skipped. More...
|
|
const QtlMovieSettings * | settings () const |
| Get the application settings. More...
|
|
virtual void | text (const QString &text) Q_DECL_OVERRIDE |
| Log text. More...
|
|