OpenASIP  2.0
Public Attributes | List of all members
OptionsDialog::Shortcut Struct Reference
Collaboration diagram for OptionsDialog::Shortcut:
Collaboration graph

Public Attributes

std::string name
 Name of the command. More...
 
int id
 ID of the command. More...
 
KeyboardShortcutshortcut
 A keyboard shortcut. More...
 

Detailed Description

Describes a keyboard shortcut.

Definition at line 111 of file OptionsDialog.hh.

Member Data Documentation

◆ id

int OptionsDialog::Shortcut::id

ID of the command.

Definition at line 113 of file OptionsDialog.hh.

Referenced by OptionsDialog::readCommands().

◆ name

std::string OptionsDialog::Shortcut::name

Name of the command.

Definition at line 112 of file OptionsDialog.hh.

Referenced by OptionsDialog::onEditShortcut(), and OptionsDialog::readCommands().

◆ shortcut

KeyboardShortcut* OptionsDialog::Shortcut::shortcut

A keyboard shortcut.

Definition at line 114 of file OptionsDialog.hh.

Referenced by OptionsDialog::onEditShortcut(), OptionsDialog::readCommands(), and OptionsDialog::readOptions().


The documentation for this struct was generated from the following file: