ximagesink.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GSTREAMERMM_XIMAGESINK_H
00004 #define _GSTREAMERMM_XIMAGESINK_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 <gstreamermm/videosink.h>
00029 #include <gstreamermm/interface.h>
00030 #include <gstreamermm/navigation.h>
00031 #include <gstreamermm/xoverlay.h>
00032 
00033 
00034 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00035 typedef struct _GstXImageSink GstXImageSink;
00036 typedef struct _GstXImageSinkClass GstXImageSinkClass;
00037 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00038 
00039 
00040 namespace Gst
00041 { class XImageSink_Class; } // namespace Gst
00042 namespace Gst
00043 {
00044 
00055 class XImageSink
00056 : public Gst::VideoSink, public Gst::Interface, public Gst::Navigation, public Gst::XOverlay
00057 {
00058   
00059 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00060 
00061 public:
00062   typedef XImageSink CppObjectType;
00063   typedef XImageSink_Class CppClassType;
00064   typedef GstXImageSink BaseObjectType;
00065   typedef GstXImageSinkClass BaseClassType;
00066 
00067 private:  friend class XImageSink_Class;
00068   static CppClassType ximagesink_class_;
00069 
00070 private:
00071   // noncopyable
00072   XImageSink(const XImageSink&);
00073   XImageSink& operator=(const XImageSink&);
00074 
00075 protected:
00076   explicit XImageSink(const Glib::ConstructParams& construct_params);
00077   explicit XImageSink(GstXImageSink* castitem);
00078 
00079 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00080 
00081 public:
00082   virtual ~XImageSink();
00083 
00084 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00085   static GType get_type()      G_GNUC_CONST;
00086   static GType get_base_type() G_GNUC_CONST;
00087 #endif
00088 
00090   GstXImageSink*       gobj()       { return reinterpret_cast<GstXImageSink*>(gobject_); }
00091 
00093   const GstXImageSink* gobj() const { return reinterpret_cast<GstXImageSink*>(gobject_); }
00094 
00096   GstXImageSink* gobj_copy();
00097 
00098 private:
00099 
00100   
00101 protected:
00102   XImageSink();
00103   XImageSink(const Glib::ustring& name);
00104 
00105 public:
00109   static Glib::RefPtr<XImageSink> create();
00110 
00111 
00115   static Glib::RefPtr<XImageSink> create(const Glib::ustring& name);
00116 
00117 
00118   #ifdef GLIBMM_PROPERTIES_ENABLED
00119 
00125   Glib::PropertyProxy<Glib::ustring> property_display() ;
00126 #endif //#GLIBMM_PROPERTIES_ENABLED
00127 
00128 #ifdef GLIBMM_PROPERTIES_ENABLED
00129 
00135   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_display() const;
00136 #endif //#GLIBMM_PROPERTIES_ENABLED
00137 
00138   #ifdef GLIBMM_PROPERTIES_ENABLED
00139 
00145   Glib::PropertyProxy<bool> property_synchronous() ;
00146 #endif //#GLIBMM_PROPERTIES_ENABLED
00147 
00148 #ifdef GLIBMM_PROPERTIES_ENABLED
00149 
00155   Glib::PropertyProxy_ReadOnly<bool> property_synchronous() const;
00156 #endif //#GLIBMM_PROPERTIES_ENABLED
00157 
00158   #ifdef GLIBMM_PROPERTIES_ENABLED
00159 
00165   Glib::PropertyProxy<Glib::ustring> property_pixel_aspect_ratio() ;
00166 #endif //#GLIBMM_PROPERTIES_ENABLED
00167 
00168 #ifdef GLIBMM_PROPERTIES_ENABLED
00169 
00175   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_pixel_aspect_ratio() const;
00176 #endif //#GLIBMM_PROPERTIES_ENABLED
00177 
00178   #ifdef GLIBMM_PROPERTIES_ENABLED
00179 
00185   Glib::PropertyProxy<bool> property_force_aspect_ratio() ;
00186 #endif //#GLIBMM_PROPERTIES_ENABLED
00187 
00188 #ifdef GLIBMM_PROPERTIES_ENABLED
00189 
00195   Glib::PropertyProxy_ReadOnly<bool> property_force_aspect_ratio() const;
00196 #endif //#GLIBMM_PROPERTIES_ENABLED
00197 
00198   #ifdef GLIBMM_PROPERTIES_ENABLED
00199 
00205   Glib::PropertyProxy<bool> property_handle_events() ;
00206 #endif //#GLIBMM_PROPERTIES_ENABLED
00207 
00208 #ifdef GLIBMM_PROPERTIES_ENABLED
00209 
00215   Glib::PropertyProxy_ReadOnly<bool> property_handle_events() const;
00216 #endif //#GLIBMM_PROPERTIES_ENABLED
00217 
00218   #ifdef GLIBMM_PROPERTIES_ENABLED
00219 
00225   Glib::PropertyProxy<bool> property_handle_expose() ;
00226 #endif //#GLIBMM_PROPERTIES_ENABLED
00227 
00228 #ifdef GLIBMM_PROPERTIES_ENABLED
00229 
00235   Glib::PropertyProxy_ReadOnly<bool> property_handle_expose() const;
00236 #endif //#GLIBMM_PROPERTIES_ENABLED
00237 
00238 
00239 public:
00240 
00241 public:
00242   //C++ methods used to invoke GTK+ virtual functions:
00243 #ifdef GLIBMM_VFUNCS_ENABLED
00244 #endif //GLIBMM_VFUNCS_ENABLED
00245 
00246 protected:
00247   //GTK+ Virtual Functions (override these to change behaviour):
00248 #ifdef GLIBMM_VFUNCS_ENABLED
00249 #endif //GLIBMM_VFUNCS_ENABLED
00250 
00251   //Default Signal Handlers::
00252 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00253 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00254 
00255 
00256 };
00257 
00258 } //namespace Gst
00259 
00260 
00261 namespace Glib
00262 {
00271   Glib::RefPtr<Gst::XImageSink> wrap(GstXImageSink* object, bool take_copy = false);
00272 }
00273 
00274 
00275 #endif /* _GSTREAMERMM_XIMAGESINK_H */
00276 

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