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 1698 of file build/sip.h.
int(* _sipQtAPI::qt_connect)(void *, const char *, void *, const char *, int) |
Definition at line 1707 of file build/sip.h.
int(* _sipQtAPI::qt_connect_py_signal)(PyObject *, const char *, PyObject *, const char *) |
Definition at line 1712 of file build/sip.h.
void *(* _sipQtAPI::qt_create_universal_signal)(void *, const char **) |
Definition at line 1700 of file build/sip.h.
void *(* _sipQtAPI::qt_create_universal_slot)(struct _sipWrapper *, const char *, PyObject *, const char *, const char **, int) |
Definition at line 1702 of file build/sip.h.
void(* _sipQtAPI::qt_destroy_universal_slot)(void *) |
Definition at line 1704 of file build/sip.h.
int(* _sipQtAPI::qt_disconnect)(void *, const char *, void *, const char *) |
Definition at line 1708 of file build/sip.h.
void(* _sipQtAPI::qt_disconnect_py_signal)(PyObject *, const char *, PyObject *, const char *) |
Definition at line 1714 of file build/sip.h.
int(* _sipQtAPI::qt_emit_signal)(PyObject *, const char *, PyObject *) |
Definition at line 1711 of file build/sip.h.
sipSlot *(* _sipQtAPI::qt_find_sipslot)(void *, void **) |
Definition at line 1710 of file build/sip.h.
void *(* _sipQtAPI::qt_find_slot)(void *, const char *, PyObject *, const char *, const char **) |
Definition at line 1705 of file build/sip.h.
void *(* _sipQtAPI::qt_find_universal_signal)(void *, const char **) |
Definition at line 1701 of file build/sip.h.
sipTypeDef ** _sipQtAPI::qt_qobject |
Definition at line 1699 of file build/sip.h.
int(* _sipQtAPI::qt_same_name)(const char *, const char *) |
Definition at line 1709 of file build/sip.h.