|
MythTV master
|
Classes | |
| struct | CopyMetadataDestination |
| class | FanartLoader |
| class | MythUIButtonListItemCopyDest |
| class | ParentalLevelNotifyContainer |
| class | ScreenCopyDest |
| struct | SimpleCollect |
Functions | |
| bool | IsValidDialogType (int num) |
| MythGenericTree * | GetNodePtrFromButton (MythUIButtonListItem *item) |
| VideoMetadata * | GetMetadataPtrFromNode (MythGenericTree *node) |
| bool | GetLocalVideoImage (const QString &video_uid, const QString &filename, const QStringList &in_dirs, QString &image, QString title, int season, const QString &host, const QString &sgroup, int episode=0, bool isScreenshot=false) |
| void | PlayVideo (const QString &filename, const VideoMetadataListManager &video_list, bool useAltPlayer=false) |
| void | CopyMetadataToUI (const VideoMetadata *metadata, CopyMetadataDestination &dest) |
| void | CopyPlaybackStateToUI (const PlaybackState &playbackState, const VideoMetadata *metadata, MythUIButtonListItem *item=nullptr, MythScreenType *screen=nullptr) |
| QStringList | GetTrailersInDirectory (const QString &startDir) |
Variables | |
| std::unique_ptr< FanartLoader > | fanartLoader |
| void anonymous_namespace{videodlg.cpp}::CopyMetadataToUI | ( | const VideoMetadata * | metadata, |
| CopyMetadataDestination & | dest | ||
| ) |
Definition at line 453 of file videodlg.cpp.
Referenced by ItemDetailPopup::Create(), VideoDialog::UpdateItem(), and VideoDialog::UpdateText().
| void anonymous_namespace{videodlg.cpp}::CopyPlaybackStateToUI | ( | const PlaybackState & | playbackState, |
| const VideoMetadata * | metadata, | ||
| MythUIButtonListItem * | item = nullptr, |
||
| MythScreenType * | screen = nullptr |
||
| ) |
Definition at line 572 of file videodlg.cpp.
Referenced by ItemDetailPopup::Create(), VideoDialog::UpdateItem(), VideoDialog::UpdateText(), and VideoDialog::UpdateVisible().
| bool anonymous_namespace{videodlg.cpp}::GetLocalVideoImage | ( | const QString & | video_uid, |
| const QString & | filename, | ||
| const QStringList & | in_dirs, | ||
| QString & | image, | ||
| QString | title, | ||
| int | season, | ||
| const QString & | host, | ||
| const QString & | sgroup, | ||
| int | episode = 0, |
||
| bool | isScreenshot = false |
||
| ) |
Definition at line 137 of file videodlg.cpp.
Referenced by VideoDialog::StartVideoImageSet().
| VideoMetadata * anonymous_namespace{videodlg.cpp}::GetMetadataPtrFromNode | ( | MythGenericTree * | node | ) |
Definition at line 129 of file videodlg.cpp.
Referenced by VideoDialog::GetBanner(), VideoDialog::GetCoverImage(), VideoDialog::GetFanart(), VideoDialog::GetFirstImage(), VideoDialog::GetItemByMetadata(), VideoDialog::GetMetadata(), VideoDialog::GetScreenshot(), VideoDialog::playFolder(), VideoDialog::VideoAutoSearch(), and VideoDialog::VideoSearch().
| MythGenericTree * anonymous_namespace{videodlg.cpp}::GetNodePtrFromButton | ( | MythUIButtonListItem * | item | ) |
Definition at line 121 of file videodlg.cpp.
Referenced by VideoDialog::GetMetadata(), VideoDialog::handleSelect(), VideoDialog::keyPressEvent(), VideoDialog::OnRemoveVideo(), VideoDialog::playFolder(), VideoDialog::SavePosition(), VideoDialog::UpdateItem(), VideoDialog::UpdateText(), VideoDialog::VideoMenu(), and VideoDialog::VideoSearch().
| QStringList anonymous_namespace{videodlg.cpp}::GetTrailersInDirectory | ( | const QString & | startDir | ) |
Definition at line 3179 of file videodlg.cpp.
Referenced by VideoDialog::playVideoWithTrailers().
| bool anonymous_namespace{videodlg.cpp}::IsValidDialogType | ( | int | num | ) |
Definition at line 66 of file videodlg.cpp.
Referenced by VideoDialog::Create().
| void anonymous_namespace{videodlg.cpp}::PlayVideo | ( | const QString & | filename, |
| const VideoMetadataListManager & | video_list, | ||
| bool | useAltPlayer = false |
||
| ) |
Definition at line 269 of file videodlg.cpp.
Referenced by ItemDetailPopup::OnPlay(), VideoDialog::playFolder(), VideoDialog::playVideo(), VideoDialog::playVideoAlt(), and VideoDialog::playVideoWithTrailers().
| std::unique_ptr<FanartLoader> anonymous_namespace{videodlg.cpp}::fanartLoader |
Definition at line 372 of file videodlg.cpp.
Referenced by anonymous_namespace{videodlg.cpp}::ScreenCopyDest::handleImage().