pushsrc.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_PUSHSRC_H
00004 #define _GSTREAMERMM_PUSHSRC_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/base/gstpushsrc.h>
00029 #include <gstreamermm/basesrc.h>
00030 
00031 
00032 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00033 typedef struct _GstPushSrc GstPushSrc;
00034 typedef struct _GstPushSrcClass GstPushSrcClass;
00035 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00036 
00037 
00038 namespace Gst
00039 { class PushSrc_Class; } // namespace Gst
00040 namespace Gst
00041 {
00066 class PushSrc
00067 : public BaseSrc
00068 {
00069   
00070 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00071 
00072 public:
00073   typedef PushSrc CppObjectType;
00074   typedef PushSrc_Class CppClassType;
00075   typedef GstPushSrc BaseObjectType;
00076   typedef GstPushSrcClass BaseClassType;
00077 
00078 private:  friend class PushSrc_Class;
00079   static CppClassType pushsrc_class_;
00080 
00081 private:
00082   // noncopyable
00083   PushSrc(const PushSrc&);
00084   PushSrc& operator=(const PushSrc&);
00085 
00086 protected:
00087   explicit PushSrc(const Glib::ConstructParams& construct_params);
00088   explicit PushSrc(GstPushSrc* castitem);
00089 
00090 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00091 
00092 public:
00093   virtual ~PushSrc();
00094 
00095 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00096   static GType get_type()      G_GNUC_CONST;
00097   static GType get_base_type() G_GNUC_CONST;
00098 #endif
00099 
00101   GstPushSrc*       gobj()       { return reinterpret_cast<GstPushSrc*>(gobject_); }
00102 
00104   const GstPushSrc* gobj() const { return reinterpret_cast<GstPushSrc*>(gobject_); }
00105 
00107   GstPushSrc* gobj_copy();
00108 
00109 private:
00110 
00111 
00112 public:
00113 
00114 public:
00115   //C++ methods used to invoke GTK+ virtual functions:
00116 #ifdef GLIBMM_VFUNCS_ENABLED
00117 #endif //GLIBMM_VFUNCS_ENABLED
00118 
00119 protected:
00120   //GTK+ Virtual Functions (override these to change behaviour):
00121 #ifdef GLIBMM_VFUNCS_ENABLED
00122 #endif //GLIBMM_VFUNCS_ENABLED
00123 
00124   //Default Signal Handlers::
00125 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00126 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00127 
00128 
00129 };
00130 
00131 } //namespace Gst
00132 
00133 
00134 namespace Glib
00135 {
00144   Glib::RefPtr<Gst::PushSrc> wrap(GstPushSrc* object, bool take_copy = false);
00145 }
00146 
00147 
00148 #endif /* _GSTREAMERMM_PUSHSRC_H */
00149 

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