libgnomedbmm Reference Documentation
Main Page   Namespaces   Book  

Gnome::Db::EntryWrapper Class Reference

Abstract class that implements the DataEntry interface. More...

Inheritance diagram for Gnome::Db::EntryWrapper:

Inheritance graph
[legend]
List of all members.

Public Member Functions

void contents_activated ()
void contents_changed ()
 Signals to gwrap that the entry has changed.
const GnomeDbEntryWrapper* gobj () const
 Provides access to the underlying C GtkObject.
GnomeDbEntryWrapper* gobj ()
 Provides access to the underlying C GtkObject.
Glib::PropertyProxy_ReadOnly<
bool > 
property_set_default_if_invalid () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> property_set_default_if_invalid ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
virtual ~EntryWrapper ()

Protected Member Functions

virtual Gtk::Widgetcreate_entry_vfunc ()
virtual bool expand_in_layout_vfunc ()
virtual void real_set_value_vfunc (const Gda::Value& value)
virtual void set_editable_vfunc (bool editable)
virtual bool value_is_equal_to_vfunc (const Gda::Value& value)
virtual bool value_is_null_vfunc ()

Related Functions

(Note that these are not member functions.)

Gnome::Db::EntryWrapperwrap (GnomeDbEntryWrapper* object, bool take_copy=false)
 
Parameters:
object The C instance


Detailed Description

Abstract class that implements the DataEntry interface.

This class has several virtual functions which must be implemented by classes which inherit it.


Constructor & Destructor Documentation

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


Member Function Documentation

void Gnome::Db::EntryWrapper::contents_activated (  ) 

void Gnome::Db::EntryWrapper::contents_changed (  ) 

Signals to gwrap that the entry has changed.

virtual Gtk::Widget* Gnome::Db::EntryWrapper::create_entry_vfunc (  )  [protected, virtual]

virtual bool Gnome::Db::EntryWrapper::expand_in_layout_vfunc (  )  [protected, virtual]

const GnomeDbEntryWrapper* Gnome::Db::EntryWrapper::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gnome::Db::DataEntry.

Reimplemented in Gnome::Db::EntryBoolean, Gnome::Db::EntryCommonTime, Gnome::Db::EntryDate, Gnome::Db::EntryNone, Gnome::Db::EntryString, Gnome::Db::EntryTime, and Gnome::Db::EntryTimestamp.

GnomeDbEntryWrapper* Gnome::Db::EntryWrapper::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gnome::Db::DataEntry.

Reimplemented in Gnome::Db::EntryBoolean, Gnome::Db::EntryCommonTime, Gnome::Db::EntryDate, Gnome::Db::EntryNone, Gnome::Db::EntryString, Gnome::Db::EntryTime, and Gnome::Db::EntryTimestamp.

Glib::PropertyProxy_ReadOnly<bool> Gnome::Db::EntryWrapper::property_set_default_if_invalid (  )  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<bool> Gnome::Db::EntryWrapper::property_set_default_if_invalid (  ) 

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.

virtual void Gnome::Db::EntryWrapper::real_set_value_vfunc ( const Gda::Value &  value  )  [protected, virtual]

virtual void Gnome::Db::EntryWrapper::set_editable_vfunc ( bool  editable  )  [protected, virtual]

Reimplemented from Gnome::Db::DataEntry.

virtual bool Gnome::Db::EntryWrapper::value_is_equal_to_vfunc ( const Gda::Value &  value  )  [protected, virtual]

virtual bool Gnome::Db::EntryWrapper::value_is_null_vfunc (  )  [protected, virtual]


Friends And Related Function Documentation

Gnome::Db::EntryWrapper* wrap ( GnomeDbEntryWrapper *  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