#include <renderer.h>
Inheritance diagram for Gnome::Gda::Renderer:
Public Member Functions | |
virtual | ~Renderer () |
GdaRenderer* | gobj () |
Provides access to the underlying C GObject. | |
const GdaRenderer* | gobj () const |
Provides access to the underlying C GObject. | |
Glib::ustring | render_as_str (const Glib::RefPtr<ParameterList>& context) const |
Build a human readable string representing the object, in the specified context. | |
bool | is_valid (const Glib::RefPtr<ParameterList>& context, std::auto_ptr<Glib::Error>& error) const |
Tells if iface has all the necessary information in context to be rendered into a valid statement (which can be executed). | |
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gnome::Gda::Renderer> | wrap (GdaRenderer* object, bool take_copy=false) |
virtual Gnome::Gda::Renderer::~Renderer | ( | ) | [virtual] |
static void Gnome::Gda::Renderer::add_interface | ( | GType | gtype_implementer | ) | [static] |
const GdaRenderer* Gnome::Gda::Renderer::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
Reimplemented in Gnome::Gda::Query, Gnome::Gda::QueryCondition, Gnome::Gda::QueryFieldAll, Gnome::Gda::QueryFieldField, Gnome::Gda::QueryFieldValue, and Gnome::Gda::QueryTarget.
GdaRenderer* Gnome::Gda::Renderer::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
Reimplemented in Gnome::Gda::Query, Gnome::Gda::QueryCondition, Gnome::Gda::QueryFieldAll, Gnome::Gda::QueryFieldField, Gnome::Gda::QueryFieldValue, and Gnome::Gda::QueryTarget.
bool Gnome::Gda::Renderer::is_valid | ( | const Glib::RefPtr<ParameterList>& | context, | |
std::auto_ptr< Glib::Error > & | error | |||
) | const |
Tells if iface has all the necessary information in context to be rendered into a valid statement (which can be executed).
context | Rendering context. | |
error | Location to store error, or 0 . |
true
if iface can be rendered with context . Glib::ustring Gnome::Gda::Renderer::render_as_str | ( | const Glib::RefPtr<ParameterList>& | context | ) | const |
Build a human readable string representing the object, in the specified context.
context | Rendering context. |
Glib::RefPtr<Gnome::Gda::Renderer> wrap | ( | GdaRenderer * | 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. |