void sipQTextObjectInterface::drawObject( ::QPainter*a0,const ::QRectF& a1, ::QTextDocument*a2,int a3,const ::QTextFormat& a4) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[0],sipPySelf,sipName_QTextObjectInterface,sipName_drawObject); if (!sipMeth) return; extern void sipVH_QtGui_102(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, ::QPainter*,const ::QRectF&, ::QTextDocument*,int,const ::QTextFormat&); sipVH_QtGui_102(sipGILState, 0, sipPySelf, sipMeth, a0, a1, a2, a3, a4); }
void sipQStackedLayout::setGeometry(const QRect& a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[18],sipPySelf,NULL,sipName_setGeometry); if (!sipMeth) { QStackedLayout::setGeometry(a0); return; } extern void sipVH_QtGui_102(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, const QRect&); sipVH_QtGui_102(sipGILState, 0, sipPySelf, sipMeth, a0); }
void sipQSpacerItem::setGeometry(const QRect& a0) { sip_gilstate_t sipGILState; PyObject *meth; meth = sipIsPyMethod(&sipGILState,&sipPyMethods[5],sipPySelf,NULL,sipName_setGeometry); if (!meth) { QSpacerItem::setGeometry(a0); return; } extern void sipVH_QtGui_102(sip_gilstate_t,PyObject *,const QRect&); sipVH_QtGui_102(sipGILState,meth,a0); }
void sipQPaintEngine::drawEllipse(const QRect& a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[10],sipPySelf,NULL,sipName_drawEllipse); if (!sipMeth) { QPaintEngine::drawEllipse(a0); return; } extern void sipVH_QtGui_102(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, const QRect&); sipVH_QtGui_102(sipGILState, 0, sipPySelf, sipMeth, a0); }