#include <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. | |
Static Public Member Functions | |
| static VideoPlayerCommand | PlayerFor (const class VideoMetadata *item) |
| static VideoPlayerCommand | PlayerFor (const QString &filename) |
| static VideoPlayerCommand | AltPlayerFor (const class VideoMetadata *item) |
Private Attributes | |
| class VideoPlayerCommandPrivate * | m_d |
Definition at line 4 of file videoplayercommand.h.
| VideoPlayerCommand::VideoPlayerCommand | ( | ) |
Definition at line 385 of file videoplayercommand.cpp.
| VideoPlayerCommand::~VideoPlayerCommand | ( | ) |
Definition at line 390 of file videoplayercommand.cpp.
| VideoPlayerCommand::VideoPlayerCommand | ( | const VideoPlayerCommand & | other | ) |
Definition at line 396 of file videoplayercommand.cpp.
| static VideoPlayerCommand VideoPlayerCommand::PlayerFor | ( | const class VideoMetadata * | item | ) | [static] |
Referenced by VideoDialog::playTrailer(), and VideoDialog::playVideoWithTrailers().
| VideoPlayerCommand VideoPlayerCommand::PlayerFor | ( | const QString & | filename | ) | [static] |
Definition at line 378 of file videoplayercommand.cpp.
| static VideoPlayerCommand VideoPlayerCommand::AltPlayerFor | ( | const class VideoMetadata * | item | ) | [static] |
| VideoPlayerCommand & VideoPlayerCommand::operator= | ( | const VideoPlayerCommand & | rhs | ) |
Definition at line 401 of file videoplayercommand.cpp.
| void VideoPlayerCommand::Play | ( | void | ) | const |
Definition at line 411 of file videoplayercommand.cpp.
Referenced by VideoDialog::playTrailer(), and VideoDialog::playVideoWithTrailers().
| QString VideoPlayerCommand::GetCommandDisplayName | ( | ) | const |
Returns the player command suitable for display to the user.
Definition at line 428 of file videoplayercommand.cpp.
class VideoPlayerCommandPrivate* VideoPlayerCommand::m_d [private] |
Definition at line 24 of file videoplayercommand.h.
Referenced by GetCommandDisplayName(), operator=(), Play(), PlayerFor(), VideoPlayerCommand(), and ~VideoPlayerCommand().
1.6.3