MainWindow
.
More...
Public Attributes | |
const char * | desc |
The description of the key. | |
const char * | key |
The key. | |
int | x |
The x-position of the key. | |
int | y |
The y-position of the key. |
MainWindow
.
Definition at line 78 of file mainwindow.cc.
const char* KeyDesc::desc |
Describes the function of the menu item.
Definition at line 102 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 96 of file mainwindow.cc.
Referenced by MainWindow::topRightWinContent().
int KeyDesc::x |
The x-position of the key.
Definition at line 90 of file mainwindow.cc.
Referenced by MainWindow::topRightWinContent().
int KeyDesc::y |
The y-position of the key.
Definition at line 84 of file mainwindow.cc.
Referenced by MainWindow::topRightWinContent().