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 // -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00010 
00011 /* gstreamermm - a C++ wrapper for gstreamer
00012  *
00013  * Copyright 2008 The gstreamermm Development Team
00014  *
00015  * This library is free software; you can redistribute it and/or
00016  * modify it under the terms of the GNU Library General Public
00017  * License as published by the Free Software Foundation; either
00018  * version 2 of the License, or (at your option) any later version.
00019  *
00020  * This library is distributed in the hope that it will be useful,
00021  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00022  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00023  * Library General Public License for more details.
00024  *
00025  * You should have received a copy of the GNU Library General Public
00026  * License along with this library; if not, write to the Free
00027  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00028  */
00029 
00030 #include <gstreamermm/basesrc.h>
00031 
00032 
00033 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00034 typedef struct _GstPushSrc GstPushSrc;
00035 typedef struct _GstPushSrcClass GstPushSrcClass;
00036 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00037 
00038 
00039 namespace Gst
00040 { class PushSrc_Class; } // namespace Gst
00041 namespace Gst
00042 {
00065 class PushSrc
00066 : public BaseSrc
00067 {
00068   
00069 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00070 
00071 public:
00072   typedef PushSrc CppObjectType;
00073   typedef PushSrc_Class CppClassType;
00074   typedef GstPushSrc BaseObjectType;
00075   typedef GstPushSrcClass BaseClassType;
00076 
00077 private:  friend class PushSrc_Class;
00078   static CppClassType pushsrc_class_;
00079 
00080 private:
00081   // noncopyable
00082   PushSrc(const PushSrc&);
00083   PushSrc& operator=(const PushSrc&);
00084 
00085 protected:
00086   explicit PushSrc(const Glib::ConstructParams& construct_params);
00087   explicit PushSrc(GstPushSrc* castitem);
00088 
00089 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00090 
00091 public:
00092   virtual ~PushSrc();
00093 
00094 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00095   static GType get_type()      G_GNUC_CONST;
00096   static GType get_base_type() G_GNUC_CONST;
00097 #endif
00098 
00100   GstPushSrc*       gobj()       { return reinterpret_cast<GstPushSrc*>(gobject_); }
00101 
00103   const GstPushSrc* gobj() const { return reinterpret_cast<GstPushSrc*>(gobject_); }
00104 
00106   GstPushSrc* gobj_copy();
00107 
00108 private:
00109 
00110 
00111 public:
00112 
00113 public:
00114   //C++ methods used to invoke GTK+ virtual functions:
00115 #ifdef GLIBMM_VFUNCS_ENABLED
00116 #endif //GLIBMM_VFUNCS_ENABLED
00117 
00118 protected:
00119   //GTK+ Virtual Functions (override these to change behaviour):
00120 #ifdef GLIBMM_VFUNCS_ENABLED
00121 #endif //GLIBMM_VFUNCS_ENABLED
00122 
00123   //Default Signal Handlers::
00124 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00125 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00126 
00127 
00128 };
00129 
00130 } //namespace Gst
00131 
00132 
00133 namespace Glib
00134 {
00143   Glib::RefPtr<Gst::PushSrc> wrap(GstPushSrc* object, bool take_copy = false);
00144 }
00145 
00146 
00147 #endif /* _GSTREAMERMM_PUSHSRC_H */
00148 

Generated on Sun Jul 27 17:07:20 2008 for gstreamermm by  doxygen 1.5.4