00001
00002
00003 #ifndef _GSTREAMERMM_COLORBALANCECHANNEL_H
00004 #define _GSTREAMERMM_COLORBALANCECHANNEL_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 #include <gst/interfaces/colorbalancechannel.h>
00029 #include <glibmm/object.h>
00030
00031
00032 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00033 typedef struct _GstColorBalanceChannel GstColorBalanceChannel;
00034 typedef struct _GstColorBalanceChannelClass GstColorBalanceChannelClass;
00035 #endif
00036
00037
00038 namespace Gst
00039 { class ColorBalanceChannel_Class; }
00040 namespace Gst
00041 {
00042
00047 class ColorBalanceChannel : public Glib::Object
00048 {
00049
00050 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00051
00052 public:
00053 typedef ColorBalanceChannel CppObjectType;
00054 typedef ColorBalanceChannel_Class CppClassType;
00055 typedef GstColorBalanceChannel BaseObjectType;
00056 typedef GstColorBalanceChannelClass BaseClassType;
00057
00058 private: friend class ColorBalanceChannel_Class;
00059 static CppClassType colorbalancechannel_class_;
00060
00061 private:
00062
00063 ColorBalanceChannel(const ColorBalanceChannel&);
00064 ColorBalanceChannel& operator=(const ColorBalanceChannel&);
00065
00066 protected:
00067 explicit ColorBalanceChannel(const Glib::ConstructParams& construct_params);
00068 explicit ColorBalanceChannel(GstColorBalanceChannel* castitem);
00069
00070 #endif
00071
00072 public:
00073 virtual ~ColorBalanceChannel();
00074
00075 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00076 static GType get_type() G_GNUC_CONST;
00077
00078
00079 static GType get_base_type() G_GNUC_CONST;
00080 #endif
00081
00083 GstColorBalanceChannel* gobj() { return reinterpret_cast<GstColorBalanceChannel*>(gobject_); }
00084
00086 const GstColorBalanceChannel* gobj() const { return reinterpret_cast<GstColorBalanceChannel*>(gobject_); }
00087
00089 GstColorBalanceChannel* gobj_copy();
00090
00091 private:
00092
00093
00094 public:
00097 Glib::ustring get_label() const;
00098
00101 int get_min_value() const;
00102
00105 int get_max_value() const;
00106
00114 Glib::SignalProxy1< void,int > signal_value_changed();
00115
00116
00117 public:
00118
00119 public:
00120
00121 #ifdef GLIBMM_VFUNCS_ENABLED
00122 #endif //GLIBMM_VFUNCS_ENABLED
00123
00124 protected:
00125
00126 #ifdef GLIBMM_VFUNCS_ENABLED
00127 #endif //GLIBMM_VFUNCS_ENABLED
00128
00129
00130 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00131 virtual void on_value_changed(int value);
00132 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00133
00134
00135 };
00136
00137 }
00138
00139
00140 namespace Glib
00141 {
00150 Glib::RefPtr<Gst::ColorBalanceChannel> wrap(GstColorBalanceChannel* object, bool take_copy = false);
00151 }
00152
00153
00154 #endif
00155