libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::ErrorDialog:
Public Member Functions | ||||
ErrorDialog (const Glib::ustring& title) | ||||
Glib::ustring | get_title () const | |||
const GnomeDbErrorDialog* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbErrorDialog* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | set_title (const Glib::ustring& title) | |||
Change the title for the given GnomeDbErrorDialog widget. | ||||
void | show_errors (const Glib::ListHandle<Glib::RefPtr<const Gda::ConnectionEvent>>& error_list) | |||
Pops up the given GnomeDbErrorDialog widget, displaying any errors that may be reported for the connection being used by this widget. | ||||
virtual | ~ErrorDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::ErrorDialog* | wrap (GnomeDbErrorDialog* object, bool take_copy=false) | |||
|
virtual Gnome::Db::ErrorDialog::~ErrorDialog | ( | ) | [virtual] |
Gnome::Db::ErrorDialog::ErrorDialog | ( | const Glib::ustring & | title | ) | [explicit] |
Glib::ustring Gnome::Db::ErrorDialog::get_title | ( | ) | const |
Reimplemented from Gtk::Window.
const GnomeDbErrorDialog* Gnome::Db::ErrorDialog::gobj | ( | ) | const [inline] |
GnomeDbErrorDialog* Gnome::Db::ErrorDialog::gobj | ( | ) | [inline] |
void Gnome::Db::ErrorDialog::set_title | ( | const Glib::ustring & | title | ) |
Change the title for the given GnomeDbErrorDialog widget.
title | Title to be shown. |
Reimplemented from Gtk::Window.
void Gnome::Db::ErrorDialog::show_errors | ( | const Glib::ListHandle< Glib::RefPtr< const Gda::ConnectionEvent > > & | error_list | ) |
Pops up the given GnomeDbErrorDialog widget, displaying any errors that may be reported for the connection being used by this widget.
error_list | List of errors to show. |
Gnome::Db::ErrorDialog* wrap | ( | GnomeDbErrorDialog * | 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. |