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 . |
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"}, {0, 0, NULL, NULL} }
MainWindow
class.
Definition at line 107 of file mainwindow.cc.