libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::DataWidgetInfo:
Public Member Functions | ||||
DataWidgetInfo (DataWidget& data_widget, DataWidgetInfoFlag flags) | ||||
const GnomeDbDataWidgetInfo* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbDataWidgetInfo* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Glib::PropertyProxy_ReadOnly< DataWidget* > | property_data_widget () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy<DataWidget*> | property_data_widget () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< DataWidgetInfoFlag > | property_flags () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy<DataWidgetInfoFlag> | property_flags () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
virtual | ~DataWidgetInfo () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::DataWidgetInfo* | wrap (GnomeDbDataWidgetInfo* object, bool take_copy=false) | |||
|
virtual Gnome::Db::DataWidgetInfo::~DataWidgetInfo | ( | ) | [virtual] |
Gnome::Db::DataWidgetInfo::DataWidgetInfo | ( | DataWidget& | data_widget, | |
DataWidgetInfoFlag | flags | |||
) | [explicit] |
const GnomeDbDataWidgetInfo* Gnome::Db::DataWidgetInfo::gobj | ( | ) | const [inline] |
GnomeDbDataWidgetInfo* Gnome::Db::DataWidgetInfo::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly<DataWidget*> Gnome::Db::DataWidgetInfo::property_data_widget | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<DataWidget*> Gnome::Db::DataWidgetInfo::property_data_widget | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<DataWidgetInfoFlag> Gnome::Db::DataWidgetInfo::property_flags | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<DataWidgetInfoFlag> Gnome::Db::DataWidgetInfo::property_flags | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::Db::DataWidgetInfo* wrap | ( | GnomeDbDataWidgetInfo * | 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. |