Public Member Functions | |
| bool | Play () const |
| QString | GetCommandDisplayName () const |
| VideoPlayMythSystem * | Clone () const |
Static Public Member Functions | |
| static VideoPlayMythSystem * | Create (const QString &command, const QString &filename) |
Private Member Functions | |
| VideoPlayMythSystem (const QString &disp_command, const QString &play_command) | |
Private Attributes | |
| QString | m_display_command |
| QString | m_play_command |
Definition at line 136 of file videoplayercommand.cpp.
| VideoPlayMythSystem::VideoPlayMythSystem | ( | const QString & | disp_command, | |
| const QString & | play_command | |||
| ) | [inline, private] |
Definition at line 139 of file videoplayercommand.cpp.
| static VideoPlayMythSystem* VideoPlayMythSystem::Create | ( | const QString & | command, | |
| const QString & | filename | |||
| ) | [inline, static] |
Definition at line 146 of file videoplayercommand.cpp.
Referenced by VideoPlayerCommandPrivate::AddPlayer().
| bool VideoPlayMythSystem::Play | ( | void | ) | const [inline, virtual] |
Implements VideoPlayProc.
Definition at line 153 of file videoplayercommand.cpp.
| QString VideoPlayMythSystem::GetCommandDisplayName | ( | ) | const [inline, virtual] |
Implements VideoPlayProc.
Definition at line 164 of file videoplayercommand.cpp.
| VideoPlayMythSystem* VideoPlayMythSystem::Clone | ( | ) | const [inline, virtual] |
Implements VideoPlayProc.
Definition at line 169 of file videoplayercommand.cpp.
QString VideoPlayMythSystem::m_display_command [private] |
Definition at line 175 of file videoplayercommand.cpp.
Referenced by GetCommandDisplayName().
QString VideoPlayMythSystem::m_play_command [private] |
Definition at line 176 of file videoplayercommand.cpp.
Referenced by Play().
1.6.3