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 38 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by runZMConsole(), runZMEventView(), and runZMLiveView().
| static void runZMConsole | ( | void | ) | [static] |
Definition at line 49 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
| static void runZMLiveView | ( | void | ) | [static] |
Definition at line 62 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
| static void runZMEventView | ( | void | ) | [static] |
Definition at line 76 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
| static void ZoneMinderCallback | ( | void * | data, | |
| QString & | selection | |||
| ) | [static] |
Definition at line 89 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by runMenu().
| static int runMenu | ( | QString | which_menu | ) | [static] |
Definition at line 103 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by mythplugin_run().
| static void setupKeys | ( | void | ) | [static] |
Definition at line 128 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by mythplugin_init().
| int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 138 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
| int mythplugin_run | ( | void | ) |
Definition at line 150 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
Referenced by handleMedia().
| int mythplugin_config | ( | void | ) |
Definition at line 161 of file mythplugins/mythzoneminder/mythzoneminder/main.cpp.
1.6.3