Structure defining a key for the MainWindow.
More...
Public Attributes | |
| const char * | desc |
| The description of the key. | |
| const char * | key |
| The key. | |
| int | x |
| int | y |
This struct defines a key that will be displayed in the main menu of MainWindow.
Definition at line 82 of file mainwindow.cc.
| const char* KeyDesc::desc |
Describes the function of the menu item.
Definition at line 106 of file mainwindow.cc.
Referenced by MainWindow::topRightWinContent().
| const char* KeyDesc::key |
The key to be pressed to call the menu item.
Definition at line 100 of file mainwindow.cc.
Referenced by MainWindow::topRightWinContent().
| int KeyDesc::x |
The x-position of the key.
Definition at line 94 of file mainwindow.cc.
Referenced by MainWindow::topRightWinContent().
| int KeyDesc::y |
The y-position of the key.
Definition at line 88 of file mainwindow.cc.
Referenced by MainWindow::topRightWinContent().
1.7.1