|
PLplot 5.15.0
|
#include "sip.h"
Public Attributes | |
| sipTypeDef ** | qt_qobject |
| void *(* | qt_create_universal_signal )(void *, const char **) |
| void *(* | qt_find_universal_signal )(void *, const char **) |
| void *(* | qt_create_universal_slot )(struct _sipWrapper *, const char *, PyObject *, const char *, const char **, int) |
| void(* | qt_destroy_universal_slot )(void *) |
| void *(* | qt_find_slot )(void *, const char *, PyObject *, const char *, const char **) |
| int(* | qt_connect )(void *, const char *, void *, const char *, int) |
| int(* | qt_disconnect )(void *, const char *, void *, const char *) |
| int(* | qt_same_name )(const char *, const char *) |
| sipSlot *(* | qt_find_sipslot )(void *, void **) |
| int(* | qt_emit_signal )(PyObject *, const char *, PyObject *) |
| int(* | qt_connect_py_signal )(PyObject *, const char *, PyObject *, const char *) |
| void(* | qt_disconnect_py_signal )(PyObject *, const char *, PyObject *, const char *) |
Definition at line 1676 of file build/sip.h.
| int(* _sipQtAPI::qt_connect)(void *, const char *, void *, const char *, int) |
Definition at line 1685 of file build/sip.h.
| int(* _sipQtAPI::qt_connect_py_signal)(PyObject *, const char *, PyObject *, const char *) |
Definition at line 1690 of file build/sip.h.
| void *(* _sipQtAPI::qt_create_universal_signal)(void *, const char **) |
Definition at line 1678 of file build/sip.h.
| void *(* _sipQtAPI::qt_create_universal_slot)(struct _sipWrapper *, const char *, PyObject *, const char *, const char **, int) |
Definition at line 1680 of file build/sip.h.
| void(* _sipQtAPI::qt_destroy_universal_slot)(void *) |
Definition at line 1682 of file build/sip.h.
| int(* _sipQtAPI::qt_disconnect)(void *, const char *, void *, const char *) |
Definition at line 1686 of file build/sip.h.
| void(* _sipQtAPI::qt_disconnect_py_signal)(PyObject *, const char *, PyObject *, const char *) |
Definition at line 1692 of file build/sip.h.
| int(* _sipQtAPI::qt_emit_signal)(PyObject *, const char *, PyObject *) |
Definition at line 1689 of file build/sip.h.
| sipSlot *(* _sipQtAPI::qt_find_sipslot)(void *, void **) |
Definition at line 1688 of file build/sip.h.
| void *(* _sipQtAPI::qt_find_slot)(void *, const char *, PyObject *, const char *, const char **) |
Definition at line 1683 of file build/sip.h.
| void *(* _sipQtAPI::qt_find_universal_signal)(void *, const char **) |
Definition at line 1679 of file build/sip.h.
| sipTypeDef ** _sipQtAPI::qt_qobject |
Definition at line 1677 of file build/sip.h.
| int(* _sipQtAPI::qt_same_name)(const char *, const char *) |
Definition at line 1687 of file build/sip.h.