libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::Form:
Public Member Functions | ||||
Form (const Glib::RefPtr<Gda::DataModel>& model) | ||||
const RawForm* | get_raw_form () const | |||
Provides access to the underlying RawForm. | ||||
RawForm* | get_raw_form () | |||
Provides access to the underlying RawForm. | ||||
const GnomeDbForm* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbForm* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::DataModel >> | property_model () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< RawForm* > | property_raw_form () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< DataWidget* > | property_widget_info () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
virtual | ~Form () | |||
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] |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::DataModel> > Gnome::Db::Form::property_model | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<RawForm*> Gnome::Db::Form::property_raw_form | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<DataWidget*> Gnome::Db::Form::property_widget_info | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
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. |