PythonQtArgumentFrame Class Reference
Stores C++ arguments for a qt_metacall (which are created when converting data from Python to C++) More...
#include <PythonQtMisc.h>
Public Member Functions | |
| void | reset () |
| Resets the pod and variant argument lists to empty lists. More... | |
| QVariant * | nextVariantPtr () |
| Get next pointer to a variant. More... | |
| quint64 * | nextPODPtr () |
| Get next pointer to a POD. More... | |
Static Public Member Functions | |
| static PythonQtArgumentFrame * | newFrame () |
| Create a new (empty) frame (which is typically reused from a freelist) More... | |
| static void | deleteFrame (PythonQtArgumentFrame *frame) |
| Frees the frame (resetting it and putting it back to the freelist) More... | |
| static void | cleanupFreeList () |
| Frees all PythonQtArgumentFrame frames that are stored. More... | |
Detailed Description
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.
Member Function Documentation
◆ cleanupFreeList()
|
static |
Frees all PythonQtArgumentFrame frames that are stored.
◆ deleteFrame()
|
static |
Frees the frame (resetting it and putting it back to the freelist)
◆ newFrame()
|
static |
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()
Resets the pod and variant argument lists to empty lists.
The documentation for this class was generated from the following file:
Generated on Fri Aug 23 2024 10:20:36 for PythonQt by
