#include "Python.h"
#include "PythonQtSystem.h"
#include "structmember.h"
Go to the source code of this file.
Classes |
struct | PythonQtSlotFunctionObject |
| defines a python object that stores a Qt slot info More...
|
Defines |
#define | PythonQtSlotFunction_Check(op) ((op)->ob_type == &PythonQtSlotFunction_Type) |
#define | PythonQtSlotFunction_GET_SELF(func) (((PythonQtSlotFunctionObject *)func) -> m_self) |
Functions |
PythonQtSlotInfo * | PythonQtSlotFunction_GetSlotInfo (PyObject *) |
PyObject * | PythonQtSlotFunction_GetSelf (PyObject *) |
PyObject * | PythonQtSlotFunction_Call (PyObject *, PyObject *, PyObject *) |
PyObject * | PythonQtSlotFunction_CallImpl (PythonQtClassInfo *classInfo, QObject *objectToCall, PythonQtSlotInfo *info, PyObject *args, PyObject *kw, void *firstArg=NULL, void **directReturnValuePointer=NULL) |
PyObject * | PythonQtSlotFunction_New (PythonQtSlotInfo *, PyObject *, PyObject *) |
Variables |
PYTHONQT_EXPORT PyTypeObject | PythonQtSlotFunction_Type |
Detailed Description
- Author:
- Florian Link
-
Last changed by
- Author:
- florian
- Date:
- 2006-05
Definition in file PythonQtSlot.h.
Define Documentation
Function Documentation
Variable Documentation