#include <logindialog.h>
Inheritance diagram for Gnome::Db::LoginDialog:
Public Member Functions | |
virtual | ~LoginDialog () |
GnomeDbLoginDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbLoginDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
LoginDialog (const Glib::ustring& title) | |
bool | run () |
Shows the login dialog and waits for the user to enter its username and password and perform an action on the dialog. | |
Glib::ustring | get_dsn () const |
Glib::ustring | get_username () const |
Glib::ustring | get_password () const |
Login* | get_login_widget () |
Get the Gnome::DbLogin widget contained in a Gnome::DbLoginDialog. | |
const Login* | get_login_widget () const |
Get the Gnome::DbLogin widget contained in a Gnome::DbLoginDialog. | |
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] |
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. |