bool sipQAbstractListModel::insertRows(int a0,int a1,const QModelIndex& a2) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[24],sipPySelf,NULL,sipName_insertRows); if (!sipMeth) return QAbstractListModel::insertRows(a0,a1,a2); extern bool sipVH_QtCore_47(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, int,int,const QModelIndex&); return sipVH_QtCore_47(sipGILState, 0, sipPySelf, sipMeth, a0, a1, a2); }
void sipQSequentialAnimationGroup::childEvent(QChildEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[3],sipPySelf,NULL,sipName_childEvent); if (!sipMeth) { QSequentialAnimationGroup::childEvent(a0); return; } extern void sipVH_QtCore_47(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, QChildEvent*); extern void sipVEH_QtCore_PyQt5(sipSimpleWrapper *, sip_gilstate_t); sipVH_QtCore_47(sipGILState, sipVEH_QtCore_PyQt5, sipPySelf, sipMeth, a0); }