Definition at line 1840 of file videomanager.cpp.
typedef std::list<std::pair<QString, ParentalLevel::Level> > mythvideo_videomanager::VideoManagerImp::parental_level_map [private] |
Definition at line 1871 of file videomanager.cpp.
| mythvideo_videomanager::VideoManagerImp::VideoManagerImp | ( | VideoManager * | vm, | |
| XMLParse * | theme, | |||
| const QRect & | area, | |||
| VideoList * | video_list | |||
| ) | [inline] |
Definition at line 1885 of file videomanager.cpp.
| mythvideo_videomanager::VideoManagerImp::~VideoManagerImp | ( | ) | [inline] |
Definition at line 1978 of file videomanager.cpp.
| bool mythvideo_videomanager::VideoManagerImp::DispatchEvent | ( | ContainerEvent & | event_ | ) | [inline] |
Definition at line 1983 of file videomanager.cpp.
| void mythvideo_videomanager::VideoManagerImp::customEvent | ( | QCustomEvent * | e | ) | [inline] |
Definition at line 1994 of file videomanager.cpp.
| void mythvideo_videomanager::VideoManagerImp::CancelPopup | ( | ) | [inline, private] |
Definition at line 2004 of file videomanager.cpp.
Referenced by DoEditMetadata(), DoFilter(), DoManualVideoTitle(), DoManualVideoUID(), DoRemoveVideo(), DoResetMetadata(), DoToggleBrowseable(), DoVideoSearchCurrentItem(), and OnVideoMenuDone().
| void mythvideo_videomanager::VideoManagerImp::RefreshVideoList | ( | bool | resort_only | ) | [private] |
Definition at line 2329 of file videomanager.cpp.
Referenced by DoEditMetadata(), DoFilter(), DoRemoveVideo(), DoResetMetadata(), DoToggleBrowseable(), OnParentalChange(), OnVideoPosterSetDone(), OnVideoSearchByUIDDone(), OnVideoSearchListCancel(), ResetItem(), and VideoManagerImp().
| static bool mythvideo_videomanager::VideoManagerImp::GetLocalVideoPoster | ( | const QString & | video_uid, | |
| const QString & | filename, | |||
| const QStringList & | in_dirs, | |||
| QString & | poster | |||
| ) | [inline, static, private] |
Definition at line 2015 of file videomanager.cpp.
Referenced by DoResetMetadata(), OnVideoSearchListCancel(), and StartVideoPosterSet().
| void mythvideo_videomanager::VideoManagerImp::ResetItem | ( | Metadata * | item | ) | [inline, private] |
Definition at line 2071 of file videomanager.cpp.
Referenced by DoResetMetadata(), OnVideoSearchByTitleDoneNoBackground(), and OnVideoSearchByUIDDone().
| void mythvideo_videomanager::VideoManagerImp::StartWaitBackground | ( | const QString & | text | ) | [inline, private] |
Definition at line 2082 of file videomanager.cpp.
Referenced by StartVideoPosterSet(), StartVideoSearchByTitle(), and StartVideoSearchByUID().
| void mythvideo_videomanager::VideoManagerImp::StopWaitBackground | ( | ) | [inline, private] |
Definition at line 2094 of file videomanager.cpp.
Referenced by OnVideoPosterSetDone(), OnVideoSearchByTitleDone(), and OnVideoSearchByUIDDone().
| void mythvideo_videomanager::VideoManagerImp::AutomaticParentalAdjustment | ( | Metadata * | item | ) | [private] |
| void mythvideo_videomanager::VideoManagerImp::StartVideoPosterSet | ( | Metadata * | item | ) | [private] |
| void mythvideo_videomanager::VideoManagerImp::StartVideoSearchByUID | ( | const QString & | video_uid, | |
| Metadata * | item | |||
| ) | [private] |
Definition at line 2557 of file videomanager.cpp.
Referenced by OnManualVideoUID(), OnVideoSearchByTitleDoneNoBackground(), and OnVideoSearchListSelection().
| void mythvideo_videomanager::VideoManagerImp::StartVideoSearchByTitle | ( | const QString & | video_uid, | |
| const QString & | title, | |||
| Metadata * | item | |||
| ) | [private] |
Definition at line 2659 of file videomanager.cpp.
Referenced by DoVideoSearchCurrentItem(), and OnManualVideoTitle().
| void mythvideo_videomanager::VideoManagerImp::OnPosterURL | ( | const QString & | uri, | |
| Metadata * | item | |||
| ) | [private, slot] |
| void mythvideo_videomanager::VideoManagerImp::OnPosterCopyFinished | ( | QNetworkOperation * | op, | |
| Metadata * | item | |||
| ) | [private, slot] |
| void mythvideo_videomanager::VideoManagerImp::OnPosterDownloadTimeout | ( | const QString & | url, | |
| Metadata * | item | |||
| ) | [private, slot] |
| void mythvideo_videomanager::VideoManagerImp::OnVideoSearchByTitleDone | ( | bool | normal_exit, | |
| const SearchListHandler::item_list & | results, | |||
| Metadata * | item | |||
| ) | [private, slot] |
| void mythvideo_videomanager::VideoManagerImp::OnVideoPosterSetDone | ( | Metadata * | item | ) | [private, slot] |
Definition at line 2547 of file videomanager.cpp.
Referenced by OnPosterCopyFinished(), OnPosterURL(), and StartVideoPosterSet().
| void mythvideo_videomanager::VideoManagerImp::OnVideoSearchByTitleDoneNoBackground | ( | bool | normal_exit, | |
| const SearchListHandler::item_list & | results, | |||
| Metadata * | item | |||
| ) | [private, slot] |
Definition at line 2692 of file videomanager.cpp.
Referenced by OnVideoSearchByTitleDone(), and StartVideoSearchByTitle().
| void mythvideo_videomanager::VideoManagerImp::DoEditMetadata | ( | ) | [private, slot] |
Definition at line 2788 of file videomanager.cpp.
Referenced by DoVideoMenu(), and VideoManagerImp().
| void mythvideo_videomanager::VideoManagerImp::DoRemoveVideo | ( | ) | [private, slot] |
Definition at line 2807 of file videomanager.cpp.
Referenced by DoVideoMenu(), and VideoManagerImp().
| void mythvideo_videomanager::VideoManagerImp::DoFilter | ( | ) | [private, slot] |
Definition at line 2867 of file videomanager.cpp.
Referenced by DoVideoMenu(), and VideoManagerImp().
| void mythvideo_videomanager::VideoManagerImp::DoManualVideoUID | ( | ) | [private, slot] |
Definition at line 2749 of file videomanager.cpp.
Referenced by DoVideoMenu(), and OnVideoSearchListManual().
| void mythvideo_videomanager::VideoManagerImp::DoManualVideoTitle | ( | ) | [private, slot] |
Definition at line 2768 of file videomanager.cpp.
Referenced by DoVideoMenu(), and OnVideoSearchListManualTitle().
| void mythvideo_videomanager::VideoManagerImp::DoVideoSearchCurrentItem | ( | ) | [inline, private, slot] |
| void mythvideo_videomanager::VideoManagerImp::DoVideoMenu | ( | ) | [inline, private, slot] |
| void mythvideo_videomanager::VideoManagerImp::DoToggleBrowseable | ( | ) | [inline, private, slot] |
Definition at line 2226 of file videomanager.cpp.
Referenced by DoVideoMenu(), and VideoManagerImp().
| void mythvideo_videomanager::VideoManagerImp::OnParentalChange | ( | int | amount | ) | [private, slot] |
| void mythvideo_videomanager::VideoManagerImp::OnListSelectionChange | ( | ) | [inline, private, slot] |
| void mythvideo_videomanager::VideoManagerImp::OnSelectedItemChange | ( | ) | [inline, private, slot] |
Definition at line 2250 of file videomanager.cpp.
Referenced by DoEditMetadata(), DoResetMetadata(), DoToggleBrowseable(), OnParentalChange(), OnVideoPosterSetDone(), OnVideoSearchByTitleDoneNoBackground(), and OnVideoSearchByUIDDone().
| void mythvideo_videomanager::VideoManagerImp::DoResetMetadata | ( | ) | [private, slot] |
Definition at line 2843 of file videomanager.cpp.
Referenced by DoVideoMenu(), and OnVideoSearchListReset().
| void mythvideo_videomanager::VideoManagerImp::OnVideoMenuDone | ( | ) | [private, slot] |
| void mythvideo_videomanager::VideoManagerImp::OnVideoSearchListCancel | ( | ) | [inline, private, slot] |
Definition at line 2260 of file videomanager.cpp.
Referenced by OnVideoSearchByTitleDoneNoBackground().
| void mythvideo_videomanager::VideoManagerImp::OnVideoSearchListReset | ( | ) | [inline, private, slot] |
Definition at line 2282 of file videomanager.cpp.
Referenced by OnVideoSearchByTitleDoneNoBackground().
| void mythvideo_videomanager::VideoManagerImp::OnVideoSearchListManual | ( | ) | [inline, private, slot] |
Definition at line 2287 of file videomanager.cpp.
Referenced by OnVideoSearchByTitleDoneNoBackground().
| void mythvideo_videomanager::VideoManagerImp::OnVideoSearchListManualTitle | ( | ) | [inline, private, slot] |
Definition at line 2292 of file videomanager.cpp.
Referenced by OnVideoSearchByTitleDoneNoBackground().
| void mythvideo_videomanager::VideoManagerImp::OnVideoSearchListSelection | ( | const QString & | video_uid, | |
| const QString & | video_title | |||
| ) | [inline, private, slot] |
Definition at line 2297 of file videomanager.cpp.
Referenced by OnVideoSearchByTitleDoneNoBackground().
| void mythvideo_videomanager::VideoManagerImp::OnManualVideoUID | ( | const QString & | video_uid | ) | [private, slot] |
| void mythvideo_videomanager::VideoManagerImp::OnManualVideoTitle | ( | const QString & | title | ) | [private, slot] |
ContainerDispatch<ContainerHandler, VideoManager> mythvideo_videomanager::VideoManagerImp::m_event_dispatch [private] |
Definition at line 2312 of file videomanager.cpp.
Referenced by customEvent(), DispatchEvent(), DoManualVideoTitle(), DoManualVideoUID(), OnVideoSearchByTitleDoneNoBackground(), StartWaitBackground(), and VideoManagerImp().
Definition at line 2313 of file videomanager.cpp.
Referenced by DoManualVideoTitle(), DoManualVideoUID(), OnVideoSearchByTitleDoneNoBackground(), StartWaitBackground(), and VideoManagerImp().
Definition at line 2314 of file videomanager.cpp.
Referenced by DoManualVideoTitle(), DoManualVideoUID(), OnVideoSearchByTitleDoneNoBackground(), StartWaitBackground(), and VideoManagerImp().
QRect mythvideo_videomanager::VideoManagerImp::m_area [private] |
Definition at line 2315 of file videomanager.cpp.
Definition at line 2316 of file videomanager.cpp.
Referenced by DoEditMetadata(), DoFilter(), DoRemoveVideo(), and RefreshVideoList().
Definition at line 2317 of file videomanager.cpp.
Referenced by OnListSelectionChange(), OnSelectedItemChange(), and VideoManagerImp().
Definition at line 2318 of file videomanager.cpp.
Referenced by DoEditMetadata(), DoRemoveVideo(), DoResetMetadata(), DoToggleBrowseable(), DoVideoMenu(), DoVideoSearchCurrentItem(), OnManualVideoTitle(), OnManualVideoUID(), OnParentalChange(), OnSelectedItemChange(), OnVideoSearchListCancel(), OnVideoSearchListSelection(), RefreshVideoList(), and VideoManagerImp().
Definition at line 2319 of file videomanager.cpp.
Referenced by CancelPopup(), DoVideoMenu(), and OnVideoMenuDone().
Definition at line 2320 of file videomanager.cpp.
Referenced by StartWaitBackground(), and StopWaitBackground().
Definition at line 2321 of file videomanager.cpp.
Referenced by VideoManagerImp(), and ~VideoManagerImp().
QString mythvideo_videomanager::VideoManagerImp::m_art_dir [private] |
Definition at line 2322 of file videomanager.cpp.
Referenced by DoResetMetadata(), OnPosterURL(), OnVideoSearchListCancel(), StartVideoPosterSet(), and VideoManagerImp().
Definition at line 2323 of file videomanager.cpp.
Referenced by DoVideoMenu(), OnVideoSearchByTitleDoneNoBackground(), and VideoManagerImp().
Definition at line 2324 of file videomanager.cpp.
Referenced by OnPosterDownloadTimeout(), OnPosterURL(), and VideoManagerImp().
Definition at line 2325 of file videomanager.cpp.
Referenced by OnPosterCopyFinished(), OnPosterURL(), and VideoManagerImp().
Definition at line 2326 of file videomanager.cpp.
Referenced by AutomaticParentalAdjustment(), and VideoManagerImp().
1.5.5