Classes | Variables

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

Initial value:
 { {3, 2, "S", _ ("Save File") },
    {4, 2, "R", _ ("Load File") },
    {5, 2, "L", _ ("Lock Screen") },
    {6, 2, "A", _ ("Add Entry") },
    {7, 2, "D", _ ("Delete Entry") },
    {8, 2, "O", _ ("Sort Order") },
    {9, 2, "/", _ ("Search") },
    {10, 2, "N", _ ("Search Next") },
    {11, 2, "C", _ ("Change Password") },
    {12, 2, "^L", _ ("Redraw Screen") },
    {13, 2, "Q", _ ("Quit") },
#ifdef ENABLE_PWGEN
    {14, 2, "G", _ ("Password Generator") },
#endif
    {0, 0, NULL, NULL}
}

Those are the keys used for the main menu of the MainWindow class.

Definition at line 128 of file mainwindow.cc.