00001
00002
00003 #ifndef _LIBGNOMEDBMM_DATACELLRENDERERBOOLEAN_H
00004 #define _LIBGNOMEDBMM_DATACELLRENDERERBOOLEAN_H
00005
00006
00007 #include <glibmm.h>
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031 #include <gtkmm/cellrenderer.h>
00032 #include <libgnomedbmm/datastore.h>
00033
00034 #include <libgdamm/datahandler.h>
00035
00036 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00037 typedef struct _GnomeDbDataCellRendererBoolean GnomeDbDataCellRendererBoolean;
00038 typedef struct _GnomeDbDataCellRendererBooleanClass GnomeDbDataCellRendererBooleanClass;
00039 #endif
00040
00041
00042 namespace Gnome
00043 {
00044
00045 namespace Db
00046 { class DataCellRendererBoolean_Class; }
00047
00048 }
00049 namespace Gnome
00050 {
00051
00052 namespace Db
00053 {
00054
00055
00056 class DataCellRendererBoolean : public Gtk::CellRenderer
00057 {
00058 public:
00059 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00060 typedef DataCellRendererBoolean CppObjectType;
00061 typedef DataCellRendererBoolean_Class CppClassType;
00062 typedef GnomeDbDataCellRendererBoolean BaseObjectType;
00063 typedef GnomeDbDataCellRendererBooleanClass BaseClassType;
00064 #endif
00065
00066 virtual ~DataCellRendererBoolean();
00067
00068 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00069
00070 private:
00071 friend class DataCellRendererBoolean_Class;
00072 static CppClassType datacellrendererboolean_class_;
00073
00074
00075 DataCellRendererBoolean(const DataCellRendererBoolean&);
00076 DataCellRendererBoolean& operator=(const DataCellRendererBoolean&);
00077
00078 protected:
00079 explicit DataCellRendererBoolean(const Glib::ConstructParams& construct_params);
00080 explicit DataCellRendererBoolean(GnomeDbDataCellRendererBoolean* castitem);
00081
00082 #endif
00083
00084 public:
00085 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00086 static GType get_type() G_GNUC_CONST;
00087 static GType get_base_type() G_GNUC_CONST;
00088 #endif
00089
00091 GnomeDbDataCellRendererBoolean* gobj() { return reinterpret_cast<GnomeDbDataCellRendererBoolean*>(gobject_); }
00092
00094 const GnomeDbDataCellRendererBoolean* gobj() const { return reinterpret_cast<GnomeDbDataCellRendererBoolean*>(gobject_); }
00095
00096
00097 public:
00098
00099 #ifdef GLIBMM_VFUNCS_ENABLED
00100 #endif //GLIBMM_VFUNCS_ENABLED
00101
00102 protected:
00103
00104 #ifdef GLIBMM_VFUNCS_ENABLED
00105 #endif //GLIBMM_VFUNCS_ENABLED
00106
00107
00108 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00109 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00110
00111
00112 private:
00113
00114
00115 public:
00116
00117 explicit DataCellRendererBoolean(const Glib::RefPtr<Gda::DataHandler>& handler, GType type);
00118
00119 #ifdef GLIBMM_PROPERTIES_ENABLED
00120
00126 Glib::PropertyProxy<bool> property_editable() ;
00127 #endif //#GLIBMM_PROPERTIES_ENABLED
00128
00129 #ifdef GLIBMM_PROPERTIES_ENABLED
00130
00136 Glib::PropertyProxy_ReadOnly<bool> property_editable() const;
00137 #endif //#GLIBMM_PROPERTIES_ENABLED
00138
00139 #ifdef GLIBMM_PROPERTIES_ENABLED
00140
00146 Glib::PropertyProxy_WriteOnly<bool> property_to_be_deleted() ;
00147 #endif //#GLIBMM_PROPERTIES_ENABLED
00148
00149
00150 #ifdef GLIBMM_PROPERTIES_ENABLED
00151
00157 Glib::PropertyProxy<Gda::Value> property_value() ;
00158 #endif //#GLIBMM_PROPERTIES_ENABLED
00159
00160 #ifdef GLIBMM_PROPERTIES_ENABLED
00161
00167 Glib::PropertyProxy_ReadOnly<Gda::Value> property_value() const;
00168 #endif //#GLIBMM_PROPERTIES_ENABLED
00169
00170 #ifdef GLIBMM_PROPERTIES_ENABLED
00171
00177 Glib::PropertyProxy<guint> property_value_attributes() ;
00178 #endif //#GLIBMM_PROPERTIES_ENABLED
00179
00180 #ifdef GLIBMM_PROPERTIES_ENABLED
00181
00187 Glib::PropertyProxy_ReadOnly<guint> property_value_attributes() const;
00188 #endif //#GLIBMM_PROPERTIES_ENABLED
00189
00190
00191 };
00192
00193 }
00194 }
00195
00196
00197 namespace Glib
00198 {
00204 Gnome::Db::DataCellRendererBoolean* wrap(GnomeDbDataCellRendererBoolean* object, bool take_copy = false);
00205 }
00206
00207
00208 #endif
00209