17 #ifndef QGST_CHILDPROXY_H
18 #define QGST_CHILDPROXY_H
31 uint childrenCount()
const;
38 template <
typename T>
void setChildProperty(
const char *name,
const T & value);
42 void ChildProxy::setChildProperty(
const char *name,
const T & value)
46 if (findChildProperty(name, &
object, ¶m)) {
48 v.
init(param->valueType());
50 object->setProperty(param->name(), value);
57 QGLIB_REGISTER_INTERFACE(QGst::ChildProxy)
59 #endif // QGST_CHILDPROXY_H
Smart pointer class for working with wrapper classes that support reference counting.
Wrapper class for GValue.
Base class for interface wrappers.
Wrapper class for GstChildProxy.