PythonQt
|
Go to the source code of this file.
Classes | |
class | PythonQtArgumentFrame |
Stores C++ arguments for a qt_metacall (which are created when converting data from Python to C++) More... | |
#define PYTHONQT_MAX_ARGS 32 |
Definition at line 49 of file PythonQtMisc.h.
Definition at line 51 of file PythonQtMisc.h.
#define PythonQtArgumentFrame_ADD_VALUE_IF_NEEDED | ( | alreadyAllocatedPtr, | |
store, | |||
type, | |||
value, | |||
ptr | |||
) |
#define PythonQtArgumentFrame_ADD_VARIANT_VALUE_BY_ID | ( | store, | |
id, | |||
ptr | |||
) | PythonQtArgumentFrame_ADD_VARIANT_VALUE(store, QVariant::Type(id), ptr) |
Definition at line 77 of file PythonQtMisc.h.
#define PythonQtArgumentFrame_ADD_VARIANT_VALUE_BY_ID_IF_NEEDED | ( | alreadyAllocatedPtr, | |
store, | |||
id, | |||
ptr | |||
) | PythonQtArgumentFrame_ADD_VARIANT_VALUE_IF_NEEDED(alreadyAllocatedPtr,store, QVariant::Type(id), ptr) |
Definition at line 96 of file PythonQtMisc.h.
#define PythonQtArgumentFrame_ADD_VARIANT_VALUE_IF_NEEDED | ( | alreadyAllocatedPtr, | |
store, | |||
value, | |||
ptr | |||
) |