00001
00002
00003 #ifndef _HILDON_LIBSMM_COLOR_SELECTOR_H
00004 #define _HILDON_LIBSMM_COLOR_SELECTOR_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 _HildonColorSelector HildonColorSelector;
00035 typedef struct _HildonColorSelectorClass HildonColorSelectorClass;
00036 #endif
00037
00038
00039 namespace Hildon
00040 { class ColorSelector_Class; }
00041 namespace Hildon
00042 {
00043
00049 class ColorSelector : public Gtk::Dialog
00050 {
00051 public:
00052 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00053 typedef ColorSelector CppObjectType;
00054 typedef ColorSelector_Class CppClassType;
00055 typedef HildonColorSelector BaseObjectType;
00056 typedef HildonColorSelectorClass BaseClassType;
00057 #endif
00058
00059 virtual ~ColorSelector();
00060
00061 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00062
00063 private:
00064 friend class ColorSelector_Class;
00065 static CppClassType colorselector_class_;
00066
00067
00068 ColorSelector(const ColorSelector&);
00069 ColorSelector& operator=(const ColorSelector&);
00070
00071 protected:
00072 explicit ColorSelector(const Glib::ConstructParams& construct_params);
00073 explicit ColorSelector(HildonColorSelector* 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 HildonColorSelector* gobj() { return reinterpret_cast<HildonColorSelector*>(gobject_); }
00085
00087 const HildonColorSelector* gobj() const { return reinterpret_cast<HildonColorSelector*>(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 ColorSelector();
00110 ColorSelector(Gtk::Window& parent);
00111
00112
00117 Gdk::Color get_color() const;
00118
00119
00124 void set_color(const Gdk::Color& color);
00125
00126
00127 };
00128
00129 }
00130
00131
00132 namespace Glib
00133 {
00139 Hildon::ColorSelector* wrap(HildonColorSelector* object, bool take_copy = false);
00140 }
00141
00142
00143 #endif
00144