indexfactory.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_INDEXFACTORY_H
00004 #define _GSTREAMERMM_INDEXFACTORY_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 <gst/gstelement.h>
00031 #include <gstreamermm/pluginfeature.h>
00032 
00033 
00034 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00035 typedef struct _GstIndexFactory GstIndexFactory;
00036 typedef struct _GstIndexFactoryClass GstIndexFactoryClass;
00037 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00038 
00039 
00040 namespace Gst
00041 { class IndexFactory_Class; } // namespace Gst
00042 namespace Gst
00043 {
00044 
00045 class Index;
00046 
00051 class IndexFactory : public PluginFeature
00052 {
00053   
00054 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00055 
00056 public:
00057   typedef IndexFactory CppObjectType;
00058   typedef IndexFactory_Class CppClassType;
00059   typedef GstIndexFactory BaseObjectType;
00060   typedef GstIndexFactoryClass BaseClassType;
00061 
00062 private:  friend class IndexFactory_Class;
00063   static CppClassType indexfactory_class_;
00064 
00065 private:
00066   // noncopyable
00067   IndexFactory(const IndexFactory&);
00068   IndexFactory& operator=(const IndexFactory&);
00069 
00070 protected:
00071   explicit IndexFactory(const Glib::ConstructParams& construct_params);
00072   explicit IndexFactory(GstIndexFactory* castitem);
00073 
00074 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00075 
00076 public:
00077   virtual ~IndexFactory();
00078 
00079 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00080   static GType get_type()      G_GNUC_CONST;
00081   static GType get_base_type() G_GNUC_CONST;
00082 #endif
00083 
00085   GstIndexFactory*       gobj()       { return reinterpret_cast<GstIndexFactory*>(gobject_); }
00086 
00088   const GstIndexFactory* gobj() const { return reinterpret_cast<GstIndexFactory*>(gobject_); }
00089 
00091   GstIndexFactory* gobj_copy();
00092 
00093 private:
00094 
00095   
00096 protected:
00097   explicit IndexFactory(const Glib::ustring& name, const Glib::ustring& longdesc, GType type);
00098 
00099 public:
00100   
00101   static Glib::RefPtr<IndexFactory> create(const Glib::ustring& name, const Glib::ustring& longdesc, GType type);
00102 
00103 
00108   static Glib::RefPtr<IndexFactory> find(const Glib::ustring& name);
00109   
00114   Glib::RefPtr<Index> make();
00115 
00116   
00122   static Glib::RefPtr<Index> make(const Glib::ustring& factory_name);
00123 
00124   
00125 public:
00126 
00127 public:
00128   //C++ methods used to invoke GTK+ virtual functions:
00129 #ifdef GLIBMM_VFUNCS_ENABLED
00130 #endif //GLIBMM_VFUNCS_ENABLED
00131 
00132 protected:
00133   //GTK+ Virtual Functions (override these to change behaviour):
00134 #ifdef GLIBMM_VFUNCS_ENABLED
00135 #endif //GLIBMM_VFUNCS_ENABLED
00136 
00137   //Default Signal Handlers::
00138 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00139 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00140 
00141 
00142 };
00143 
00144 } // namespace Gst
00145 
00146 
00147 namespace Glib
00148 {
00157   Glib::RefPtr<Gst::IndexFactory> wrap(GstIndexFactory* object, bool take_copy = false);
00158 }
00159 
00160 
00161 #endif /* _GSTREAMERMM_INDEXFACTORY_H */
00162 

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