|
OpenASIP 2.2
|

Public Attributes | |
| std::string | name |
| Name of the command. | |
| int | id |
| ID of the command. | |
| KeyboardShortcut * | shortcut |
| A keyboard shortcut. | |
Describes a keyboard shortcut.
Definition at line 111 of file OptionsDialog.hh.
| int OptionsDialog::Shortcut::id |
ID of the command.
Definition at line 113 of file OptionsDialog.hh.
Referenced by OptionsDialog::readCommands().
| std::string OptionsDialog::Shortcut::name |
Name of the command.
Definition at line 112 of file OptionsDialog.hh.
Referenced by OptionsDialog::onEditShortcut(), and OptionsDialog::readCommands().
| KeyboardShortcut* OptionsDialog::Shortcut::shortcut |
A keyboard shortcut.
Definition at line 114 of file OptionsDialog.hh.
Referenced by OptionsDialog::onEditShortcut(), OptionsDialog::readCommands(), and OptionsDialog::readOptions().