libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::EntryWrapper:
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::Widget* | create_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::EntryWrapper* | wrap (GnomeDbEntryWrapper* object, bool take_copy=false) | |||
|
This class has several virtual functions which must be implemented by classes which inherit it.
virtual Gnome::Db::EntryWrapper::~EntryWrapper | ( | ) | [virtual] |
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.
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.
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] |
Gnome::Db::EntryWrapper* wrap | ( | GnomeDbEntryWrapper * | 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. |