
Definition at line 1476 of file videomanager.cpp.
Protected Member Functions | |
| ExecuteExternalCommand (QObject *oparent) | |
| ~ExecuteExternalCommand () | |
| void | StartRun (const QString &command, const QStringList &args, const QString &purpose) |
| virtual void | OnExecDone (bool normal_exit, const QStringList &out, const QStringList &err)=0 |
Private Slots | |
| void | OnReadReadyStdout () |
| void | OnReadReadyStderr () |
| void | OnProcessExit () |
Private Member Functions | |
| void | ShowError (const QString &error_msg) |
Private Attributes | |
| QString | m_std_error |
| QString | m_std_out |
| QProcess | m_process |
| QString | m_purpose |
| QString | m_raw_cmd |
| mythvideo_videomanager::ExecuteExternalCommand::ExecuteExternalCommand | ( | QObject * | oparent | ) | [inline, protected] |
Definition at line 1481 of file videomanager.cpp.
| mythvideo_videomanager::ExecuteExternalCommand::~ExecuteExternalCommand | ( | ) | [inline, protected] |
Definition at line 1492 of file videomanager.cpp.
| void mythvideo_videomanager::ExecuteExternalCommand::StartRun | ( | const QString & | command, | |
| const QStringList & | args, | |||
| const QString & | purpose | |||
| ) | [inline, protected] |
Definition at line 1496 of file videomanager.cpp.
Referenced by mythvideo_videomanager::VideoPosterSearch::Run(), mythvideo_videomanager::VideoUIDSearch::Run(), and mythvideo_videomanager::VideoTitleSearch::Run().
| virtual void mythvideo_videomanager::ExecuteExternalCommand::OnExecDone | ( | bool | normal_exit, | |
| const QStringList & | out, | |||
| const QStringList & | err | |||
| ) | [protected, pure virtual] |
Implemented in mythvideo_videomanager::VideoTitleSearch, mythvideo_videomanager::VideoUIDSearch, and mythvideo_videomanager::VideoPosterSearch.
Referenced by OnProcessExit().
| void mythvideo_videomanager::ExecuteExternalCommand::OnReadReadyStdout | ( | ) | [inline, private, slot] |
| void mythvideo_videomanager::ExecuteExternalCommand::OnReadReadyStderr | ( | ) | [inline, private, slot] |
| void mythvideo_videomanager::ExecuteExternalCommand::OnProcessExit | ( | ) | [inline, private, slot] |
| void mythvideo_videomanager::ExecuteExternalCommand::ShowError | ( | const QString & | error_msg | ) | [inline, private] |
QString mythvideo_videomanager::ExecuteExternalCommand::m_std_error [private] |
Definition at line 1598 of file videomanager.cpp.
Referenced by OnProcessExit(), and OnReadReadyStderr().
QString mythvideo_videomanager::ExecuteExternalCommand::m_std_out [private] |
Definition at line 1599 of file videomanager.cpp.
Referenced by OnProcessExit(), and OnReadReadyStdout().
QProcess mythvideo_videomanager::ExecuteExternalCommand::m_process [private] |
Definition at line 1600 of file videomanager.cpp.
Referenced by ExecuteExternalCommand(), OnProcessExit(), OnReadReadyStderr(), OnReadReadyStdout(), and StartRun().
QString mythvideo_videomanager::ExecuteExternalCommand::m_purpose [private] |
QString mythvideo_videomanager::ExecuteExternalCommand::m_raw_cmd [private] |
1.5.5