#include <error.h>
Inheritance diagram for Gnome::Db::Error:
Public Member Functions | |
virtual | ~Error () |
GnomeDbError* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbError* | gobj () const |
Provides access to the underlying C GtkObject. | |
Error () | |
void | clear () |
void | show (const Glib::ListHandle<Glib::RefPtr<const Gda::ConnectionEvent>>& errors) |
Update the given Gnome::DbError widget to show the latest errors from the connection associated with it. | |
void | prev () |
Display the previous error in the given GnomeDbError widget. | |
void | next () |
Display the next error in the given GnomeDbError widget. | |
int | get_position () const |
Get the position of the error being displayed. | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::Error* | wrap (GnomeDbError* object, bool take_copy=false) |
virtual Gnome::Db::Error::~Error | ( | ) | [virtual] |
Gnome::Db::Error::Error | ( | ) |
void Gnome::Db::Error::clear | ( | ) |
int Gnome::Db::Error::get_position | ( | ) | const |
Get the position of the error being displayed.
const GnomeDbError* Gnome::Db::Error::gobj | ( | ) | const [inline] |
GnomeDbError* Gnome::Db::Error::gobj | ( | ) | [inline] |
void Gnome::Db::Error::next | ( | ) |
Display the next error in the given GnomeDbError widget.
void Gnome::Db::Error::prev | ( | ) |
Display the previous error in the given GnomeDbError widget.
void Gnome::Db::Error::show | ( | const Glib::ListHandle< Glib::RefPtr< const Gda::ConnectionEvent > > & | errors | ) |
Update the given Gnome::DbError widget to show the latest errors from the connection associated with it.
Gnome::Db::Error* wrap | ( | GnomeDbError * | 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. |