OpenASIP
2.0
|
Public Attributes | |
std::string | name |
Name of the command. More... | |
int | id |
ID of the command. More... | |
KeyboardShortcut * | shortcut |
A keyboard shortcut. More... | |
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().