Maeomm Reference Documentation: hildonsmm |
Inheritance diagram for Hildon::GetPasswordDialog:
Hildon::GetPasswordDialog prompts the user for a password, with an optional configurable label, for instance for showing the domain. The maximum length of the password can be set.
Public Member Functions | ||||
Glib::ustring | get_password () const | |||
Gets the currently inputted password. | ||||
GetPasswordDialog (const Glib::ustring& password, bool get_old_password_title=true) | ||||
GetPasswordDialog (Gtk::Window& parent, const Glib::ustring& password, bool get_old_password_title=true) | ||||
GetPasswordDialog (bool get_old_password_title=true) | ||||
GetPasswordDialog (Gtk::Window& parent, bool get_old_password_title=true) | ||||
const HildonGetPasswordDialog* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonGetPasswordDialog* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | set_caption (const Glib::ustring& new_caption) | |||
Sets the password entry field's neigbouring label. | ||||
void | set_max_characters (int max_characters) | |||
sets the maximum number of characters allowed as the password | ||||
void | set_message (const Glib::ustring& message) | |||
virtual | ~GetPasswordDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::GetPasswordDialog* | wrap (HildonGetPasswordDialog* object, bool take_copy=false) | |||
|
virtual Hildon::GetPasswordDialog::~GetPasswordDialog | ( | ) | [virtual] |
Hildon::GetPasswordDialog::GetPasswordDialog | ( | Gtk::Window & | parent, | |
bool | get_old_password_title = true | |||
) |
Hildon::GetPasswordDialog::GetPasswordDialog | ( | bool | get_old_password_title = true |
) | [explicit] |
Hildon::GetPasswordDialog::GetPasswordDialog | ( | Gtk::Window & | parent, | |
const Glib::ustring & | password, | |||
bool | get_old_password_title = true | |||
) |
Hildon::GetPasswordDialog::GetPasswordDialog | ( | const Glib::ustring & | password, | |
bool | get_old_password_title = true | |||
) |
Glib::ustring Hildon::GetPasswordDialog::get_password | ( | ) | const |
Gets the currently inputted password.
const HildonGetPasswordDialog* Hildon::GetPasswordDialog::gobj | ( | ) | const [inline] |
HildonGetPasswordDialog* Hildon::GetPasswordDialog::gobj | ( | ) | [inline] |
void Hildon::GetPasswordDialog::set_caption | ( | const Glib::ustring & | new_caption | ) |
Sets the password entry field's neigbouring label.
new_caption | The text to be set as the caption label. |
void Hildon::GetPasswordDialog::set_max_characters | ( | int | max_characters | ) |
sets the maximum number of characters allowed as the password
max_characters | The maximum number of characters the password dialog accepts. |
void Hildon::GetPasswordDialog::set_message | ( | const Glib::ustring & | message | ) |
Hildon::GetPasswordDialog* wrap | ( | HildonGetPasswordDialog * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |