|
MythTV
0.26-pre
|
Public Member Functions | |
| VideoPlayerCommandPrivate () | |
| VideoPlayerCommandPrivate (const VideoPlayerCommandPrivate &other) | |
| ~VideoPlayerCommandPrivate () | |
| void | AltPlayerFor (const VideoMetadata *item) |
| void | PlayerFor (const VideoMetadata *item) |
| void | PlayerFor (const QString &filename, const VideoMetadata *extraData=0) |
| void | ClearPlayerList () |
| void | Play () const |
| QString | GetCommandDisplayName () const |
Private Types | |
| typedef std::vector < VideoPlayProc * > | player_list |
Private Member Functions | |
| VideoPlayerCommandPrivate & | operator= (const VideoPlayerCommandPrivate &rhs) |
| void | AddPlayer (const QString &player, const QString &filename, const QString &plot, const QString &title, const QString &subtitle, const QString &director, int season, int episode, const QString &inetref, int length, const QString &year, const QString &id) |
Private Attributes | |
| player_list | m_player_procs |
Definition at line 181 of file videoplayercommand.cpp.
typedef std::vector<VideoPlayProc *> VideoPlayerCommandPrivate::player_list [private] |
Definition at line 358 of file videoplayercommand.cpp.
| VideoPlayerCommandPrivate::VideoPlayerCommandPrivate | ( | ) | [inline] |
Definition at line 187 of file videoplayercommand.cpp.
| VideoPlayerCommandPrivate::VideoPlayerCommandPrivate | ( | const VideoPlayerCommandPrivate & | other | ) | [inline] |
Definition at line 189 of file videoplayercommand.cpp.
Definition at line 198 of file videoplayercommand.cpp.
| VideoPlayerCommandPrivate& VideoPlayerCommandPrivate::operator= | ( | const VideoPlayerCommandPrivate & | rhs | ) | [private] |
| void VideoPlayerCommandPrivate::AltPlayerFor | ( | const VideoMetadata * | item | ) | [inline] |
Definition at line 203 of file videoplayercommand.cpp.
Referenced by VideoPlayerCommand::AltPlayerFor().
| void VideoPlayerCommandPrivate::PlayerFor | ( | const VideoMetadata * | item | ) | [inline] |
Definition at line 233 of file videoplayercommand.cpp.
Referenced by AltPlayerFor(), and VideoPlayerCommand::PlayerFor().
| void VideoPlayerCommandPrivate::PlayerFor | ( | const QString & | filename, |
| const VideoMetadata * | extraData = 0 |
||
| ) | [inline] |
Definition at line 262 of file videoplayercommand.cpp.
| void VideoPlayerCommandPrivate::ClearPlayerList | ( | ) | [inline] |
Definition at line 319 of file videoplayercommand.cpp.
Referenced by ~VideoPlayerCommandPrivate().
| void VideoPlayerCommandPrivate::Play | ( | void | ) | const [inline] |
Definition at line 329 of file videoplayercommand.cpp.
Referenced by VideoPlayerCommand::Play().
| QString VideoPlayerCommandPrivate::GetCommandDisplayName | ( | ) | const [inline] |
Definition at line 338 of file videoplayercommand.cpp.
Referenced by VideoPlayerCommand::GetCommandDisplayName().
| void VideoPlayerCommandPrivate::AddPlayer | ( | const QString & | player, |
| const QString & | filename, | ||
| const QString & | plot, | ||
| const QString & | title, | ||
| const QString & | subtitle, | ||
| const QString & | director, | ||
| int | season, | ||
| int | episode, | ||
| const QString & | inetref, | ||
| int | length, | ||
| const QString & | year, | ||
| const QString & | id | ||
| ) | [inline, private] |
Definition at line 346 of file videoplayercommand.cpp.
Referenced by AltPlayerFor(), and PlayerFor().
Definition at line 359 of file videoplayercommand.cpp.
Referenced by AddPlayer(), ClearPlayerList(), GetCommandDisplayName(), Play(), and VideoPlayerCommandPrivate().
1.7.6.1