bool sipQAbstractGraphicsShapeItem::isObscuredBy(const QGraphicsItem*a0) const { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,const_cast<char *>(&sipPyMethods[31]),sipPySelf,NULL,sipName_isObscuredBy); if (!sipMeth) return QAbstractGraphicsShapeItem::isObscuredBy(a0); extern bool sipVH_QtGui_207(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, const QGraphicsItem*); return sipVH_QtGui_207(sipGILState, 0, sipPySelf, sipMeth, a0); }
void sipQGraphicsLineItem::contextMenuEvent(QGraphicsSceneContextMenuEvent*a0) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[21],sipPySelf,NULL,sipName_contextMenuEvent); if (!sipMeth) { QGraphicsLineItem::contextMenuEvent(a0); return; } extern void sipVH_QtGui_207(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, QGraphicsSceneContextMenuEvent*); sipVH_QtGui_207(sipGILState, 0, sipPySelf, sipMeth, a0); }
void sipQItemSelectionModel::select(const ::QModelIndex& a0, ::QItemSelectionModel::SelectionFlags a1) { sip_gilstate_t sipGILState; PyObject *sipMeth; sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[1],sipPySelf,NULL,sipName_select); if (!sipMeth) { ::QItemSelectionModel::select(a0,a1); return; } extern void sipVH_QtGui_207(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, const ::QModelIndex&, ::QItemSelectionModel::SelectionFlags); sipVH_QtGui_207(sipGILState, 0, sipPySelf, sipMeth, a0, a1); }