#include <padtemplate.h>
Inheritance diagram for Gst::PadTemplate:
Public Types | |
typedef PadTemplate | CppObjectType |
typedef PadTemplate_Class | CppClassType |
typedef GstPadTemplate | BaseObjectType |
typedef GstPadTemplateClass | BaseClassType |
Public Member Functions | |
virtual | ~PadTemplate () |
GstPadTemplate * | gobj () |
Provides access to the underlying C GObject. | |
const GstPadTemplate * | gobj () const |
Provides access to the underlying C GObject. | |
GstPadTemplate * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::RefPtr< PadTemplate > | create (const Glib::ustring &name_template, PadDirection direction, PadPresence presence, const Glib::RefPtr< Caps > &caps) |
Glib::RefPtr< Caps > | get_caps () |
Glib::RefPtr< const Caps > | get_caps () const |
Glib::SignalProxy1< void, const Glib::RefPtr< Pad > & > | signal_pad_created () |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
Protected Member Functions | |
PadTemplate (const Glib::ConstructParams &construct_params) | |
PadTemplate (GstPadTemplate *castitem) | |
PadTemplate () | |
Friends | |
class | PadTemplate_Class |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gst::PadTemplate > | wrap (GstPadTemplate *object, bool take_copy=false) |
Reimplemented from Gst::Object.
typedef PadTemplate_Class Gst::PadTemplate::CppClassType |
Reimplemented from Gst::Object.
Reimplemented from Gst::Object.
Reimplemented from Gst::Object.
Gst::PadTemplate::PadTemplate | ( | const Glib::ConstructParams & | construct_params | ) | [explicit, protected] |
Gst::PadTemplate::PadTemplate | ( | GstPadTemplate * | castitem | ) | [explicit, protected] |
virtual Gst::PadTemplate::~PadTemplate | ( | ) | [virtual] |
Gst::PadTemplate::PadTemplate | ( | ) | [protected] |
static GType Gst::PadTemplate::get_type | ( | ) | [static] |
Reimplemented from Gst::Object.
static GType Gst::PadTemplate::get_base_type | ( | ) | [static] |
Reimplemented from Gst::Object.
GstPadTemplate* Gst::PadTemplate::gobj | ( | ) | [inline] |
const GstPadTemplate* Gst::PadTemplate::gobj | ( | ) | const [inline] |
GstPadTemplate* Gst::PadTemplate::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Gst::Object.
Glib::RefPtr<PadTemplate> Gst::PadTemplate::create | ( | const Glib::ustring & | name_template, | |
PadDirection | direction, | |||
PadPresence | presence, | |||
const Glib::RefPtr< Caps > & | caps | |||
) |
Glib::RefPtr<Caps> Gst::PadTemplate::get_caps | ( | ) |
Glib::RefPtr<const Caps> Gst::PadTemplate::get_caps | ( | ) | const |
Glib::SignalProxy1< void,const Glib::RefPtr<Pad>& > Gst::PadTemplate::signal_pad_created | ( | ) |
void on_my_pad_created(const Glib::RefPtr<Pad>& pad)
friend class PadTemplate_Class [friend] |
Glib::RefPtr< Gst::PadTemplate > wrap | ( | GstPadTemplate * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |