MythTV  0.26-pre
Public Member Functions | Private Types | Private Member Functions | Private Attributes
VideoPlayerCommandPrivate Class Reference

List of all members.

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

VideoPlayerCommandPrivateoperator= (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

Detailed Description

Definition at line 181 of file videoplayercommand.cpp.


Member Typedef Documentation

typedef std::vector<VideoPlayProc *> VideoPlayerCommandPrivate::player_list [private]

Definition at line 358 of file videoplayercommand.cpp.


Constructor & Destructor Documentation

Definition at line 187 of file videoplayercommand.cpp.

Definition at line 189 of file videoplayercommand.cpp.

Definition at line 198 of file videoplayercommand.cpp.


Member Function Documentation

VideoPlayerCommandPrivate& VideoPlayerCommandPrivate::operator= ( const VideoPlayerCommandPrivate rhs) [private]

Definition at line 203 of file videoplayercommand.cpp.

Referenced by VideoPlayerCommand::AltPlayerFor().

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.

Definition at line 319 of file videoplayercommand.cpp.

Referenced by ~VideoPlayerCommandPrivate().

Definition at line 329 of file videoplayercommand.cpp.

Referenced by VideoPlayerCommand::Play().

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().


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends