colorbalancechannel.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_COLORBALANCECHANNEL_H
00004 #define _GSTREAMERMM_COLORBALANCECHANNEL_H
00005 
00006 
00007 #include <glibmm.h>
00008 
00009 /* gstreamermm - a C++ wrapper for gstreamer
00010  *
00011  * Copyright 2008 The gstreamermm Development Team
00012  *
00013  * This library is free software; you can redistribute it and/or
00014  * modify it under the terms of the GNU Lesser General Public
00015  * License as published by the Free Software Foundation; either
00016  * version 2.1 of the License, or (at your option) any later version.
00017  *
00018  * This library is distributed in the hope that it will be useful,
00019  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00020  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00021  * Lesser General Public License for more details.
00022  *
00023  * You should have received a copy of the GNU Lesser General Public
00024  * License along with this library; if not, write to the Free
00025  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
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 /* DOXYGEN_SHOULD_SKIP_THIS */
00036 
00037 
00038 namespace Gst
00039 { class ColorBalanceChannel_Class; } // namespace Gst
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   // noncopyable
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 /* DOXYGEN_SHOULD_SKIP_THIS */
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   //C++ methods used to invoke GTK+ virtual functions:
00119 #ifdef GLIBMM_VFUNCS_ENABLED
00120 #endif //GLIBMM_VFUNCS_ENABLED
00121 
00122 protected:
00123   //GTK+ Virtual Functions (override these to change behaviour):
00124 #ifdef GLIBMM_VFUNCS_ENABLED
00125 #endif //GLIBMM_VFUNCS_ENABLED
00126 
00127   //Default Signal Handlers::
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 } // namespace Gst
00136 
00137 
00138 namespace Glib
00139 {
00148   Glib::RefPtr<Gst::ColorBalanceChannel> wrap(GstColorBalanceChannel* object, bool take_copy = false);
00149 }
00150 
00151 
00152 #endif /* _GSTREAMERMM_COLORBALANCECHANNEL_H */
00153 

Generated on Wed Aug 19 15:53:17 2009 for gstreamermm by  doxygen 1.5.4