libgnomedbmm Reference Documentation
Main Page   Namespaces   Book  

Gnome::Db::RawForm Class Reference
[DbWidgets]

Form to display and modify data in a Gda::DataModel. More...

Inheritance diagram for Gnome::Db::RawForm:

Inheritance graph
[legend]
List of all members.

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::RawFormwrap (GnomeDbRawForm* object, bool take_copy=false)
 
Parameters:
object The C instance


Detailed Description

Form to display and modify data in a Gda::DataModel.

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.


Constructor & Destructor Documentation

virtual Gnome::Db::RawForm::~RawForm (  )  [virtual]

Gnome::Db::RawForm::RawForm ( const Glib::RefPtr< Gda::DataModel > &  model  )  [explicit]


Member Function Documentation

const GnomeDbRawForm* Gnome::Db::RawForm::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gnome::Db::BasicForm.

GnomeDbRawForm* Gnome::Db::RawForm::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gnome::Db::BasicForm.

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.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

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.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.


Friends And Related Function Documentation

Gnome::Db::RawForm* wrap ( GnomeDbRawForm *  object,
bool  take_copy = false 
) [related]

Parameters:
object The C instance

Parameters:
take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.


The documentation for this class was generated from the following file:
Generated for libgnomedbmm by Doxygen 1.5.1 © 1997-2001