00001
00002
00003 #ifndef _HILDON_LIBSMM_CALENDAR_POPUP_H
00004 #define _HILDON_LIBSMM_CALENDAR_POPUP_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 <gtkmm/dialog.h>
00031
00032
00033 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00034 typedef struct _HildonCalendarPopup HildonCalendarPopup;
00035 typedef struct _HildonCalendarPopupClass HildonCalendarPopupClass;
00036 #endif
00037
00038
00039 namespace Hildon
00040 { class CalendarPopup_Class; }
00041 namespace Hildon
00042 {
00043
00049 class CalendarPopup : public Gtk::Dialog
00050 {
00051 public:
00052 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00053 typedef CalendarPopup CppObjectType;
00054 typedef CalendarPopup_Class CppClassType;
00055 typedef HildonCalendarPopup BaseObjectType;
00056 typedef HildonCalendarPopupClass BaseClassType;
00057 #endif
00058
00059 virtual ~CalendarPopup();
00060
00061 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00062
00063 private:
00064 friend class CalendarPopup_Class;
00065 static CppClassType calendarpopup_class_;
00066
00067
00068 CalendarPopup(const CalendarPopup&);
00069 CalendarPopup& operator=(const CalendarPopup&);
00070
00071 protected:
00072 explicit CalendarPopup(const Glib::ConstructParams& construct_params);
00073 explicit CalendarPopup(HildonCalendarPopup* castitem);
00074
00075 #endif
00076
00077 public:
00078 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00079 static GType get_type() G_GNUC_CONST;
00080 static GType get_base_type() G_GNUC_CONST;
00081 #endif
00082
00084 HildonCalendarPopup* gobj() { return reinterpret_cast<HildonCalendarPopup*>(gobject_); }
00085
00087 const HildonCalendarPopup* gobj() const { return reinterpret_cast<HildonCalendarPopup*>(gobject_); }
00088
00089
00090 public:
00091
00092 #ifdef GLIBMM_VFUNCS_ENABLED
00093 #endif //GLIBMM_VFUNCS_ENABLED
00094
00095 protected:
00096
00097 #ifdef GLIBMM_VFUNCS_ENABLED
00098 #endif //GLIBMM_VFUNCS_ENABLED
00099
00100
00101 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00102 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00103
00104
00105 private:
00106
00107
00108 public:
00109 CalendarPopup(guint year, guint month, guint day);
00110 CalendarPopup(Gtk::Window& parent, guint year, guint month, guint day);
00111
00112
00118 void set_date(guint year, guint month, guint day);
00119
00125 void get_date(guint& year, guint& month, guint& day) const;
00126
00127
00128 };
00129
00130 }
00131
00132
00133 namespace Glib
00134 {
00140 Hildon::CalendarPopup* wrap(HildonCalendarPopup* object, bool take_copy = false);
00141 }
00142
00143
00144 #endif
00145