tunernorm.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_TUNERNORM_H
00004 #define _GSTREAMERMM_TUNERNORM_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 <glibmm/object.h>
00029 
00030 
00031 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00032 typedef struct _GstTunerNorm GstTunerNorm;
00033 typedef struct _GstTunerNormClass GstTunerNormClass;
00034 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00035 
00036 
00037 namespace Gst
00038 { class TunerNorm_Class; } // namespace Gst
00039 namespace Gst
00040 {
00041 
00042 class Fraction;
00043 
00049 class TunerNorm : public Glib::Object
00050 {
00051   
00052 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00053 
00054 public:
00055   typedef TunerNorm CppObjectType;
00056   typedef TunerNorm_Class CppClassType;
00057   typedef GstTunerNorm BaseObjectType;
00058   typedef GstTunerNormClass BaseClassType;
00059 
00060 private:  friend class TunerNorm_Class;
00061   static CppClassType tunernorm_class_;
00062 
00063 private:
00064   // noncopyable
00065   TunerNorm(const TunerNorm&);
00066   TunerNorm& operator=(const TunerNorm&);
00067 
00068 protected:
00069   explicit TunerNorm(const Glib::ConstructParams& construct_params);
00070   explicit TunerNorm(GstTunerNorm* castitem);
00071 
00072 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00073 
00074 public:
00075   virtual ~TunerNorm();
00076 
00077 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00078   static GType get_type()      G_GNUC_CONST;
00079   static GType get_base_type() G_GNUC_CONST;
00080 #endif
00081 
00083   GstTunerNorm*       gobj()       { return reinterpret_cast<GstTunerNorm*>(gobject_); }
00084 
00086   const GstTunerNorm* gobj() const { return reinterpret_cast<GstTunerNorm*>(gobject_); }
00087 
00089   GstTunerNorm* gobj_copy();
00090 
00091 private:
00092 
00093 public:
00096    Glib::ustring get_label() const;
00097  
00098  
00102    Gst::Fraction get_framerate() const;
00103  
00104 
00105 public:
00106 
00107 public:
00108   //C++ methods used to invoke GTK+ virtual functions:
00109 #ifdef GLIBMM_VFUNCS_ENABLED
00110 #endif //GLIBMM_VFUNCS_ENABLED
00111 
00112 protected:
00113   //GTK+ Virtual Functions (override these to change behaviour):
00114 #ifdef GLIBMM_VFUNCS_ENABLED
00115 #endif //GLIBMM_VFUNCS_ENABLED
00116 
00117   //Default Signal Handlers::
00118 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00119 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00120 
00121 
00122 };
00123 
00124 } // namespace Gst
00125 
00126 
00127 namespace Glib
00128 {
00137   Glib::RefPtr<Gst::TunerNorm> wrap(GstTunerNorm* object, bool take_copy = false);
00138 }
00139 
00140 
00141 #endif /* _GSTREAMERMM_TUNERNORM_H */
00142 

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