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 static GType get_base_type() G_GNUC_CONST;
00078 #endif
00079
00081 GstColorBalanceChannel* gobj() { return reinterpret_cast<GstColorBalanceChannel*>(gobject_); }
00082
00084 const GstColorBalanceChannel* gobj() const { return reinterpret_cast<GstColorBalanceChannel*>(gobject_); }
00085
00087 GstColorBalanceChannel* gobj_copy();
00088
00089 private:
00090
00091
00092 public:
00095 Glib::ustring get_label() const;
00096
00099 int get_min_value() const;
00100
00103 int get_max_value() const;
00104
00112 Glib::SignalProxy1< void,int > signal_value_changed();
00113
00114
00115 public:
00116
00117 public:
00118
00119 #ifdef GLIBMM_VFUNCS_ENABLED
00120 #endif //GLIBMM_VFUNCS_ENABLED
00121
00122 protected:
00123
00124 #ifdef GLIBMM_VFUNCS_ENABLED
00125 #endif //GLIBMM_VFUNCS_ENABLED
00126
00127
00128 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00129 virtual void on_value_changed(int value);
00130 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00131
00132
00133 };
00134
00135 }
00136
00137
00138 namespace Glib
00139 {
00148 Glib::RefPtr<Gst::ColorBalanceChannel> wrap(GstColorBalanceChannel* object, bool take_copy = false);
00149 }
00150
00151
00152 #endif
00153