Go to the source code of this file.
Classes | |
| struct | GameData |
Functions | |
| void | GameCallback (void *data, QString &selection) |
| void | runMenu (QString which_menu) |
| void | runGames (void) |
| void | setupKeys (void) |
| int | mythplugin_init (const char *libversion) |
| Initializes the plugin. | |
| int | mythplugin_run (void) |
| Runs the plugin. | |
| int | mythplugin_config (void) |
| Plug-in config handler, does nothing. | |
| void GameCallback | ( | void * | data, | |
| QString & | selection | |||
| ) |
| void runMenu | ( | QString | which_menu | ) |
Definition at line 56 of file mythplugins/mythgame/mythgame/main.cpp.
| void runGames | ( | void | ) |
Definition at line 123 of file mythplugins/mythgame/mythgame/main.cpp.
Referenced by mythplugin_run(), and setupKeys().
| void setupKeys | ( | void | ) |
Definition at line 87 of file mythplugins/mythgame/mythgame/main.cpp.
| int mythplugin_init | ( | const char * | libversion | ) |
Initializes the plugin.
| libversion | The mythtv library version. |
Definition at line 98 of file mythplugins/mythgame/mythgame/main.cpp.
| int mythplugin_run | ( | void | ) |
Runs the plugin.
Definition at line 131 of file mythplugins/mythgame/mythgame/main.cpp.
| int mythplugin_config | ( | void | ) |
Plug-in config handler, does nothing.
Definition at line 137 of file mythplugins/mythgame/mythgame/main.cpp.
1.5.5