Go to the source code of this file.
Functions | |
| static bool | checkConnection (void) |
| static void | runZMConsole (void) |
| static void | runZMLiveView (void) |
| static void | runZMEventView (void) |
| static void | ZoneMinderCallback (void *data, QString &selection) |
| static int | runMenu (QString which_menu) |
| static void | setupKeys (void) |
| int | mythplugin_init (const char *libversion) |
| int | mythplugin_run (void) |
| int | mythplugin_config (void) |
| static bool checkConnection | ( | void | ) | [static] |
Definition at line 37 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by runZMConsole(), runZMEventView(), and runZMLiveView().
| static void runZMConsole | ( | void | ) | [static] |
Definition at line 48 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
| static void runZMLiveView | ( | void | ) | [static] |
Definition at line 61 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
| static void runZMEventView | ( | void | ) | [static] |
Definition at line 75 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
| static void ZoneMinderCallback | ( | void * | data, | |
| QString & | selection | |||
| ) | [static] |
Definition at line 88 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by runMenu().
| static int runMenu | ( | QString | which_menu | ) | [static] |
Definition at line 102 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
| static void setupKeys | ( | void | ) | [static] |
Definition at line 127 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
| int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 137 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
| int mythplugin_run | ( | void | ) |
Definition at line 149 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by handleDVDMedia(), handleMedia(), and handleVCDMedia().
| int mythplugin_config | ( | void | ) |
Definition at line 160 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
1.5.5