libgnomedbmm Reference Documentation |
Public Member Functions | ||||
void | clear () | |||
Clears the contents of the console widget. | ||||
void | clear_history () | |||
Clears the queries history of the console widget. | ||||
const GnomeDbSqlConsole* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbSqlConsole* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::Dict >> | property_dict () 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_message () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::SignalProxy1< Glib::ustring, const Glib::ustring& > | signal_sql_entered () | |||
| ||||
SqlConsole (const Glib::RefPtr<Gda::Dict>& dict, const Glib::ustring& message) | ||||
virtual | ~SqlConsole () | |||
Protected Member Functions | ||||
virtual Glib::ustring | on_sql_entered (const Glib::ustring& sql) | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::SqlConsole* | wrap (GnomeDbSqlConsole* object, bool take_copy=false) | |||
|
virtual Gnome::Db::SqlConsole::~SqlConsole | ( | ) | [virtual] |
Gnome::Db::SqlConsole::SqlConsole | ( | const Glib::RefPtr< Gda::Dict > & | dict, | |
const Glib::ustring & | message | |||
) | [explicit] |
void Gnome::Db::SqlConsole::clear | ( | ) |
Clears the contents of the console widget.
void Gnome::Db::SqlConsole::clear_history | ( | ) |
Clears the queries history of the console widget.
const GnomeDbSqlConsole* Gnome::Db::SqlConsole::gobj | ( | ) | const [inline] |
GnomeDbSqlConsole* Gnome::Db::SqlConsole::gobj | ( | ) | [inline] |
virtual Glib::ustring Gnome::Db::SqlConsole::on_sql_entered | ( | const Glib::ustring & | sql | ) | [protected, virtual] |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::Dict> > Gnome::Db::SqlConsole::property_dict | ( | ) | 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::SqlConsole::property_message | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::SignalProxy1< Glib::ustring,const Glib::ustring& > Gnome::Db::SqlConsole::signal_sql_entered | ( | ) |
Gnome::Db::SqlConsole* wrap | ( | GnomeDbSqlConsole * | 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. |