libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::EntryCommonTime:
Public Member Functions | ||||
const GnomeDbEntryCommonTime* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbEntryCommonTime* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Glib::PropertyProxy_ReadOnly< bool > | property_editing_cancelled () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_WriteOnly< unsigned int > | property_type () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
virtual | ~EntryCommonTime () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::EntryCommonTime* | wrap (GnomeDbEntryCommonTime* object, bool take_copy=false) | |||
|
virtual Gnome::Db::EntryCommonTime::~EntryCommonTime | ( | ) | [virtual] |
const GnomeDbEntryCommonTime* Gnome::Db::EntryCommonTime::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::CellEditable.
Reimplemented in Gnome::Db::EntryDate, Gnome::Db::EntryTime, and Gnome::Db::EntryTimestamp.
GnomeDbEntryCommonTime* Gnome::Db::EntryCommonTime::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::CellEditable.
Reimplemented in Gnome::Db::EntryDate, Gnome::Db::EntryTime, and Gnome::Db::EntryTimestamp.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Db::EntryCommonTime::property_editing_cancelled | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_WriteOnly<unsigned int> Gnome::Db::EntryCommonTime::property_type | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::Db::EntryCommonTime* wrap | ( | GnomeDbEntryCommonTime * | 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. |