#include <entrywrapper.h>
Inheritance diagram for Gnome::Db::EntryWrapper:
Public Member Functions | |
virtual | ~EntryWrapper () |
GnomeDbEntryWrapper* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbEntryWrapper* | gobj () const |
Provides access to the underlying C GtkObject. | |
void | contents_changed () |
Signals to gwrap that the entry has changed. | |
void | contents_activated () |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::EntryWrapper* | wrap (GnomeDbEntryWrapper* object, bool take_copy=false) |
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.
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.
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. |