libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::EntryString:
Public Member Functions | ||||
EntryString (const Glib::RefPtr<Gda::DataHandler>& handler, GType type) | ||||
const GnomeDbEntryString* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbEntryString* | 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_ReadOnly< bool > | property_multiline () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy<bool> | property_multiline () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_WriteOnly< Glib::ustring > | property_options () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
void | set_options (const Glib::ustring& options) | |||
Sets the options property. | ||||
virtual | ~EntryString () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::EntryString* | wrap (GnomeDbEntryString* object, bool take_copy=false) | |||
|
virtual Gnome::Db::EntryString::~EntryString | ( | ) | [virtual] |
Gnome::Db::EntryString::EntryString | ( | const Glib::RefPtr< Gda::DataHandler > & | handler, | |
GType | type | |||
) | [explicit] |
const GnomeDbEntryString* Gnome::Db::EntryString::gobj | ( | ) | const [inline] |
GnomeDbEntryString* Gnome::Db::EntryString::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly<bool> Gnome::Db::EntryString::property_editing_cancelled | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Db::EntryString::property_multiline | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Db::EntryString::property_multiline | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_WriteOnly<Glib::ustring> Gnome::Db::EntryString::property_options | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
void Gnome::Db::EntryString::set_options | ( | const Glib::ustring & | options | ) |
Sets the options property.
options is a string that contains semicolon-separated KEY=VALUE pairs. possible keys for numerical types are:
A valid options string might look like this: "NB_DECIMALS=2;CURRENCY=EUR;THOUSAND_SEP=t"
Gnome::Db::EntryString* wrap | ( | GnomeDbEntryString * | 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. |