|
MythTV master
|
#include <mythfrontend/videoplayercommand.h>
Public Member Functions | |
| VideoPlayerCommand () | |
| ~VideoPlayerCommand () | |
| VideoPlayerCommand (const VideoPlayerCommand &other) | |
| VideoPlayerCommand & | operator= (const VideoPlayerCommand &rhs) |
| void | Play () const |
| QString | GetCommandDisplayName () const |
| Returns the player command suitable for display to the user. More... | |
Static Public Member Functions | |
| static VideoPlayerCommand | PlayerFor (const VideoMetadata *item) |
| static VideoPlayerCommand | PlayerFor (const QString &filename) |
| static VideoPlayerCommand | AltPlayerFor (const VideoMetadata *item) |
Private Attributes | |
| class VideoPlayerCommandPrivate * | m_d {nullptr} |
Definition at line 5 of file videoplayercommand.h.
| VideoPlayerCommand::VideoPlayerCommand | ( | ) |
Definition at line 383 of file videoplayercommand.cpp.
| VideoPlayerCommand::~VideoPlayerCommand | ( | ) |
Definition at line 388 of file videoplayercommand.cpp.
| VideoPlayerCommand::VideoPlayerCommand | ( | const VideoPlayerCommand & | other | ) |
Definition at line 394 of file videoplayercommand.cpp.
|
static |
Definition at line 362 of file videoplayercommand.cpp.
Referenced by anonymous_namespace{videodlg.cpp}::PlayVideo().
| QString VideoPlayerCommand::GetCommandDisplayName | ( | ) | const |
Returns the player command suitable for display to the user.
Definition at line 428 of file videoplayercommand.cpp.
| VideoPlayerCommand & VideoPlayerCommand::operator= | ( | const VideoPlayerCommand & | rhs | ) |
Definition at line 399 of file videoplayercommand.cpp.
| void VideoPlayerCommand::Play | ( | void | ) | const |
Definition at line 409 of file videoplayercommand.cpp.
Referenced by VideoDialog::playTrailer(), anonymous_namespace{videodlg.cpp}::PlayVideo(), and VideoDialog::playVideoWithTrailers().
|
static |
Definition at line 376 of file videoplayercommand.cpp.
|
static |
Definition at line 369 of file videoplayercommand.cpp.
Referenced by VideoDialog::playTrailer(), anonymous_namespace{videodlg.cpp}::PlayVideo(), and VideoDialog::playVideoWithTrailers().
|
private |
Definition at line 25 of file videoplayercommand.h.
Referenced by AltPlayerFor(), GetCommandDisplayName(), operator=(), Play(), PlayerFor(), and ~VideoPlayerCommand().