00001
00002
00003 #ifndef _HILDON_LIBSMM_GRID_ITEM_H
00004 #define _HILDON_LIBSMM_GRID_ITEM_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/container.h>
00031
00032
00033 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00034 typedef struct _HildonGridItem HildonGridItem;
00035 typedef struct _HildonGridItemClass HildonGridItemClass;
00036 #endif
00037
00038
00039 namespace Hildon
00040 { class GridItem_Class; }
00041 namespace Hildon
00042 {
00043
00049 class GridItem : public Gtk::Container
00050 {
00051 public:
00052 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00053 typedef GridItem CppObjectType;
00054 typedef GridItem_Class CppClassType;
00055 typedef HildonGridItem BaseObjectType;
00056 typedef HildonGridItemClass BaseClassType;
00057 #endif
00058
00059 virtual ~GridItem();
00060
00061 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00062
00063 private:
00064 friend class GridItem_Class;
00065 static CppClassType griditem_class_;
00066
00067
00068 GridItem(const GridItem&);
00069 GridItem& operator=(const GridItem&);
00070
00071 protected:
00072 explicit GridItem(const Glib::ConstructParams& construct_params);
00073 explicit GridItem(HildonGridItem* 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 HildonGridItem* gobj() { return reinterpret_cast<HildonGridItem*>(gobject_); }
00085
00087 const HildonGridItem* gobj() const { return reinterpret_cast<HildonGridItem*>(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 public:
00108 explicit GridItem(const Glib::ustring& icon_basename);
00109 explicit GridItem(const Glib::ustring& icon_basename, const Glib::ustring& label);
00110
00111
00115 void set_emblem_type(const Glib::ustring& emblem_basename);
00116
00120 Glib::ustring get_emblem_type() const;
00121
00122
00123 void set_label(const Glib::ustring& label);
00124
00125 #ifdef GLIBMM_PROPERTIES_ENABLED
00126
00132 Glib::PropertyProxy_WriteOnly<Glib::ustring> property_emblem_type() ;
00133 #endif //#GLIBMM_PROPERTIES_ENABLED
00134
00135
00136 };
00137
00138 }
00139
00140
00141 namespace Glib
00142 {
00148 Hildon::GridItem* wrap(HildonGridItem* object, bool take_copy = false);
00149 }
00150
00151
00152 #endif
00153