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