Commands menu of the plugin. More...
#include <commands.h>
Public Member Functions | |
| CommandMenu () | |
| Constructor. | |
| CommandType | get_selected_command () const |
| Get the selected menu command. | |
| virtual eOSState | ProcessKey (eKeys key) |
| Process user events. | |
Private Attributes | |
| CommandType | command |
Commands menu of the plugin.
Definition at line 78 of file commands.h.
| CommandMenu::CommandMenu | ( | ) |
Constructor.
Definition at line 151 of file commands.cpp.
References command, SudokuPlugin::CommandList::command(), SudokuPlugin::CommandList::count(), and SudokuPlugin::CommandList::text().
| CommandType CommandMenu::get_selected_command | ( | ) | const |
Get the selected menu command.
Definition at line 161 of file commands.cpp.
References command.
Referenced by SudokuPlugin::Menu::ProcessKey().
| eOSState CommandMenu::ProcessKey | ( | eKeys | key | ) | [virtual] |
Process user events.
Definition at line 167 of file commands.cpp.
References command, and SudokuPlugin::Command::get_command().
Referenced by SudokuPlugin::Menu::ProcessKey().
Definition at line 80 of file commands.h.
Referenced by CommandMenu(), get_selected_command(), and ProcessKey().
1.6.3