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 |
bool anonymous_namespace{videodlg.cpp}::IsValidDialogType | ( | int | num | ) |
Definition at line 65 of file videodlg.cpp.
Referenced by VideoDialog::Create().
MythGenericTree* anonymous_namespace{videodlg.cpp}::GetNodePtrFromButton | ( | MythUIButtonListItem * | item | ) |
Definition at line 120 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().
VideoMetadata* anonymous_namespace{videodlg.cpp}::GetMetadataPtrFromNode | ( | MythGenericTree * | node | ) |
Definition at line 128 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().
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 136 of file videodlg.cpp.
Referenced by VideoDialog::StartVideoImageSet().
void anonymous_namespace{videodlg.cpp}::PlayVideo | ( | const QString & | filename, |
const VideoMetadataListManager & | video_list, | ||
bool | useAltPlayer = false |
||
) |
Definition at line 268 of file videodlg.cpp.
Referenced by ItemDetailPopup::OnPlay(), VideoDialog::playFolder(), VideoDialog::playVideo(), VideoDialog::playVideoAlt(), and VideoDialog::playVideoWithTrailers().
void anonymous_namespace{videodlg.cpp}::CopyMetadataToUI | ( | const VideoMetadata * | metadata, |
CopyMetadataDestination & | dest | ||
) |
Definition at line 451 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 570 of file videodlg.cpp.
Referenced by ItemDetailPopup::Create(), VideoDialog::UpdateItem(), VideoDialog::UpdateText(), and VideoDialog::UpdateVisible().
QStringList anonymous_namespace{videodlg.cpp}::GetTrailersInDirectory | ( | const QString & | startDir | ) |
Definition at line 3175 of file videodlg.cpp.
Referenced by VideoDialog::playVideoWithTrailers().
std::unique_ptr<FanartLoader> anonymous_namespace{videodlg.cpp}::fanartLoader |
Definition at line 370 of file videodlg.cpp.
Referenced by anonymous_namespace{videodlg.cpp}::ScreenCopyDest::handleImage().