#include "sudoku.h"#include "menu.h"#include "setup.h"#include <vdr/i18n.h>#include <vdr/plugin.h>#include <vdr/config.h>
Go to the source code of this file.
Classes | |
| class | SudokuPlugin::Plugin |
| Main class of the VDR plugin 'Sudoku'. More... | |
Namespaces | |
| namespace | Sudoku |
Sudoku puzzle. | |
| namespace | SudokuPlugin |
'Sudoku' is a VDR plugin to generate and solve Number Place puzzles. | |
Functions | |
| VDRPLUGINCREATOR (Plugin) | |
| "Magic" hook that allows VDR to load the plugin into its memory | |
Variables | |
| static const char * | SudokuPlugin::VERSION = "0.3.5" |
| Version number of the plugin. | |
| static const char * | SudokuPlugin::DESCRIPTION |
| Short description of the plugin's purpose. | |
| static const char * | SudokuPlugin::MAINMENUENTRY = trNOOP("Sudoku") |
| Name of the entry in VDR's main menu. | |
| VDRPLUGINCREATOR | ( | Plugin | ) |
"Magic" hook that allows VDR to load the plugin into its memory
1.6.3