MythTV
master
|
#include <iostream>
#include <unistd.h>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythlogging.h>
#include <libmythbase/mythpluginapi.h>
#include <libmythbase/mythversion.h>
#include <libmythui/mythmainwindow.h>
#include <libmythui/myththemedmenu.h>
#include <libmythui/mythuihelper.h>
#include "zmsettings.h"
#include "zmconsole.h"
#include "zmliveplayer.h"
#include "zmevents.h"
#include "zmclient.h"
#include "zmminiplayer.h"
#include "alarmnotifythread.h"
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 | runZMMiniPlayer (void) |
static void | ZoneMinderCallback (void *data, QString &selection) |
static int | runMenu (const QString &which_menu) |
static void | setupKeys (void) |
int | mythplugin_init (const char *libversion) |
int | mythplugin_run (void) |
int | mythplugin_config (void) |
void | mythplugin_destroy (void) |
Variables | |
static void(* | m_callback )(void *, QString &) = nullptr |
static void * | m_callbackdata = nullptr |
|
static |
Definition at line 37 of file mythzoneminder.cpp.
Referenced by mythplugin_init(), runZMConsole(), runZMEventView(), runZMLiveView(), and runZMMiniPlayer().
|
static |
Definition at line 48 of file mythzoneminder.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
|
static |
Definition at line 61 of file mythzoneminder.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
|
static |
Definition at line 75 of file mythzoneminder.cpp.
Referenced by setupKeys(), and ZoneMinderCallback().
|
static |
Definition at line 88 of file mythzoneminder.cpp.
Referenced by setupKeys().
|
static |
Definition at line 108 of file mythzoneminder.cpp.
Referenced by runMenu().
|
static |
Definition at line 129 of file mythzoneminder.cpp.
Referenced by mythplugin_run().
|
static |
Definition at line 174 of file mythzoneminder.cpp.
Referenced by mythplugin_init().
int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 186 of file mythzoneminder.cpp.
int mythplugin_run | ( | void | ) |
Definition at line 204 of file mythzoneminder.cpp.
int mythplugin_config | ( | void | ) |
Definition at line 210 of file mythzoneminder.cpp.
void mythplugin_destroy | ( | void | ) |
Definition at line 224 of file mythzoneminder.cpp.
|
static |
Definition at line 105 of file mythzoneminder.cpp.
Referenced by runMenu(), and ZoneMinderCallback().
|
static |
Definition at line 106 of file mythzoneminder.cpp.
Referenced by runMenu(), and ZoneMinderCallback().