
Definition at line 1606 of file videomanager.cpp.
Signals | |
| void | SigSearchResults (bool normal_exit, const SearchListHandler::item_list &items, Metadata *item) |
Public Member Functions | |
| VideoTitleSearch (QObject *oparent) | |
| void | Run (const QString &title, Metadata *item) |
Private Member Functions | |
| ~VideoTitleSearch () | |
| void | OnExecDone (bool normal_exit, const QStringList &out, const QStringList &err) |
Private Attributes | |
| Metadata * | m_item |
| mythvideo_videomanager::VideoTitleSearch::VideoTitleSearch | ( | QObject * | oparent | ) | [inline] |
Definition at line 1616 of file videomanager.cpp.
| mythvideo_videomanager::VideoTitleSearch::~VideoTitleSearch | ( | ) | [inline, private] |
Definition at line 1637 of file videomanager.cpp.
| void mythvideo_videomanager::VideoTitleSearch::SigSearchResults | ( | bool | normal_exit, | |
| const SearchListHandler::item_list & | items, | |||
| Metadata * | item | |||
| ) | [signal] |
Referenced by OnExecDone().
| void mythvideo_videomanager::VideoTitleSearch::Run | ( | const QString & | title, | |
| Metadata * | item | |||
| ) | [inline] |
Definition at line 1621 of file videomanager.cpp.
Referenced by mythvideo_videomanager::VideoManagerImp::StartVideoSearchByTitle().
| void mythvideo_videomanager::VideoTitleSearch::OnExecDone | ( | bool | normal_exit, | |
| const QStringList & | out, | |||
| const QStringList & | err | |||
| ) | [inline, private, virtual] |
Implements mythvideo_videomanager::ExecuteExternalCommand.
Definition at line 1639 of file videomanager.cpp.
1.5.5