|
PythonQt
|
stores information about a signal target More...
#include <PythonQtSignalReceiver.h>
Public Member Functions | |
| PythonQtSignalTarget () | |
| PythonQtSignalTarget (const PythonQtMethodInfo *methodInfo, PyObject *callable) | |
| ~PythonQtSignalTarget () | |
| const PythonQtMethodInfo * | methodInfo () const |
| get the signals parameter info | |
| void | call (void **arguments) const |
| call the python callable with the given arguments (as defined in methodInfo) | |
| bool | isSame (PyObject *callable) const |
| check if this targets the same callable | |
Static Public Member Functions | |
| static PyObject * | call (PyObject *callable, const PythonQtMethodInfo *methodInfo, void **arguments, bool skipFirstArgumentOfMethodInfo=false) |
| call the given callable with arguments described by PythonQtMethodInfo, returns a new reference as result value (or NULL) | |
stores information about a signal target
copy construction and assignment works fine with the C++ standard behavior and are thus not implemented
Definition at line 55 of file PythonQtSignalReceiver.h.
|
inline |
Definition at line 58 of file PythonQtSignalReceiver.h.
|
inline |
Definition at line 60 of file PythonQtSignalReceiver.h.
References PythonQtConvertPairToPython().
|
inline |
Definition at line 66 of file PythonQtSignalReceiver.h.
|
static |
call the given callable with arguments described by PythonQtMethodInfo, returns a new reference as result value (or NULL)
call the python callable with the given arguments (as defined in methodInfo)
check if this targets the same callable
|
inline |
get the signals parameter info
Definition at line 69 of file PythonQtSignalReceiver.h.