SourceForge Logo
Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

GpgGtkPasswordEntryDialog Class Reference

the dialog for the password prompt to the user. More...

#include <GpgGtkPasswordEntryDialog.h>

List of all members.

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)


Detailed Description

the dialog for the password prompt to the user.


Constructor & Destructor Documentation

GpgGtkPasswordEntryDialog::GpgGtkPasswordEntryDialog  
 

Constructor of the dialog for the password prompt to the user.

Returns:
none

GpgGtkPasswordEntryDialog::~GpgGtkPasswordEntryDialog  
 

Destructor of the dialog for the password prompt to the user.

Returns:
none


Member Function Documentation

void GpgGtkPasswordEntryDialog::entry_changed_callback GtkWidget *    entry_password,
GtkWidget *    button_open
[static]
 

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.

Parameters:
entry_password  the entry field
button_open  the OK button
Returns:
none

string GpgGtkPasswordEntryDialog::getPasswordFromUser void   
 

Retrieves the password entered by the user.

Returns:
a string holding the password


The documentation for this class was generated from the following files:
Generated on Sun Mar 9 15:36:57 2003 for GPassGuard by doxygen1.2.15