| 124 | return InvokeRetFunction<QWidget *>(&IMiniQtHelper::FindChildByName, parent, name); |
| 125 | } |
| 126 | QWidget *GetParent(QWidget *widget) |
| 127 | { |
| 128 | return InvokeRetFunction<QWidget *>(&IMiniQtHelper::GetParent, widget); |
| 129 | } |
| 130 | int32_t GetNumChildren(QWidget *widget) |
| 131 | { |
| 132 | return InvokeRetFunction<int32_t>(&IMiniQtHelper::GetNumChildren, widget); |
no outgoing calls