Item in commands menu. More...
#include <commands.h>
Public Member Functions | |
| Command (const char *text, CommandType command) | |
| Constructor. | |
| CommandType | get_command () const |
| Get the menu command. | |
Private Attributes | |
| CommandType | command |
Item in commands menu.
Definition at line 98 of file commands.h.
| Command::Command | ( | const char * | text, | |
| CommandType | command | |||
| ) |
Constructor.
Definition at line 188 of file commands.cpp.
| CommandType Command::get_command | ( | ) | const |
Get the menu command.
Definition at line 196 of file commands.cpp.
References command.
Referenced by SudokuPlugin::CommandMenu::ProcessKey().
CommandType SudokuPlugin::Command::command [private] |
Definition at line 100 of file commands.h.
Referenced by get_command().
1.6.3