|
MythTV master
|
#include <libmythbase/lcddevice.h>#include <libmythbase/mythcorecontext.h>#include <libmythbase/mythdbcon.h>#include <libmythbase/mythlogging.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 QString("MythGame:MAIN: ") |
Definition at line 18 of file mythgame.cpp.
| #define LOC_ERR QString("MythGame:MAIN Error: ") |
Definition at line 17 of file mythgame.cpp.
|
static |
Definition at line 24 of file mythgame.cpp.
Referenced by runMenu().
| int mythplugin_config | ( | void | ) |
Definition at line 151 of file mythgame.cpp.
| int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 126 of file mythgame.cpp.
| int mythplugin_run | ( | void | ) |
Definition at line 146 of file mythgame.cpp.
|
static |
Definition at line 92 of file mythgame.cpp.
Referenced by mythplugin_run(), and runGames().
|
static |
Definition at line 106 of file mythgame.cpp.
Referenced by setupKeys().
|
static |
Definition at line 64 of file mythgame.cpp.
Referenced by mythplugin_config().
|
static |
Definition at line 111 of file mythgame.cpp.
Referenced by mythplugin_init().