Public Attributes

KeyDesc Struct Reference

Structure defining a key for the MainWindow. More...

List of all members.

Public Attributes

const char * desc
 The description of the key.
const char * key
 The key.
int x
int y

Detailed Description

This struct defines a key that will be displayed in the main menu of MainWindow.

Definition at line 82 of file mainwindow.cc.


Member Data Documentation

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().

The x-position of the key.

Definition at line 94 of file mainwindow.cc.

Referenced by MainWindow::topRightWinContent().

The y-position of the key.

Definition at line 88 of file mainwindow.cc.

Referenced by MainWindow::topRightWinContent().


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