QtGStreamer 1.2.0
|
#include <QGst/MiniObject>
Public Types | |
typedef GstMiniObject | CType |
Public Member Functions | |
MiniObjectPtr | copy () const |
bool | isWritable () const |
MiniObjectPtr | makeWritable () const |
Protected Member Functions | |
MiniObject (const MiniObject &) | |
MiniObject & | operator= (const MiniObject &) |
virtual void | ref (bool increaseRef) |
virtual void | unref () |
![]() | |
template<class T > | |
T * | object () const |
Additional Inherited Members | |
![]() | |
void * | m_object |
Wrapper class for GstMiniObject.
Definition at line 29 of file miniobject.h.
typedef GstMiniObject QGst::MiniObject::CType |
Definition at line 35 of file miniobject.h.
|
inlineprotected |
Definition at line 37 of file miniobject.h.
|
inlineprotected |
Definition at line 40 of file miniobject.h.
MiniObjectPtr QGst::MiniObject::copy | ( | ) | const |
Definition at line 23 of file miniobject.cpp.
bool QGst::MiniObject::isWritable | ( | ) | const |
Definition at line 28 of file miniobject.cpp.
MiniObjectPtr QGst::MiniObject::makeWritable | ( | ) | const |
Definition at line 50 of file miniobject.cpp.
|
protectedvirtual |
Implements QGlib::RefCountedObject.
Definition at line 33 of file miniobject.cpp.
|
protectedvirtual |
Implements QGlib::RefCountedObject.
Definition at line 42 of file miniobject.cpp.