Stores C++ arguments for a qt_metacall (which are created when converting data from Python to C++)
More...
#include <PythonQtMisc.h>
Stores C++ arguments for a qt_metacall (which are created when converting data from Python to C++)
Definition at line 78 of file PythonQtMisc.h.
| static void PythonQtArgumentFrame::cleanupFreeList |
( |
| ) |
|
|
static |
Frees the frame (resetting it and putting it back to the freelist)
Create a new (empty) frame (which is typically reused from a freelist)
| quint64* PythonQtArgumentFrame::nextPODPtr |
( |
| ) |
|
Get next pointer to a POD.
| QVariant* PythonQtArgumentFrame::nextVariantPtr |
( |
| ) |
|
Get next pointer to a variant.
| void PythonQtArgumentFrame::reset |
( |
| ) |
|
Resets the pod and variant argument lists to empty lists.
The documentation for this class was generated from the following file: