QtGStreamer 1.2.0
|
#include <QGst/ChildProxy>
Public Member Functions | |
uint | childrenCount () const |
QGlib::ObjectPtr | childByName (const char *name) const |
QGlib::ObjectPtr | childByIndex (uint index) const |
bool | findChildProperty (const char *name, QGlib::ObjectPtr *object, QGlib::ParamSpecPtr *paramSpec) const |
QGlib::Value | childProperty (const char *name) const |
template<typename T > | |
void | setChildProperty (const char *name, const T &value) |
![]() | |
ParamSpecPtr | findProperty (const char *name) const |
QList< ParamSpecPtr > | listProperties () const |
Value | property (const char *name) const |
template<class T > | |
void | setProperty (const char *name, const T &value) |
void | setProperty (const char *name, const Value &value) |
void * | data (const char *key) const |
void * | stealData (const char *key) const |
void | setData (const char *key, void *data, void(*destroyCallback)(void *)=NULL) |
void * | quarkData (const Quark &quark) const |
void * | stealQuarkData (const Quark &quark) const |
void | setQuarkData (const Quark &quark, void *data, void(*destroyCallback)(void *)=NULL) |
Additional Inherited Members | |
![]() | |
virtual void | ref (bool increaseRef) |
virtual void | unref () |
![]() | |
template<class T > | |
T * | object () const |
![]() | |
void * | m_object |
Wrapper class for GstChildProxy.
Definition at line 27 of file childproxy.h.
uint QGst::ChildProxy::childrenCount | ( | ) | const |
Definition at line 22 of file childproxy.cpp.
QGlib::ObjectPtr QGst::ChildProxy::childByName | ( | const char * | name | ) | const |
Definition at line 27 of file childproxy.cpp.
QGlib::ObjectPtr QGst::ChildProxy::childByIndex | ( | uint | index | ) | const |
Definition at line 32 of file childproxy.cpp.
bool QGst::ChildProxy::findChildProperty | ( | const char * | name, |
QGlib::ObjectPtr * | object, | ||
QGlib::ParamSpecPtr * | paramSpec | ||
) | const |
Definition at line 37 of file childproxy.cpp.
QGlib::Value QGst::ChildProxy::childProperty | ( | const char * | name | ) | const |
Definition at line 50 of file childproxy.cpp.
void QGst::ChildProxy::setChildProperty | ( | const char * | name, |
const T & | value | ||
) |
Definition at line 42 of file childproxy.h.