00001
00002
00003 #ifndef _GSTREAMERMM_CLOCKOVERLAY_H
00004 #define _GSTREAMERMM_CLOCKOVERLAY_H
00005
00006
00007 #include <glibmm.h>
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #include <gstreamermm/textoverlay.h>
00029
00030
00031 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00032 typedef struct _GstClockOverlay GstClockOverlay;
00033 typedef struct _GstClockOverlayClass GstClockOverlayClass;
00034 #endif
00035
00036
00037 namespace Gst
00038 { class ClockOverlay_Class; }
00039 namespace Gst
00040 {
00041
00042
00053 class ClockOverlay
00054 : public Gst::TextOverlay
00055 {
00056
00057 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00058
00059 public:
00060 typedef ClockOverlay CppObjectType;
00061 typedef ClockOverlay_Class CppClassType;
00062 typedef GstClockOverlay BaseObjectType;
00063 typedef GstClockOverlayClass BaseClassType;
00064
00065 private: friend class ClockOverlay_Class;
00066 static CppClassType clockoverlay_class_;
00067
00068 private:
00069
00070 ClockOverlay(const ClockOverlay&);
00071 ClockOverlay& operator=(const ClockOverlay&);
00072
00073 protected:
00074 explicit ClockOverlay(const Glib::ConstructParams& construct_params);
00075 explicit ClockOverlay(GstClockOverlay* castitem);
00076
00077 #endif
00078
00079 public:
00080 virtual ~ClockOverlay();
00081
00082 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00083 static GType get_type() G_GNUC_CONST;
00084 static GType get_base_type() G_GNUC_CONST;
00085 #endif
00086
00088 GstClockOverlay* gobj() { return reinterpret_cast<GstClockOverlay*>(gobject_); }
00089
00091 const GstClockOverlay* gobj() const { return reinterpret_cast<GstClockOverlay*>(gobject_); }
00092
00094 GstClockOverlay* gobj_copy();
00095
00096 private:
00097
00098
00099 protected:
00100 ClockOverlay();
00101 ClockOverlay(const Glib::ustring& name);
00102
00103 public:
00107 static Glib::RefPtr<ClockOverlay> create();
00108
00109
00113 static Glib::RefPtr<ClockOverlay> create(const Glib::ustring& name);
00114
00115
00116 #ifdef GLIBMM_PROPERTIES_ENABLED
00117
00123 Glib::PropertyProxy<Glib::ustring> property_time_format() ;
00124 #endif //#GLIBMM_PROPERTIES_ENABLED
00125
00126 #ifdef GLIBMM_PROPERTIES_ENABLED
00127
00133 Glib::PropertyProxy_ReadOnly<Glib::ustring> property_time_format() const;
00134 #endif //#GLIBMM_PROPERTIES_ENABLED
00135
00136
00137 public:
00138
00139 public:
00140
00141 #ifdef GLIBMM_VFUNCS_ENABLED
00142 #endif //GLIBMM_VFUNCS_ENABLED
00143
00144 protected:
00145
00146 #ifdef GLIBMM_VFUNCS_ENABLED
00147 #endif //GLIBMM_VFUNCS_ENABLED
00148
00149
00150 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00151 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00152
00153
00154 };
00155
00156 }
00157
00158
00159 namespace Glib
00160 {
00169 Glib::RefPtr<Gst::ClockOverlay> wrap(GstClockOverlay* object, bool take_copy = false);
00170 }
00171
00172
00173 #endif
00174