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
 The x-position of the key.
int y
 The y-position of the key.


Detailed Description

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

Definition at line 74 of file mainwindow.cc.


Member Data Documentation

const char* KeyDesc::desc

Describes the function of the menu item.

Definition at line 98 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 92 of file mainwindow.cc.

Referenced by MainWindow::topRightWinContent().

int KeyDesc::x

The x-position of the key.

Definition at line 86 of file mainwindow.cc.

Referenced by MainWindow::topRightWinContent().

int KeyDesc::y

The y-position of the key.

Definition at line 80 of file mainwindow.cc.

Referenced by MainWindow::topRightWinContent().


The documentation for this struct was generated from the following file:
Generated on Wed Feb 27 16:15:42 2008 for YAPET by  doxygen 1.5.4