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);
59 #endif // QGST_CHILDPROXY_H