yapet/mainwindow.cc File Reference

Go to the source code of this file.

Classes

class  Alarm
 Class for calling the signal handler of MainWindow. More...
struct  KeyDesc
 Structure defining a key for the MainWindow. More...

Variables

KeyDesc keys []
 The menu of MainWindow.


Variable Documentation

KeyDesc keys[]

Initial value:

 { {4, 2, "S", "Save File"},
           {5, 2, "R", "Load File"},
           {6, 2, "L", "Lock Screen"},
           {7, 2, "A", "Add Entry"},
           {8, 2, "D", "Delete Entry"},
           {9, 2, "C", "Change Password"},
           {10, 2, "^L", "Redraw Screen"},
           {11, 2, "Q", "Quit"},
           {0, 0, NULL, NULL}
}
Those are the keys used for the main menu of the MainWindow class.

Definition at line 106 of file mainwindow.cc.


Generated on Wed Feb 27 16:15:42 2008 for YAPET by  doxygen 1.5.4