#include <entrytime.h>
Inheritance diagram for Gnome::Db::EntryTime:
Public Member Functions | |
virtual | ~EntryTime () |
GnomeDbEntryTime* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbEntryTime* | gobj () const |
Provides access to the underlying C GtkObject. | |
EntryTime (const Glib::RefPtr<Gda::DataHandler>& handler) | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::EntryTime* | wrap (GnomeDbEntryTime* object, bool take_copy=false) |
virtual Gnome::Db::EntryTime::~EntryTime | ( | ) | [virtual] |
Gnome::Db::EntryTime::EntryTime | ( | const Glib::RefPtr< Gda::DataHandler > & | handler | ) | [explicit] |
const GnomeDbEntryTime* Gnome::Db::EntryTime::gobj | ( | ) | const [inline] |
GnomeDbEntryTime* Gnome::Db::EntryTime::gobj | ( | ) | [inline] |
Gnome::Db::EntryTime* wrap | ( | GnomeDbEntryTime * | 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. |