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 1654 of file build/sip.h.
int(* _sipQtAPI::qt_connect)(void *, const char *, void *, const char *, int) |
Definition at line 1663 of file build/sip.h.
int(* _sipQtAPI::qt_connect_py_signal)(PyObject *, const char *, PyObject *, const char *) |
Definition at line 1668 of file build/sip.h.
void *(* _sipQtAPI::qt_create_universal_signal)(void *, const char **) |
Definition at line 1656 of file build/sip.h.
void *(* _sipQtAPI::qt_create_universal_slot)(struct _sipWrapper *, const char *, PyObject *, const char *, const char **, int) |
Definition at line 1658 of file build/sip.h.
void(* _sipQtAPI::qt_destroy_universal_slot)(void *) |
Definition at line 1660 of file build/sip.h.
int(* _sipQtAPI::qt_disconnect)(void *, const char *, void *, const char *) |
Definition at line 1664 of file build/sip.h.
void(* _sipQtAPI::qt_disconnect_py_signal)(PyObject *, const char *, PyObject *, const char *) |
Definition at line 1670 of file build/sip.h.
int(* _sipQtAPI::qt_emit_signal)(PyObject *, const char *, PyObject *) |
Definition at line 1667 of file build/sip.h.
sipSlot *(* _sipQtAPI::qt_find_sipslot)(void *, void **) |
Definition at line 1666 of file build/sip.h.
void *(* _sipQtAPI::qt_find_slot)(void *, const char *, PyObject *, const char *, const char **) |
Definition at line 1661 of file build/sip.h.
void *(* _sipQtAPI::qt_find_universal_signal)(void *, const char **) |
Definition at line 1657 of file build/sip.h.
sipTypeDef ** _sipQtAPI::qt_qobject |
Definition at line 1655 of file build/sip.h.
int(* _sipQtAPI::qt_same_name)(const char *, const char *) |
Definition at line 1665 of file build/sip.h.