Maeomm Reference Documentation: hildon-libsmm |
In Change mode, the dialog is used to change or remove an existing password. Unselecting the check box dims the password fields below it. If the dialog is accepted with 'OK' while the check box is unselected, a confirmation note is shown. If the confirmation note dialog is accepted with 'Remove', the password protection is removed.
In Set mode, the dialog is used to define a password, or change a password that cannot be removed.
Public Member Functions | |
Glib::ustring | get_password () const |
Returns current password. | |
bool | get_protected () const |
Returns the protection mode. | |
const HildonSetPasswordDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
HildonSetPasswordDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
void | set_domain (const Glib::ustring& domain) |
Sets the optional descriptive text. | |
SetPasswordDialog (Gtk::Window& parent, const Glib::ustring& password, bool modify_protection) | |
Constructs a new Hildon::SetPasswordDialog with a default password in the password field. | |
SetPasswordDialog (const Glib::ustring& password, bool modify_protection) | |
Constructs a new Hildon::SetPasswordDialog. | |
SetPasswordDialog (Gtk::Window& parent, bool modify_protection) | |
Constructs a new Hildon::SetPasswordDialog. | |
SetPasswordDialog (bool modify_protection) | |
Constructs a new Hildon::SetPasswordDialog. | |
virtual | ~SetPasswordDialog () |
Related Functions | |
(Note that these are not member functions.) | |
Hildon::SetPasswordDialog* | wrap (HildonSetPasswordDialog* object, bool take_copy=false) |
|
|
|
Constructs a new Hildon::SetPasswordDialog.
|
|
Constructs a new Hildon::SetPasswordDialog.
|
|
Constructs a new Hildon::SetPasswordDialog.
|
|
Constructs a new Hildon::SetPasswordDialog with a default password in the password field.
|
|
Returns current password.
|
|
Returns the protection mode.
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Sets the optional descriptive text.
|
|
|