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 102 of file PythonQtMisc.h.
◆ cleanupFreeList()
static void PythonQtArgumentFrame::cleanupFreeList |
( |
| ) |
|
|
static |
◆ deleteFrame()
Frees the frame (resetting it and putting it back to the freelist)
◆ newFrame()
Create a new (empty) frame (which is typically reused from a freelist)
◆ nextPODPtr()
quint64* PythonQtArgumentFrame::nextPODPtr |
( |
| ) |
|
Get next pointer to a POD.
◆ nextVariantPtr()
QVariant* PythonQtArgumentFrame::nextVariantPtr |
( |
| ) |
|
Get next pointer to a variant.
◆ reset()
void PythonQtArgumentFrame::reset |
( |
| ) |
|
Resets the pod and variant argument lists to empty lists.
The documentation for this class was generated from the following file: