MythTV  master
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
VideoPlayerCommand Class Reference

#include <videoplayercommand.h>

Collaboration diagram for VideoPlayerCommand:
Collaboration graph
[legend]

Public Member Functions

 VideoPlayerCommand ()
 
 ~VideoPlayerCommand ()
 
 VideoPlayerCommand (const VideoPlayerCommand &other)
 
VideoPlayerCommandoperator= (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 VideoPlayerCommandPrivatem_d {nullptr}
 

Detailed Description

Definition at line 5 of file videoplayercommand.h.

Constructor & Destructor Documentation

◆ VideoPlayerCommand() [1/2]

VideoPlayerCommand::VideoPlayerCommand ( )

Definition at line 383 of file videoplayercommand.cpp.

◆ ~VideoPlayerCommand()

VideoPlayerCommand::~VideoPlayerCommand ( )

Definition at line 388 of file videoplayercommand.cpp.

◆ VideoPlayerCommand() [2/2]

VideoPlayerCommand::VideoPlayerCommand ( const VideoPlayerCommand other)

Definition at line 394 of file videoplayercommand.cpp.

Member Function Documentation

◆ PlayerFor() [1/2]

VideoPlayerCommand VideoPlayerCommand::PlayerFor ( const VideoMetadata item)
static

◆ PlayerFor() [2/2]

VideoPlayerCommand VideoPlayerCommand::PlayerFor ( const QString &  filename)
static

Definition at line 376 of file videoplayercommand.cpp.

◆ AltPlayerFor()

VideoPlayerCommand VideoPlayerCommand::AltPlayerFor ( const VideoMetadata item)
static

Definition at line 362 of file videoplayercommand.cpp.

◆ operator=()

VideoPlayerCommand & VideoPlayerCommand::operator= ( const VideoPlayerCommand rhs)

Definition at line 399 of file videoplayercommand.cpp.

◆ Play()

void VideoPlayerCommand::Play ( ) const

◆ GetCommandDisplayName()

QString VideoPlayerCommand::GetCommandDisplayName ( ) const

Returns the player command suitable for display to the user.

Definition at line 428 of file videoplayercommand.cpp.

Member Data Documentation

◆ m_d

class VideoPlayerCommandPrivate* VideoPlayerCommand::m_d {nullptr}
private

The documentation for this class was generated from the following files: