|
MythTV master
|
#include <unistd.h>#include <QApplication>#include <libmythbase/mythcorecontext.h>#include <libmythbase/mythlogging.h>#include <libmythbase/mythplugin.h>#include <libmythbase/mythpluginapi.h>#include <libmythbase/mythversion.h>#include <libmythui/mythmainwindow.h>#include "mythnews.h"#include "mythnewsconfig.h"#include "newsdbcheck.h"Go to the source code of this file.
Functions | |
| static int | RunNews (void) |
| static void | runNews (void) |
| static void | setupKeys (void) |
| int | mythplugin_init (const char *libversion) |
| int | mythplugin_run (void) |
| int | mythplugin_config (void) |
| int mythplugin_config | ( | void | ) |
Definition at line 80 of file libmythnews.cpp.
| int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 54 of file libmythnews.cpp.
| int mythplugin_run | ( | void | ) |
Definition at line 75 of file libmythnews.cpp.
|
static |
Definition at line 21 of file libmythnews.cpp.
Referenced by mythplugin_run(), and runNews().
|
static |
Definition at line 36 of file libmythnews.cpp.
Referenced by setupKeys().
|
static |
Definition at line 41 of file libmythnews.cpp.
Referenced by mythplugin_init().