libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::LoginDialog:
Public Member Functions | ||||
Glib::ustring | get_dsn () const | |||
const Login* | get_login_widget () const | |||
Get the Gnome::DbLogin widget contained in a Gnome::DbLoginDialog. | ||||
Login* | get_login_widget () | |||
Get the Gnome::DbLogin widget contained in a Gnome::DbLoginDialog. | ||||
Glib::ustring | get_password () const | |||
Glib::ustring | get_username () const | |||
const GnomeDbLoginDialog* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbLoginDialog* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
LoginDialog (const Glib::ustring& title) | ||||
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_dsn () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_password () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_username () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
bool | run () | |||
Shows the login dialog and waits for the user to enter its username and password and perform an action on the dialog. | ||||
virtual | ~LoginDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::LoginDialog* | wrap (GnomeDbLoginDialog* object, bool take_copy=false) | |||
|
virtual Gnome::Db::LoginDialog::~LoginDialog | ( | ) | [virtual] |
Gnome::Db::LoginDialog::LoginDialog | ( | const Glib::ustring & | title | ) | [explicit] |
Glib::ustring Gnome::Db::LoginDialog::get_dsn | ( | ) | const |
const Login* Gnome::Db::LoginDialog::get_login_widget | ( | ) | const |
Get the Gnome::DbLogin widget contained in a Gnome::DbLoginDialog.
Login* Gnome::Db::LoginDialog::get_login_widget | ( | ) |
Get the Gnome::DbLogin widget contained in a Gnome::DbLoginDialog.
Glib::ustring Gnome::Db::LoginDialog::get_password | ( | ) | const |
Glib::ustring Gnome::Db::LoginDialog::get_username | ( | ) | const |
const GnomeDbLoginDialog* Gnome::Db::LoginDialog::gobj | ( | ) | const [inline] |
GnomeDbLoginDialog* Gnome::Db::LoginDialog::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::Db::LoginDialog::property_dsn | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::Db::LoginDialog::property_password | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::Db::LoginDialog::property_username | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
bool Gnome::Db::LoginDialog::run | ( | ) |
Shows the login dialog and waits for the user to enter its username and password and perform an action on the dialog.
true
if the user wants to connect. Reimplemented from Gtk::Dialog.
Gnome::Db::LoginDialog* wrap | ( | GnomeDbLoginDialog * | 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. |