Go to the source code of this file.
Functions | |
| void | runZMConsole (void) |
| void | runZMLiveView (void) |
| void | runZMEventView (void) |
| void | setupKeys (void) |
| bool | checkConnection (void) |
| int | mythplugin_init (const char *libversion) |
| Initializes the plugin. | |
| void | ZoneMinderCallback (void *data, QString &selection) |
| void | runMenu (QString which_menu) |
| int | mythplugin_run (void) |
| Runs the plugin. | |
| int | mythplugin_config (void) |
| Plug-in config handler, does nothing. | |
| void runZMConsole | ( | void | ) |
Definition at line 74 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
| void runZMLiveView | ( | void | ) |
Definition at line 86 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
| void runZMEventView | ( | void | ) |
Definition at line 100 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
| void setupKeys | ( | void | ) |
Definition at line 44 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
| bool checkConnection | ( | void | ) |
Definition at line 51 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by runZMConsole(), runZMEventView(), and runZMLiveView().
| int mythplugin_init | ( | const char * | libversion | ) |
Initializes the plugin.
| libversion | The mythtv library version. |
Definition at line 62 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
| void ZoneMinderCallback | ( | void * | data, | |
| QString & | selection | |||
| ) |
Definition at line 113 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by runMenu().
| void runMenu | ( | QString | which_menu | ) |
Definition at line 127 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
| int mythplugin_run | ( | void | ) |
Runs the plugin.
Definition at line 148 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by handleDVDMedia(), handleMedia(), and handleVCDMedia().
| int mythplugin_config | ( | void | ) |
Plug-in config handler, does nothing.
Definition at line 161 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
1.5.5