MythTV
master
|
#include <unistd.h>
#include <QApplication>
#include <mythcontext.h>
#include <mythplugin.h>
#include <mythpluginapi.h>
#include <mythversion.h>
#include <mythmainwindow.h>
#include "newsdbcheck.h"
#include "mythnews.h"
#include "mythnewsconfig.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) |
|
static |
Definition at line 20 of file mythplugins/mythnews/mythnews/main.cpp.
Referenced by mythplugin_run(), and runNews().
|
static |
Definition at line 35 of file mythplugins/mythnews/mythnews/main.cpp.
Referenced by setupKeys().
|
static |
Definition at line 40 of file mythplugins/mythnews/mythnews/main.cpp.
Referenced by mythplugin_init().
int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 53 of file mythplugins/mythnews/mythnews/main.cpp.
int mythplugin_run | ( | void | ) |
Definition at line 74 of file mythplugins/mythnews/mythnews/main.cpp.
int mythplugin_config | ( | void | ) |
Definition at line 79 of file mythplugins/mythnews/mythnews/main.cpp.