commands.cpp File Reference

#include "commands.h"
#include "sudoku.h"
#include <vdr/osdbase.h>
#include <vdr/config.h>
#include <vdr/osd.h>
#include <vdr/plugin.h>
#include <vdr/tools.h>
#include <vdr/i18n.h>
#include <assert.h>
Include dependency graph for commands.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CommandList
 List of commands - sorted for the commands menu. More...

Namespaces

namespace  SudokuPlugin
 

'Sudoku' is a VDR plugin to generate and solve Number Place puzzles.


Enumerations

enum  {
  SudokuPlugin::Cmd_LowerEdge = 100, SudokuPlugin::CmdGenerate, SudokuPlugin::CmdReset, SudokuPlugin::CmdExit,
  SudokuPlugin::CmdMark, SudokuPlugin::CmdNextCell, SudokuPlugin::CmdNextNumber, SudokuPlugin::CmdLoad,
  SudokuPlugin::CmdSave, SudokuPlugin::CmdSetup, SudokuPlugin::CmdUndo, SudokuPlugin::CmdRedo,
  SudokuPlugin::Cmd_UpperEdge, SudokuPlugin::Cmd_Count = Cmd_UpperEdge-Cmd_LowerEdge-1, SudokuPlugin::Cmd_KeyRedDefault = CmdMark, SudokuPlugin::Cmd_KeyGreenDefault = CmdUndo,
  SudokuPlugin::Cmd_KeyYellowDefault = CmdRedo
}
 

Command ids.

More...
Generated on Mon Apr 5 17:01:08 2010 for VDR plugin 'Sudoku' by  doxygen 1.6.3