|
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 1687 of file build/sip.h.
| int(* _sipQtAPI::qt_connect)(void *, const char *, void *, const char *, int) |
Definition at line 1696 of file build/sip.h.
| int(* _sipQtAPI::qt_connect_py_signal)(PyObject *, const char *, PyObject *, const char *) |
Definition at line 1701 of file build/sip.h.
| void *(* _sipQtAPI::qt_create_universal_signal)(void *, const char **) |
Definition at line 1689 of file build/sip.h.
| void *(* _sipQtAPI::qt_create_universal_slot)(struct _sipWrapper *, const char *, PyObject *, const char *, const char **, int) |
Definition at line 1691 of file build/sip.h.
| void(* _sipQtAPI::qt_destroy_universal_slot)(void *) |
Definition at line 1693 of file build/sip.h.
| int(* _sipQtAPI::qt_disconnect)(void *, const char *, void *, const char *) |
Definition at line 1697 of file build/sip.h.
| void(* _sipQtAPI::qt_disconnect_py_signal)(PyObject *, const char *, PyObject *, const char *) |
Definition at line 1703 of file build/sip.h.
| int(* _sipQtAPI::qt_emit_signal)(PyObject *, const char *, PyObject *) |
Definition at line 1700 of file build/sip.h.
| sipSlot *(* _sipQtAPI::qt_find_sipslot)(void *, void **) |
Definition at line 1699 of file build/sip.h.
| void *(* _sipQtAPI::qt_find_slot)(void *, const char *, PyObject *, const char *, const char **) |
Definition at line 1694 of file build/sip.h.
| void *(* _sipQtAPI::qt_find_universal_signal)(void *, const char **) |
Definition at line 1690 of file build/sip.h.
| sipTypeDef ** _sipQtAPI::qt_qobject |
Definition at line 1688 of file build/sip.h.
| int(* _sipQtAPI::qt_same_name)(const char *, const char *) |
Definition at line 1698 of file build/sip.h.