libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::RawForm:
Public Member Functions | ||||
const GnomeDbRawForm* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbRawForm* | 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< Glib::RefPtr< Gda::DataModel > > | property_model () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
RawForm (const Glib::RefPtr<Gda::DataModel>& model) | ||||
virtual | ~RawForm () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::RawForm* | wrap (GnomeDbRawForm* object, bool take_copy=false) | |||
|
This widget only contains data - it has no decoration, or button to change the displayed row, or any indicator about the current displayed row or the total number of rows. To have a complete form widget, see the Form class. T his widget is a wrapper around a BasicForm which uses a Gda::DataModelIter provided by the Gda::DataModel which contains data to display.
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] |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::DataModel> > Gnome::Db::RawForm::property_model | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::RefPtr<Gda::DataModel> > Gnome::Db::RawForm::property_model | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
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. |