#include <miniobject.h>
Inheritance diagram for Gst::MiniObject:
Public Types | |
typedef MiniObject | CppObjectType |
typedef MiniObject_Class | CppClassType |
typedef GstMiniObject | BaseObjectType |
typedef GstMiniObjectClass | BaseClassType |
Public Member Functions | |
MiniObject () | |
MiniObject (GstMiniObject *castitem) | |
virtual | ~MiniObject () |
MiniObject (const MiniObject &) | |
MiniObject & | operator= (const MiniObject &) |
bool | is_writable () const |
void | make_writable () |
void | reference () const |
void | unreference () const |
Protected Attributes | |
GstMiniObject * | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gst::MiniObject > | wrap (GstMiniObject *object, bool take_copy=false) |
Reimplemented in Gst::Event, Gst::Message, and Gst::Query.
typedef MiniObject_Class Gst::MiniObject::CppClassType |
Reimplemented in Gst::Event, Gst::Message, and Gst::Query.
typedef GstMiniObject Gst::MiniObject::BaseObjectType |
Reimplemented in Gst::Event, Gst::Message, and Gst::Query.
typedef GstMiniObjectClass Gst::MiniObject::BaseClassType |
Reimplemented in Gst::Event, Gst::Message, and Gst::Query.
Gst::MiniObject::MiniObject | ( | ) |
Gst::MiniObject::MiniObject | ( | GstMiniObject * | castitem | ) |
virtual Gst::MiniObject::~MiniObject | ( | ) | [virtual] |
Gst::MiniObject::MiniObject | ( | const MiniObject & | ) |
MiniObject& Gst::MiniObject::operator= | ( | const MiniObject & | ) |
bool Gst::MiniObject::is_writable | ( | ) | const |
void Gst::MiniObject::make_writable | ( | ) |
void Gst::MiniObject::reference | ( | ) | const |
void Gst::MiniObject::unreference | ( | ) | const |
Glib::RefPtr< Gst::MiniObject > wrap | ( | GstMiniObject * | object, | |
bool | take_copy = false | |||
) | [related] |
GstMiniObject* Gst::MiniObject::gobject_ [protected] |