#include <GpgGtkPasswordEntryDialog.h>
Public Methods | |
| GpgGtkPasswordEntryDialog () | |
| Constructor of the dialog for the password prompt to the user. More... | |
| ~GpgGtkPasswordEntryDialog () | |
| Destructor of the dialog for the password prompt to the user. More... | |
| bool | show (void) |
| string | getPasswordFromUser (void) |
| Retrieves the password entered by the user. More... | |
| string | getFilenameFromUser (void) |
| PasswordCodecPrototype * | getPasswordCodecPrototypeFromUser (void) |
| string | getBrowsedFile (void) |
Static Public Methods | |
| void | entry_changed_callback (GtkWidget *entry_password, GtkWidget *button_open) |
| the callback to the GTK signal "entry_changed" of the password entry field. More... | |
| void | option_menu_activated_callback (GtkWidget *option_menu_item, GpgGtkPasswordEntryDialog *password_entry_dialog) |
| void | checkbox_toggled_callback (GtkWidget *checkbox, GpgGtkPasswordEntryDialog *password_entry_dialog) |
| void | move_focus_callback (GtkWidget *next_focused_widget) |
| void | button_clicked_callback (GpgGtkPasswordEntryDialog *password_entry_dialog) |
|
|
Constructor of the dialog for the password prompt to the user.
|
|
|
Destructor of the dialog for the password prompt to the user.
|
|
||||||||||||
|
the callback to the GTK signal "entry_changed" of the password entry field.
If the field is empty, freeze the OK button, otherwise unfreeze it.
|
|
|
Retrieves the password entered by the user.
|
1.2.15