00001
00002
00003 #ifndef _LIBGNOMEDBMM_ENTRYCOMMONTIME_H
00004 #define _LIBGNOMEDBMM_ENTRYCOMMONTIME_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 #include <libgnomedb/data-entries/gnome-db-entry-common-time.h>
00031 #include <gtkmm/celleditable.h>
00032 #include <libgnomedbmm/entrywrapper.h>
00033
00034
00035 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00036 typedef struct _GnomeDbEntryCommonTime GnomeDbEntryCommonTime;
00037 typedef struct _GnomeDbEntryCommonTimeClass GnomeDbEntryCommonTimeClass;
00038 #endif
00039
00040
00041 namespace Gnome
00042 {
00043
00044 namespace Db
00045 { class EntryCommonTime_Class; }
00046
00047 }
00048 namespace Gnome
00049 {
00050
00051 namespace Db
00052 {
00053
00054
00055 class EntryCommonTime : public EntryWrapper,
00056 public Gtk::CellEditable
00057 {
00058 public:
00059 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00060 typedef EntryCommonTime CppObjectType;
00061 typedef EntryCommonTime_Class CppClassType;
00062 typedef GnomeDbEntryCommonTime BaseObjectType;
00063 typedef GnomeDbEntryCommonTimeClass BaseClassType;
00064 #endif
00065
00066 virtual ~EntryCommonTime();
00067
00068 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00069
00070 private:
00071 friend class EntryCommonTime_Class;
00072 static CppClassType entrycommontime_class_;
00073
00074
00075 EntryCommonTime(const EntryCommonTime&);
00076 EntryCommonTime& operator=(const EntryCommonTime&);
00077
00078 protected:
00079 explicit EntryCommonTime(const Glib::ConstructParams& construct_params);
00080 explicit EntryCommonTime(GnomeDbEntryCommonTime* 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 GnomeDbEntryCommonTime* gobj() { return reinterpret_cast<GnomeDbEntryCommonTime*>(gobject_); }
00092
00094 const GnomeDbEntryCommonTime* gobj() const { return reinterpret_cast<GnomeDbEntryCommonTime*>(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 #ifdef GLIBMM_PROPERTIES_ENABLED
00117
00123 Glib::PropertyProxy_ReadOnly<bool> property_editing_cancelled() const;
00124 #endif //#GLIBMM_PROPERTIES_ENABLED
00125
00126
00127 #ifdef GLIBMM_PROPERTIES_ENABLED
00128
00134 Glib::PropertyProxy_WriteOnly<unsigned int> property_type() ;
00135 #endif //#GLIBMM_PROPERTIES_ENABLED
00136
00137
00138 };
00139
00140 }
00141 }
00142
00143
00144 namespace Glib
00145 {
00151 Gnome::Db::EntryCommonTime* wrap(GnomeDbEntryCommonTime* object, bool take_copy = false);
00152 }
00153
00154
00155 #endif
00156