MythTV
master
|
#include <libmyth/mythcontext.h>
#include <libmythbase/lcddevice.h>
#include <libmythbase/mythdbcon.h>
#include <libmythbase/mythpluginapi.h>
#include <libmythbase/mythversion.h>
#include <libmythui/myththemedmenu.h>
#include <libmythui/mythuihelper.h>
#include "gamedbcheck.h"
#include "gamehandler.h"
#include "gamesettings.h"
#include "gameui.h"
Go to the source code of this file.
Classes | |
struct | GameData |
Macros | |
#define | LOC_ERR QString("MythGame:MAIN Error: ") |
#define | LOC QString("MythGame:MAIN: ") |
Functions | |
static void | GameCallback (void *data, QString &selection) |
static int | runMenu (const QString &which_menu) |
static int | RunGames (void) |
static void | runGames (void) |
static void | setupKeys (void) |
int | mythplugin_init (const char *libversion) |
int | mythplugin_run (void) |
int | mythplugin_config (void) |
#define LOC_ERR QString("MythGame:MAIN Error: ") |
Definition at line 16 of file mythgame.cpp.
#define LOC QString("MythGame:MAIN: ") |
Definition at line 17 of file mythgame.cpp.
|
static |
Definition at line 23 of file mythgame.cpp.
Referenced by runMenu().
|
static |
Definition at line 65 of file mythgame.cpp.
Referenced by mythplugin_config().
|
static |
Definition at line 93 of file mythgame.cpp.
Referenced by mythplugin_run(), and runGames().
|
static |
Definition at line 107 of file mythgame.cpp.
Referenced by setupKeys().
|
static |
Definition at line 112 of file mythgame.cpp.
Referenced by mythplugin_init().
int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 127 of file mythgame.cpp.
int mythplugin_run | ( | void | ) |
Definition at line 147 of file mythgame.cpp.
int mythplugin_config | ( | void | ) |
Definition at line 152 of file mythgame.cpp.