Go to the source code of this file.
Functions | |
| template<typename T> | |
| int | exec_screen (T *inst, const QString &loc_name) |
| template<typename T> | |
| int | q_exec_screen (T *inst, const QString &loc_name) |
| void | screenVideoManager () |
| void | screenVideoBrowser () |
| void | screenVideoTree () |
| void | screenVideoGallery () |
| void | screenVideoDefault () |
| void | startDVDRipper () |
| void | playVCD () |
| void | playDVD () |
| void | handleDVDMedia (MythMediaDevice *dvd) |
| void | handleVCDMedia (MythMediaDevice *vcd) |
| void | setupKeys () |
| void | VideoCallback (void *data, QString &selection) |
| void | runMenu (const QString &menuname) |
| int | mythplugin_init (const char *libversion) |
| Initializes the plugin. | |
| int | mythplugin_run () |
| Runs the plugin. | |
| int | mythplugin_config () |
| Plug-in config handler, does nothing. | |
| void | mythplugin_destroy () |
Variables | |
| QString | gDVDdevice |
| int @2177::exec_screen | ( | T * | inst, | |
| const QString & | loc_name | |||
| ) | [inline, static] |
Definition at line 105 of file mythplugins/mythvideo/mythvideo/main.cpp.
| int @2177::q_exec_screen | ( | T * | inst, | |
| const QString & | loc_name | |||
| ) | [inline, static] |
Definition at line 112 of file mythplugins/mythvideo/mythvideo/main.cpp.
| void @2177::screenVideoManager | ( | ) | [static] |
Definition at line 232 of file mythplugins/mythvideo/mythvideo/main.cpp.
Referenced by setupKeys(), and VideoCallback().
| void @2177::screenVideoBrowser | ( | ) | [static] |
Definition at line 233 of file mythplugins/mythvideo/mythvideo/main.cpp.
Referenced by setupKeys(), and VideoCallback().
| void @2177::screenVideoTree | ( | ) | [static] |
Definition at line 234 of file mythplugins/mythvideo/mythvideo/main.cpp.
Referenced by setupKeys(), and VideoCallback().
| void @2177::screenVideoGallery | ( | ) | [static] |
Definition at line 235 of file mythplugins/mythvideo/mythvideo/main.cpp.
Referenced by setupKeys(), and VideoCallback().
| void @2177::screenVideoDefault | ( | ) | [static] |
| void @2177::startDVDRipper | ( | ) | [static] |
Definition at line 245 of file mythplugins/mythvideo/mythvideo/main.cpp.
Referenced by handleDVDMedia(), setupKeys(), and VideoCallback().
| void @2177::playVCD | ( | ) | [static] |
Definition at line 278 of file mythplugins/mythvideo/mythvideo/main.cpp.
Referenced by handleVCDMedia(), setupKeys(), and VideoCallback().
| void @2177::playDVD | ( | ) | [static] |
Definition at line 324 of file mythplugins/mythvideo/mythvideo/main.cpp.
Referenced by handleDVDMedia(), setupKeys(), and VideoCallback().
| void @2177::handleDVDMedia | ( | MythMediaDevice * | dvd | ) | [static] |
| void @2177::handleVCDMedia | ( | MythMediaDevice * | vcd | ) | [static] |
| void @2177::setupKeys | ( | void | ) | [static] |
Definition at line 469 of file mythplugins/mythvideo/mythvideo/main.cpp.
| void @2177::VideoCallback | ( | void * | data, | |
| QString & | selection | |||
| ) | [static] |
| void @2177::runMenu | ( | const QString & | menuname | ) | [static] |
Definition at line 576 of file mythplugins/mythvideo/mythvideo/main.cpp.
| int mythplugin_init | ( | const char * | libversion | ) |
Initializes the plugin.
| libversion | The mythtv library version. |
Definition at line 605 of file mythplugins/mythvideo/mythvideo/main.cpp.
| int mythplugin_run | ( | void | ) |
Runs the plugin.
Definition at line 632 of file mythplugins/mythvideo/mythvideo/main.cpp.
| int mythplugin_config | ( | void | ) |
Plug-in config handler, does nothing.
Definition at line 638 of file mythplugins/mythvideo/mythvideo/main.cpp.
| void mythplugin_destroy | ( | void | ) |
Definition at line 645 of file mythplugins/mythvideo/mythvideo/main.cpp.
Definition at line 70 of file mythplugins/mythvideo/mythvideo/main.cpp.
| const QString& m_location_name |
Definition at line 71 of file mythplugins/mythvideo/mythvideo/main.cpp.
QString gDVDdevice [static] |
Definition at line 243 of file mythplugins/mythvideo/mythvideo/main.cpp.
1.5.5