| 132 | return InvokeRetFunction<int32_t>(&IMiniQtHelper::GetNumChildren, widget); |
| 133 | } |
| 134 | QWidget *GetChild(QWidget *parent, int32_t index) |
| 135 | { |
| 136 | return InvokeRetFunction<QWidget *>(&IMiniQtHelper::GetChild, parent, index); |
| 137 | } |
| 138 | void DestroyWidget(QWidget *widget) { InvokeVoidFunction(&IMiniQtHelper::DestroyWidget, widget); } |
| 139 | // dialogs |
| 140 |
no outgoing calls