#include <rawform.h>
Inheritance diagram for Gnome::Db::RawForm:
Public Member Functions | |
virtual | ~RawForm () |
GnomeDbRawForm* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbRawForm* | gobj () const |
Provides access to the underlying C GtkObject. | |
RawForm (const Glib::RefPtr<Gda::DataModel>& model) | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::RawForm* | wrap (GnomeDbRawForm* object, bool take_copy=false) |
virtual Gnome::Db::RawForm::~RawForm | ( | ) | [virtual] |
Gnome::Db::RawForm::RawForm | ( | const Glib::RefPtr< Gda::DataModel > & | model | ) | [explicit] |
const GnomeDbRawForm* Gnome::Db::RawForm::gobj | ( | ) | const [inline] |
GnomeDbRawForm* Gnome::Db::RawForm::gobj | ( | ) | [inline] |
Gnome::Db::RawForm* wrap | ( | GnomeDbRawForm * | 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. |