Maeomm Reference Documentation: hildonsmm |
Inheritance diagram for Hildon::LoginDialog:
The widget performs no input checking and is used only for retrieving a user name and a password.
Public Member Functions | ||||
Glib::ustring | get_password () const | |||
Gets the text that's in the password entry. | ||||
Glib::ustring | get_username () const | |||
Gets the text that's in the username entry. | ||||
const HildonLoginDialog* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonLoginDialog* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
LoginDialog (const Glib::ustring& username, const Glib::ustring& password) | ||||
LoginDialog (Gtk::Window& parent, const Glib::ustring& username, const Glib::ustring& password) | ||||
LoginDialog () | ||||
void | set_message (const Glib::ustring& message) | |||
Sets the optional descriptive text that is displayed on the top of the dialog. | ||||
virtual | ~LoginDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::LoginDialog* | wrap (HildonLoginDialog* object, bool take_copy=false) | |||
|
virtual Hildon::LoginDialog::~LoginDialog | ( | ) | [virtual] |
Hildon::LoginDialog::LoginDialog | ( | ) |
Hildon::LoginDialog::LoginDialog | ( | Gtk::Window & | parent, | |
const Glib::ustring & | username, | |||
const Glib::ustring & | password | |||
) | [explicit] |
Hildon::LoginDialog::LoginDialog | ( | const Glib::ustring & | username, | |
const Glib::ustring & | password | |||
) |
Glib::ustring Hildon::LoginDialog::get_password | ( | ) | const |
Gets the text that's in the password entry.
Glib::ustring Hildon::LoginDialog::get_username | ( | ) | const |
Gets the text that's in the username entry.
const HildonLoginDialog* Hildon::LoginDialog::gobj | ( | ) | const [inline] |
HildonLoginDialog* Hildon::LoginDialog::gobj | ( | ) | [inline] |
void Hildon::LoginDialog::set_message | ( | const Glib::ustring & | message | ) |
Sets the optional descriptive text that is displayed on the top of the dialog.
msg | The message or some other descriptive text to be set. |
Hildon::LoginDialog* wrap | ( | HildonLoginDialog * | 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. |