PLplot 5.15.0
Loading...
Searching...
No Matches
_sipQtAPI Struct Reference

#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 *)
 

Detailed Description

Definition at line 1676 of file sip.h.

Member Data Documentation

◆ qt_connect

int(* _sipQtAPI::qt_connect) (void *, const char *, void *, const char *, int)

Definition at line 1685 of file sip.h.

◆ qt_connect_py_signal

int(* _sipQtAPI::qt_connect_py_signal) (PyObject *, const char *, PyObject *, const char *)

Definition at line 1690 of file sip.h.

◆ qt_create_universal_signal

void *(* _sipQtAPI::qt_create_universal_signal) (void *, const char **)

Definition at line 1678 of file sip.h.

◆ qt_create_universal_slot

void *(* _sipQtAPI::qt_create_universal_slot) (struct _sipWrapper *, const char *, PyObject *, const char *, const char **, int)

Definition at line 1680 of file sip.h.

◆ qt_destroy_universal_slot

void(* _sipQtAPI::qt_destroy_universal_slot) (void *)

Definition at line 1682 of file sip.h.

◆ qt_disconnect

int(* _sipQtAPI::qt_disconnect) (void *, const char *, void *, const char *)

Definition at line 1686 of file sip.h.

◆ qt_disconnect_py_signal

void(* _sipQtAPI::qt_disconnect_py_signal) (PyObject *, const char *, PyObject *, const char *)

Definition at line 1692 of file sip.h.

◆ qt_emit_signal

int(* _sipQtAPI::qt_emit_signal) (PyObject *, const char *, PyObject *)

Definition at line 1689 of file sip.h.

◆ qt_find_sipslot

sipSlot *(* _sipQtAPI::qt_find_sipslot) (void *, void **)

Definition at line 1688 of file sip.h.

◆ qt_find_slot

void *(* _sipQtAPI::qt_find_slot) (void *, const char *, PyObject *, const char *, const char **)

Definition at line 1683 of file sip.h.

◆ qt_find_universal_signal

void *(* _sipQtAPI::qt_find_universal_signal) (void *, const char **)

Definition at line 1679 of file sip.h.

◆ qt_qobject

sipTypeDef** _sipQtAPI::qt_qobject

Definition at line 1677 of file sip.h.

◆ qt_same_name

int(* _sipQtAPI::qt_same_name) (const char *, const char *)

Definition at line 1687 of file sip.h.


The documentation for this struct was generated from the following file: