27 #if PY_VERSION_HEX < 0x03050000
28 #error "This version of SIP requires Python v3.5 or later"
38 #define SIP_MODULE_PATCH_VERSION 1
49 #define SIP_ABI_MAJOR_VERSION 12
50 #define SIP_ABI_MINOR_VERSION 8
53 #define SIP_VERSION 0x60101
54 #define SIP_VERSION_STR "6.1.1"
57 #define _SIP_MODULE_FQ_NAME "PyQt5.sip"
58 #define _SIP_MODULE_NAME "sip"
59 #define _SIP_MODULE_SHARED 1
60 #define _SIP_MODULE_ENTRY PyInit_sip
61 #define _SIP_MODULE_LEGACY 1
64 #define SIP_API_MAJOR_NR SIP_ABI_MAJOR_VERSION
65 #define SIP_API_MINOR_NR SIP_ABI_MINOR_VERSION
79 #if defined(__cplusplus)
85 #define SIP_MLMETH_CAST(m) reinterpret_cast<PyCFunction>(reinterpret_cast<void (*)(void)>(m))
87 #if __cplusplus >= 201103L || defined(_MSVC_LANG)
90 #define SIP_NULLPTR nullptr
91 #define SIP_OVERRIDE override
96 #define SIP_NULLPTR NULL
104 #define SIP_MLMETH_CAST(m) ((PyCFunction)(m))
107 #define SIP_NULLPTR NULL
114 #define SIP_SSIZE_T Py_ssize_t
115 #define SIP_SSIZE_T_FORMAT "%zd"
116 #define SIP_USE_PYCAPSULE
117 #define SIP_MODULE_RETURN(v) return (v)
123 #define SIPLong_Check PyLong_Check
124 #define SIPLong_FromLong PyLong_FromLong
125 #define SIPLong_AsLong PyLong_AsLong
127 #define SIPBytes_Check PyBytes_Check
128 #define SIPBytes_FromString PyBytes_FromString
129 #define SIPBytes_FromStringAndSize PyBytes_FromStringAndSize
130 #define SIPBytes_AsString PyBytes_AsString
131 #define SIPBytes_Size PyBytes_Size
132 #define SIPBytes_AS_STRING PyBytes_AS_STRING
133 #define SIPBytes_GET_SIZE PyBytes_GET_SIZE
139 #define SIP_TRACE_CATCHERS 0x0001
140 #define SIP_TRACE_CTORS 0x0002
141 #define SIP_TRACE_DTORS 0x0004
142 #define SIP_TRACE_INITS 0x0008
143 #define SIP_TRACE_DEALLOCS 0x0010
144 #define SIP_TRACE_METHODS 0x0020
152 #define SIP_RELEASE_GIL(gs) PyGILState_Release(gs);
153 #define SIP_BLOCK_THREADS {PyGILState_STATE sipGIL = PyGILState_Ensure();
154 #define SIP_UNBLOCK_THREADS PyGILState_Release(sipGIL);}
157 #define SIP_RELEASE_GIL(gs)
158 #define SIP_BLOCK_THREADS
159 #define SIP_UNBLOCK_THREADS
232 PyObject **, PyObject **, PyObject **);
233 typedef int (*
sipFinalFunc)(PyObject *,
void *, PyObject *, PyObject **);
239 #if !defined(Py_LIMITED_API)
245 typedef const sipTypeDef *(*sipSubClassConvertFunc)(
void **);
247 typedef PyObject *(*sipConvertFromFunc)(
void *, PyObject *);
252 typedef void *(*sipArrayFunc)(Py_ssize_t);
253 typedef void *(*sipCopyFunc)(
const void *, Py_ssize_t);
255 typedef PyObject *(*sipPickleFunc)(
void *);
257 typedef PyObject *(*sipVariableGetterFunc)(
void *, PyObject *, PyObject *);
259 typedef void *(*sipProxyResolverFunc)(
void *);
264 #if !defined(Py_LIMITED_API)
273 PyHeapTypeObject
super;
367 PyHeapTypeObject
super;
833 #if defined(Py_LIMITED_API)
840 #if defined(Py_LIMITED_API)
1257 #if defined(HAVE_LONG_LONG)
1274 #if defined(HAVE_LONG_LONG)
1382 unsigned api_minor,
void *unused);
1394 PyObject *(*api_build_result)(
int *isErr,
const char *fmt, ...);
1395 PyObject *(*api_call_method)(
int *isErr, PyObject *method,
const char *fmt,
1399 PyObject *(*api_connect_rx)(PyObject *txObj,
const char *sig,
1400 PyObject *rxObj,
const char *slot,
int type);
1405 void *(*api_convert_to_type)(PyObject *pyObj,
const sipTypeDef *td,
1406 PyObject *transferObj,
int flags,
int *statep,
int *iserrp);
1407 void *(*api_force_convert_to_type)(PyObject *pyObj,
const sipTypeDef *td,
1408 PyObject *transferObj,
int flags,
int *statep,
int *iserrp);
1419 PyObject *(*api_convert_from_type)(
void *cpp,
const sipTypeDef *td,
1420 PyObject *transferObj);
1421 PyObject *(*api_convert_from_new_type)(
void *cpp,
const sipTypeDef *td,
1422 PyObject *transferObj);
1423 PyObject *(*api_convert_from_enum)(
int eval,
const sipTypeDef *td);
1425 PyObject *(*api_disconnect_rx)(PyObject *txObj,
const char *sig,
1426 PyObject *rxObj,
const char *slot);
1428 PyObject *(*api_get_pyobject)(
void *cppPtr,
const sipTypeDef *td);
1429 void *(*api_malloc)(
size_t nbytes);
1431 const char *fmt, ...);
1432 void (*
api_trace)(
unsigned mask,
const char *fmt, ...);
1437 PyObject *(*api_convert_from_void_ptr)(
void *val);
1438 PyObject *(*api_convert_from_const_void_ptr)(
const void *val);
1439 PyObject *(*api_convert_from_void_ptr_and_size)(
void *val,
1441 PyObject *(*api_convert_from_const_void_ptr_and_size)(
const void *val,
1443 void *(*api_convert_to_void_ptr)(PyObject *obj);
1445 void *(*api_import_symbol)(
const char *
name);
1446 const sipTypeDef *(*api_find_type)(
const char *type);
1448 const sipTypeDef *(*api_type_from_py_type_object)(PyTypeObject *py_type);
1450 const char *(*api_resolve_typedef)(
const char *
name);
1460 PyObject *(*api_convert_from_new_pytype)(
void *cpp, PyTypeObject *py_type,
1462 PyObject *(*api_convert_to_typed_array)(
void *
data,
const sipTypeDef *td,
1463 const char *format,
size_t stride, Py_ssize_t len,
int flags);
1464 PyObject *(*api_convert_to_array)(
void *
data,
const char *format,
1465 Py_ssize_t len,
int flags);
1468 PyInterpreterState *(*api_get_interpreter)(void);
1473 PyObject *(*api_py_type_dict)(
const PyTypeObject *);
1474 const char *(*api_py_type_name)(
const PyTypeObject *);
1479 PyObject *(*api_from_date)(
const sipDateDef *);
1483 PyObject *(*api_from_time)(
const sipTimeDef *);
1485 struct _frame *(*api_get_frame)(int);
1487 PyObject *(*api_unicode_new)(Py_ssize_t, unsigned,
int *,
void **);
1489 void *(*api_unicode_data)(PyObject *,
int *, Py_ssize_t *);
1500 const char *fmt, ...);
1501 int (*
api_parse_pair)(PyObject **parseErrp, PyObject *arg0, PyObject *arg1,
1502 const char *fmt, ...);
1514 void (*
api_no_method)(PyObject *parseErr,
const char *scope,
1515 const char *method,
const char *doc);
1531 const sipTypeDef *type, PyObject *arg0, PyObject *arg1);
1534 const char *(*api_bytes_as_string)(PyObject *obj);
1536 const char *(*api_string_as_ascii_string)(PyObject **obj);
1538 const char *(*api_string_as_latin1_string)(PyObject **obj);
1540 const char *(*api_string_as_utf8_string)(PyObject **obj);
1541 #if defined(HAVE_WCHAR_H)
1543 wchar_t *(*api_unicode_as_wstring)(PyObject *obj);
1546 int *(*api_unicode_as_wstring)(PyObject *obj);
1548 int (*
api_deprecated)(
const char *classname,
const char *method);
1551 PyObject *sipKwdArgs,
const char **kwdlist, PyObject **unused,
1552 const char *fmt, ...);
1556 const char *fmt, ...);
1559 int (*
api_init_mixin)(PyObject *
self, PyObject *args, PyObject *kwds,
1561 PyObject *(*api_get_reference)(PyObject *
self,
int key);
1579 void *(*api_convert_rx)(
sipWrapper *txSelf,
const char *sigargs,
1580 PyObject *rxObj,
const char *slot,
const char **memberp,
1582 PyObject *(*api_invoke_slot)(
const sipSlot *slot, PyObject *sigargs);
1583 PyObject *(*api_invoke_slot_ex)(
const sipSlot *slot, PyObject *sigargs,
1584 int check_receiver);
1592 PyTypeObject *(*api_find_named_enum)(
const char *type);
1593 const sipMappedType *(*api_find_mapped_type)(
const char *type);
1597 sipWrapperType *(*api_map_string_to_class)(
const char *typeString,
1618 #if defined(HAVE_LONG_LONG)
1635 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step,
1636 Py_ssize_t *slicelength);
1644 PyObject *(*api_is_py_method_12_8)(
sip_gilstate_t *gil,
char *pymc,
1656 void *(*qt_create_universal_signal)(
void *,
const char **);
1657 void *(*qt_find_universal_signal)(
void *,
const char **);
1658 void *(*qt_create_universal_slot)(
struct _sipWrapper *,
const char *,
1659 PyObject *,
const char *,
const char **, int);
1661 void *(*qt_find_slot)(
void *,
const char *, PyObject *,
const char *,
1663 int (*
qt_connect)(
void *,
const char *,
void *,
const char *, int);
1664 int (*
qt_disconnect)(
void *,
const char *,
void *,
const char *);
1666 sipSlot *(*qt_find_sipslot)(
void *,
void **);
1679 #define SIP_NOT_NONE 0x01
1680 #define SIP_NO_CONVERTORS 0x02
1687 #define SIP_READ_ONLY 0x01
1688 #define SIP_OWNS_MEMORY 0x02
1695 #define SIP_TEMPORARY 0x01
1696 #define SIP_DERIVED_CLASS 0x02
1702 #define SIP_SINGLE_SHOT 0x01
1710 #define SIP_INDIRECT 0x0004
1711 #define SIP_ACCFUNC 0x0008
1712 #define SIP_NOT_IN_MAP 0x0010
1714 #if !defined(Py_LIMITED_API)
1715 #define SIP_PY_OWNED 0x0020
1716 #define SIP_SHARE_MAP 0x0040
1717 #define SIP_CPP_HAS_REF 0x0080
1718 #define SIP_POSSIBLE_PROXY 0x0100
1719 #define SIP_ALIAS 0x0200
1720 #define SIP_CREATED 0x0400
1722 #define sipIsDerived(sw) ((sw)->sw_flags & SIP_DERIVED_CLASS)
1723 #define sipIsIndirect(sw) ((sw)->sw_flags & SIP_INDIRECT)
1724 #define sipIsAccessFunc(sw) ((sw)->sw_flags & SIP_ACCFUNC)
1725 #define sipNotInMap(sw) ((sw)->sw_flags & SIP_NOT_IN_MAP)
1726 #define sipSetNotInMap(sw) ((sw)->sw_flags |= SIP_NOT_IN_MAP)
1727 #define sipIsPyOwned(sw) ((sw)->sw_flags & SIP_PY_OWNED)
1728 #define sipSetPyOwned(sw) ((sw)->sw_flags |= SIP_PY_OWNED)
1729 #define sipResetPyOwned(sw) ((sw)->sw_flags &= ~SIP_PY_OWNED)
1730 #define sipCppHasRef(sw) ((sw)->sw_flags & SIP_CPP_HAS_REF)
1731 #define sipSetCppHasRef(sw) ((sw)->sw_flags |= SIP_CPP_HAS_REF)
1732 #define sipResetCppHasRef(sw) ((sw)->sw_flags &= ~SIP_CPP_HAS_REF)
1733 #define sipPossibleProxy(sw) ((sw)->sw_flags & SIP_POSSIBLE_PROXY)
1734 #define sipSetPossibleProxy(sw) ((sw)->sw_flags |= SIP_POSSIBLE_PROXY)
1735 #define sipIsAlias(sw) ((sw)->sw_flags & SIP_ALIAS)
1736 #define sipWasCreated(sw) ((sw)->sw_flags & SIP_CREATED)
1739 #define SIP_TYPE_TYPE_MASK 0x0007
1740 #define SIP_TYPE_CLASS 0x0000
1741 #define SIP_TYPE_NAMESPACE 0x0001
1742 #define SIP_TYPE_MAPPED 0x0002
1743 #define SIP_TYPE_ENUM 0x0003
1744 #define SIP_TYPE_SCOPED_ENUM 0x0004
1745 #define SIP_TYPE_ABSTRACT 0x0008
1746 #define SIP_TYPE_SCC 0x0010
1747 #define SIP_TYPE_ALLOW_NONE 0x0020
1748 #define SIP_TYPE_STUB 0x0040
1749 #define SIP_TYPE_NONLAZY 0x0080
1750 #define SIP_TYPE_SUPER_INIT 0x0100
1751 #define SIP_TYPE_LIMITED_API 0x0200
1757 #define sipTypeIsClass(td) (((td)->td_flags & SIP_TYPE_TYPE_MASK) == SIP_TYPE_CLASS)
1758 #define sipTypeIsNamespace(td) (((td)->td_flags & SIP_TYPE_TYPE_MASK) == SIP_TYPE_NAMESPACE)
1759 #define sipTypeIsMapped(td) (((td)->td_flags & SIP_TYPE_TYPE_MASK) == SIP_TYPE_MAPPED)
1760 #define sipTypeIsEnum(td) (((td)->td_flags & SIP_TYPE_TYPE_MASK) == SIP_TYPE_ENUM)
1761 #define sipTypeIsScopedEnum(td) (((td)->td_flags & SIP_TYPE_TYPE_MASK) == SIP_TYPE_SCOPED_ENUM)
1762 #define sipTypeAsPyTypeObject(td) ((td)->td_py_type)
1763 #define sipTypeName(td) sipNameFromPool((td)->td_module, (td)->td_cname)
1764 #define sipTypePluginData(td) ((td)->td_plugin_data)
1770 #define sipClassName(w) PyString_FromString(Py_TYPE(w)->tp_name)
1771 #define sipIsExactWrappedType(wt) (sipTypeAsPyTypeObject((wt)->wt_td) == (PyTypeObject *)(wt))
1777 #define sipTypeIsAbstract(td) ((td)->td_flags & SIP_TYPE_ABSTRACT)
1778 #define sipTypeHasSCC(td) ((td)->td_flags & SIP_TYPE_SCC)
1779 #define sipTypeAllowNone(td) ((td)->td_flags & SIP_TYPE_ALLOW_NONE)
1780 #define sipTypeIsStub(td) ((td)->td_flags & SIP_TYPE_STUB)
1781 #define sipTypeSetStub(td) ((td)->td_flags |= SIP_TYPE_STUB)
1782 #define sipTypeHasNonlazyMethod(td) ((td)->td_flags & SIP_TYPE_NONLAZY)
1783 #define sipTypeCallSuperInit(td) ((td)->td_flags & SIP_TYPE_SUPER_INIT)
1784 #define sipTypeUseLimitedAPI(td) ((td)->td_flags & SIP_TYPE_LIMITED_API)
1789 #define sipNameFromPool(em, mr) (&((em)->em_strings)[(mr)])
1790 #define sipNameOfModule(em) sipNameFromPool((em), (em)->em_name)
1791 #define sipPyNameOfContainer(cod, td) sipNameFromPool((td)->td_module, (cod)->cod_name)
1792 #define sipPyNameOfEnum(etd) sipNameFromPool((etd)->etd_base.td_module, (etd)->etd_name)
struct _sipLongInstanceDef sipLongInstanceDef
struct _pyqt5QtSignal pyqt5QtSignal
int(* sipTraverseFunc)(void *, visitproc, void *)
const sipTypeDef *(* sipSubClassConvertFunc)(void **)
void(* sipWrapperVisitorFunc)(sipSimpleWrapper *, void *)
void(* sipReleaseBufferFuncLimited)(PyObject *, void *)
struct _sipTypedefDef sipTypedefDef
struct _sipVoidPtrInstanceDef sipVoidPtrInstanceDef
void *(* sipArrayFunc)(Py_ssize_t)
union _sipImportedTypeDef sipImportedTypeDef
void(* sipAssignFunc)(void *, Py_ssize_t, void *)
struct _sipMappedTypeDef sipMappedTypeDef
struct _sipLongLongInstanceDef sipLongLongInstanceDef
int(* sipVariableSetterFunc)(void *, PyObject *, PyObject *)
struct _sipTypeInstanceDef sipTypeInstanceDef
struct _sipInitExtenderDef sipInitExtenderDef
int(* sipFinalFunc)(PyObject *, void *, PyObject *, PyObject **)
int(* sipGetBufferFunc)(PyObject *, void *, Py_buffer *, int)
struct _sipVariableDef sipVariableDef
struct _sipContainerDef sipContainerDef
PyObject *(* sipPickleFunc)(void *)
void *(* sipInitFunc)(sipSimpleWrapper *, PyObject *, PyObject *, PyObject **, PyObject **, PyObject **)
void(* sipVirtErrorHandlerFunc)(sipSimpleWrapper *, sip_gilstate_t)
int(* sipAttrGetterFunc)(const sipTypeDef *, PyObject *)
int(* pyqt5EmitFunc)(void *, PyObject *)
struct _sipPySlotDef sipPySlotDef
struct _sipImportedModuleDef sipImportedModuleDef
void(* sipWrappedInstanceEventHandler)(void *sipCpp)
struct _sipDelayedDtor sipDelayedDtor
struct _sipQtAPI sipQtAPI
struct _sipAPIDef sipAPIDef
struct _sipLicenseDef sipLicenseDef
int(* sipVirtHandlerFunc)(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *,...)
struct _sipCharInstanceDef sipCharInstanceDef
struct _sipInstancesDef sipInstancesDef
void *(* sipAccessFunc)(sipSimpleWrapper *, AccessFuncOp)
const sipAPIDef * sip_init_library(PyObject *mod_dict)
struct _sipEnumTypeDef sipEnumTypeDef
void(* sipCollectingWrapperEventHandler)(sipSimpleWrapper *sipSelf)
PyObject *(* sipConvertFromFunc)(void *, PyObject *)
int(* sipConvertToFunc)(PyObject *, void **, int *, PyObject *)
struct _sipPySlotExtenderDef sipPySlotExtenderDef
@ sipEventWrappedInstance
@ sipEventCollectingWrapper
void *(* sipCastFunc)(void *, const sipTypeDef *)
struct _sipEncodedTypeDef sipEncodedTypeDef
void *(* sipProxyResolverFunc)(void *)
struct _sipStringInstanceDef sipStringInstanceDef
void(* sipReleaseFunc)(void *, int)
struct _pyqt5ClassPluginDef pyqt5ClassPluginDef
struct _sipVersionedFunctionDef sipVersionedFunctionDef
int(* sipGetBufferFuncLimited)(PyObject *, void *, sipBufferDef *)
struct _sipStringTypeClassMap sipStringTypeClassMap
struct _pyqt4ClassPluginDef pyqt4ClassPluginDef
void(* sipDeallocFunc)(sipSimpleWrapper *)
struct _sipVirtErrorHandlerDef sipVirtErrorHandlerDef
int(* sipNewUserTypeFunc)(sipWrapperType *)
struct _sipIntTypeClassMap sipIntTypeClassMap
struct _sipClassTypeDef sipClassTypeDef
struct _sipEnumMemberDef sipEnumMemberDef
struct _sipExternalTypeDef sipExternalTypeDef
union _sipImportedVirtErrorHandlerDef sipImportedVirtErrorHandlerDef
union _sipImportedExceptionDef sipImportedExceptionDef
struct _sipIntInstanceDef sipIntInstanceDef
struct _sipUnsignedLongLongInstanceDef sipUnsignedLongLongInstanceDef
struct _sipSubClassConvertorDef sipSubClassConvertorDef
struct _sipExportedModuleDef sipExportedModuleDef
struct _sipUnsignedLongInstanceDef sipUnsignedLongInstanceDef
void *(* sipCopyFunc)(const void *, Py_ssize_t)
void(* sipReleaseBufferFunc)(PyObject *, void *, Py_buffer *)
struct _pyqt4QtSignal pyqt4QtSignal
struct _sipPyMethod sipPyMethod
int(* sipClearFunc)(void *)
struct _sipDoubleInstanceDef sipDoubleInstanceDef
const void * static_metaobject
const pyqt4QtSignal * qt_signals
PyMethodDef * non_signals
const void * static_metaobject
const pyqt5QtSignal * qt_signals
const char * qt_interface
PyMethodDef * non_signals
int(* api_convert_to_bool)(PyObject *obj)
void(* api_end_thread)(void)
int(* api_init_module)(sipExportedModuleDef *client, PyObject *mod_dict)
int(* api_register_event_handler)(sipEventType type, const sipTypeDef *td, void *handler)
void(* api_abstract_method)(const char *classname, const char *method)
Py_ssize_t(* api_convert_from_sequence_index)(Py_ssize_t idx, Py_ssize_t len)
char(* api_long_as_char)(PyObject *o)
void * api_long_as_unsigned_long_long
int(* api_long_as_int)(PyObject *o)
void(* api_set_user_object)(sipSimpleWrapper *, PyObject *)
int(* api_visit_slot)(sipSlot *slot, visitproc visit, void *arg)
int(* api_deprecated)(const char *classname, const char *method)
void(* api_transfer_back)(PyObject *self)
void(* api_add_delayed_dtor)(sipSimpleWrapper *w)
int(* api_convert_from_slice_object)(PyObject *slice, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength)
void(* api_free_sipslot)(sipSlot *slot)
int(* api_unicode_as_wchar)(PyObject *obj)
void(* api_print_object)(PyObject *o)
void(* api_set_destroy_on_exit)(int)
int(* api_save_slot)(sipSlot *sp, PyObject *rxObj, const char *slot)
void(* api_release_buffer_info)(sipBufferInfoDef *)
int(* api_register_py_type)(PyTypeObject *type)
int(* api_export_module)(sipExportedModuleDef *client, unsigned api_major, unsigned api_minor, void *unused)
int(* api_export_symbol)(const char *name, void *sym)
int(* api_parse_args)(PyObject **parseErrp, PyObject *sipArgs, const char *fmt,...)
int(* api_parse_result)(int *isErr, PyObject *method, PyObject *res, const char *fmt,...)
void(* api_keep_reference)(PyObject *self, int key, PyObject *obj)
sipErrorState(* api_bad_callable_arg)(int arg_nr, PyObject *arg)
int(* api_convert_to_enum)(PyObject *obj, const sipTypeDef *td)
PyTypeObject * api_wrapper_type
int(* api_register_proxy_resolver)(const sipTypeDef *td, sipProxyResolverFunc resolver)
int(* api_init_mixin)(PyObject *self, PyObject *args, PyObject *kwds, const sipClassTypeDef *ctd)
void(* api_unicode_write)(int, void *, int, unsigned)
void(* api_instance_destroyed_ex)(sipSimpleWrapper **sipSelfp)
int(* api_is_api_enabled)(const char *name, int from, int to)
int(* api_can_convert_to_type)(PyObject *pyObj, const sipTypeDef *td, int flags)
char(* api_string_as_utf8_char)(PyObject *obj)
sipNewUserTypeFunc(* api_set_new_user_type_handler)(const sipTypeDef *, sipNewUserTypeFunc)
int(* api_get_time)(PyObject *, sipTimeDef *)
int(* api_check_plugin_for_type)(const sipTypeDef *, const char *)
int(* api_get_state)(PyObject *transferObj)
int(* api_enable_overflow_checking)(int enable)
int(* api_get_date)(PyObject *, sipDateDef *)
void(* api_release_type)(void *cpp, const sipTypeDef *td, int state)
void(* api_bad_class)(const char *classname)
int(* api_parse_pair)(PyObject **parseErrp, PyObject *arg0, PyObject *arg1, const char *fmt,...)
void(* api_no_method)(PyObject *parseErr, const char *scope, const char *method, const char *doc)
void * api_long_as_long_long
PyTypeObject * api_wrappertype_type
int(* api_is_owned_by_python)(sipSimpleWrapper *)
size_t(* api_long_as_size_t)(PyObject *o)
void(* api_no_function)(PyObject *parseErr, const char *func, const char *doc)
unsigned short(* api_long_as_unsigned_short)(PyObject *o)
int(* api_get_buffer_info)(PyObject *, sipBufferInfoDef *)
short(* api_long_as_short)(PyObject *o)
char(* api_string_as_latin1_char)(PyObject *obj)
void(* api_transfer_break)(PyObject *self)
signed char(* api_long_as_signed_char)(PyObject *o)
unsigned long(* api_long_as_unsigned_long)(PyObject *o)
void(* api_call_procedure_method)(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, const char *,...)
void(* api_call_error_handler)(sipVirtErrorHandlerFunc, sipSimpleWrapper *, sip_gilstate_t)
void(* api_call_hook)(const char *hookname)
int(* api_register_attribute_getter)(const sipTypeDef *td, sipAttrGetterFunc getter)
void(* api_transfer_to)(PyObject *self, PyObject *owner)
void(* api_trace)(unsigned mask, const char *fmt,...)
void(* api_bad_operator_arg)(PyObject *self, PyObject *arg, sipPySlotType st)
int(* api_is_derived_class)(sipSimpleWrapper *)
int(* api_get_c_function)(PyObject *, sipCFunctionDef *)
int(* api_same_slot)(const sipSlot *sp, PyObject *rxObj, const char *slot)
int(* api_get_datetime)(PyObject *, sipDateDef *, sipTimeDef *)
void(* api_add_exception)(sipErrorState es, PyObject **parseErrp)
void(* api_bad_length_for_slice)(Py_ssize_t seqlen, Py_ssize_t slicelen)
void(* api_set_type_user_data)(sipWrapperType *, void *)
void(* api_visit_wrappers)(sipWrapperVisitorFunc visitor, void *closure)
int(* api_register_exit_notifier)(PyMethodDef *md)
int(* api_add_type_instance)(PyObject *dict, const char *name, void *cppPtr, const sipTypeDef *td)
void(* api_bad_catcher_result)(PyObject *method)
void(* api_raise_type_exception)(const sipTypeDef *td, void *ptr)
int(* api_enable_autoconversion)(const sipTypeDef *td, int enable)
void(* api_free)(void *mem)
void(* api_raise_unknown_exception)(void)
int(* api_parse_kwd_args)(PyObject **parseErrp, PyObject *sipArgs, PyObject *sipKwdArgs, const char **kwdlist, PyObject **unused, const char *fmt,...)
int(* api_is_user_type)(const sipWrapperType *)
PyTypeObject * api_simplewrapper_type
void(* api_clear_any_slot_reference)(sipSlot *slot)
int(* api_can_convert_to_enum)(PyObject *pyObj, const sipTypeDef *td)
long(* api_long_as_long)(PyObject *o)
unsigned int(* api_long_as_unsigned_int)(PyObject *o)
int(* api_enable_gc)(int enable)
unsigned char(* api_long_as_unsigned_char)(PyObject *o)
char(* api_bytes_as_char)(PyObject *obj)
void(* api_instance_destroyed)(sipSimpleWrapper *sipSelf)
int(* api_parse_result_ex)(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *method, PyObject *res, const char *fmt,...)
PyTypeObject * api_voidptr_type
char(* api_string_as_ascii_char)(PyObject *obj)
int(* api_get_method)(PyObject *, sipMethodDef *)
PyMethodDef * cf_function
sipDeallocFunc ctd_dealloc
sipGetBufferFunc ctd_getbuffer
const char * ctd_docstring
sipConvertFromFunc ctd_cfrom
sipReleaseBufferFunc ctd_releasebuffer
sipReleaseFunc ctd_release
sipEncodedTypeDef * ctd_supers
sipContainerDef ctd_container
sipTraverseFunc ctd_traverse
struct _sipClassTypeDef * ctd_nsextender
sipPySlotDef * ctd_pyslots
PyMethodDef * cod_methods
sipVariableDef * cod_variables
sipInstancesDef cod_instances
sipEnumMemberDef * cod_enummembers
sipEncodedTypeDef cod_scope
struct _sipDelayedDtor * dd_next
struct _sipPySlotDef * etd_pyslots
struct _sipTypeDef * type
sipTypedefDef * em_typedefs
sipVirtErrorHandlerDef * em_virterrorhandlers
sipInstancesDef em_instances
sipExternalTypeDef * em_external
sipSubClassConvertorDef * em_convertors
PyObject ** em_exceptions
void(* em_delayeddtors)(const sipDelayedDtor *)
sipPySlotExtenderDef * em_slotextend
struct _sipQtAPI * em_qt_api
struct _sipLicenseDef * em_license
sipInitExtenderDef * em_initextend
struct _sipExportedModuleDef * em_next
sipEnumMemberDef * em_enummembers
sipImportedModuleDef * em_imports
sipVersionedFunctionDef * em_versioned_functions
sipDelayedDtor * em_ddlist
sipImportedExceptionDef * im_imported_exceptions
sipImportedTypeDef * im_imported_types
sipImportedVirtErrorHandlerDef * im_imported_veh
sipEncodedTypeDef ie_class
struct _sipInitExtenderDef * ie_next
struct _sipTypeInstanceDef * id_type
struct _sipCharInstanceDef * id_char
struct _sipVoidPtrInstanceDef * id_voidp
struct _sipUnsignedLongLongInstanceDef * id_ullong
struct _sipStringInstanceDef * id_string
struct _sipLongLongInstanceDef * id_llong
struct _sipIntInstanceDef * id_int
struct _sipLongInstanceDef * id_long
struct _sipUnsignedLongInstanceDef * id_ulong
struct _sipDoubleInstanceDef * id_double
struct _sipWrapperType ** pyType
const char * lc_timestamp
const char * lc_signature
sipContainerDef mtd_container
sipReleaseFunc mtd_release
sipConvertFromFunc mtd_cfrom
sipEncodedTypeDef pse_class
int(* qt_connect)(void *, const char *, void *, const char *, int)
void(* qt_destroy_universal_slot)(void *)
void(* qt_disconnect_py_signal)(PyObject *, const char *, PyObject *, const char *)
int(* qt_same_name)(const char *, const char *)
int(* qt_connect_py_signal)(PyObject *, const char *, PyObject *, const char *)
int(* qt_emit_signal)(PyObject *, const char *, PyObject *)
int(* qt_disconnect)(void *, const char *, void *, const char *)
PyObject_HEAD void * data
struct _sipSimpleWrapper * next
sipAccessFunc access_func
struct _sipWrapperType ** pyType
sipEncodedTypeDef scc_base
struct _sipTypeDef * scc_basetype
sipSubClassConvertFunc scc_convertor
PyTypeObject * td_py_type
struct _sipExportedModuleDef * td_module
struct _sipTypeDef * td_next_version
struct _sipTypeDef ** ti_type
const char * tdd_type_name
const char * vd_docstring
const char * vf_docstring
sipVirtErrorHandlerFunc veh_handler
struct _sipInitExtenderDef * wt_iextend
unsigned wt_dict_complete
sipNewUserTypeFunc wt_new_user_type_handler
struct _sipWrapper * sibling_next
struct _sipWrapper * parent
struct _sipWrapper * first_child
struct _sipWrapper * sibling_prev
sipVirtErrorHandlerFunc iveh_handler