propertyprobe.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_PROPERTYPROBE_H
00004 #define _GSTREAMERMM_PROPERTYPROBE_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/propertyprobe.h>
00029 #include <glibmm/interface.h>
00030 
00031 
00032 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00033 typedef struct _GstPropertyProbe GstPropertyProbe;
00034 typedef struct _GstPropertyProbeClass GstPropertyProbeClass;
00035 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00036 
00037 
00038 namespace Gst
00039 { class PropertyProbe_Class; } // namespace Gst
00040 namespace Gst
00041 {
00042 
00052 class PropertyProbe : public Glib::Interface
00053 {
00054   
00055 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00056 
00057 public:
00058   typedef PropertyProbe CppObjectType;
00059   typedef PropertyProbe_Class CppClassType;
00060   typedef GstPropertyProbe BaseObjectType;
00061   typedef GstPropertyProbeInterface BaseClassType;
00062 
00063 private:
00064   friend class PropertyProbe_Class;
00065   static CppClassType propertyprobe_class_;
00066 
00067   // noncopyable
00068   PropertyProbe(const PropertyProbe&);
00069   PropertyProbe& operator=(const PropertyProbe&);
00070 
00071 protected:
00072   PropertyProbe(); // you must derive from this class
00073 
00080   explicit PropertyProbe(const Glib::Interface_Class& interface_class);
00081 
00082 public:
00083   // This is public so that C++ wrapper instances can be
00084   // created for C instances of unwrapped types.
00085   // For instance, if an unexpected C type implements the C interface. 
00086   explicit PropertyProbe(GstPropertyProbe* castitem);
00087 
00088 protected:
00089 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00090 
00091 public:
00092   virtual ~PropertyProbe();
00093 
00094   static void add_interface(GType gtype_implementer);
00095 
00096 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00097   static GType get_type()      G_GNUC_CONST;
00098   static GType get_base_type() G_GNUC_CONST;
00099 #endif
00100 
00102   GstPropertyProbe*       gobj()       { return reinterpret_cast<GstPropertyProbe*>(gobject_); }
00103 
00105   const GstPropertyProbe* gobj() const { return reinterpret_cast<GstPropertyProbe*>(gobject_); }
00106 
00107 private:
00108 
00109 
00110 public:
00111   //TODO: Wrap methods.
00112   //TODO: Wrap vfuncs.
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 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00130 
00131 
00132 };
00133 
00134 } // namespace Gst
00135 
00136 
00137 namespace Glib
00138 {
00147   Glib::RefPtr<Gst::PropertyProbe> wrap(GstPropertyProbe* object, bool take_copy = false);
00148 
00149 } // namespace Glib
00150 
00151 
00152 #endif /* _GSTREAMERMM_PROPERTYPROBE_H */
00153 

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