PythonQt
Public Attributes | List of all members
PythonQtMethodInfo::ParameterInfo Struct Reference

stores various informations about a parameter/type name More...

#include <PythonQtMethodInfo.h>

Public Attributes

QByteArray name
 
QByteArray innerName
 
PyObjectenumWrapper
 
int typeId
 
char pointerCount
 
char innerNamePointerCount
 
bool isConst
 
bool isReference
 
bool isQList
 
bool passOwnershipToCPP
 
bool passOwnershipToPython
 
bool newOwnerOfThis
 

Detailed Description

stores various informations about a parameter/type name

Definition at line 67 of file PythonQtMethodInfo.h.

Member Data Documentation

◆ enumWrapper

PyObject* PythonQtMethodInfo::ParameterInfo::enumWrapper

Definition at line 70 of file PythonQtMethodInfo.h.

◆ innerName

QByteArray PythonQtMethodInfo::ParameterInfo::innerName

Definition at line 69 of file PythonQtMethodInfo.h.

◆ innerNamePointerCount

char PythonQtMethodInfo::ParameterInfo::innerNamePointerCount

Definition at line 73 of file PythonQtMethodInfo.h.

◆ isConst

bool PythonQtMethodInfo::ParameterInfo::isConst

Definition at line 74 of file PythonQtMethodInfo.h.

◆ isQList

bool PythonQtMethodInfo::ParameterInfo::isQList

Definition at line 76 of file PythonQtMethodInfo.h.

◆ isReference

bool PythonQtMethodInfo::ParameterInfo::isReference

Definition at line 75 of file PythonQtMethodInfo.h.

◆ name

QByteArray PythonQtMethodInfo::ParameterInfo::name

Definition at line 68 of file PythonQtMethodInfo.h.

◆ newOwnerOfThis

bool PythonQtMethodInfo::ParameterInfo::newOwnerOfThis

Definition at line 79 of file PythonQtMethodInfo.h.

◆ passOwnershipToCPP

bool PythonQtMethodInfo::ParameterInfo::passOwnershipToCPP

Definition at line 77 of file PythonQtMethodInfo.h.

◆ passOwnershipToPython

bool PythonQtMethodInfo::ParameterInfo::passOwnershipToPython

Definition at line 78 of file PythonQtMethodInfo.h.

◆ pointerCount

char PythonQtMethodInfo::ParameterInfo::pointerCount

Definition at line 72 of file PythonQtMethodInfo.h.

◆ typeId

int PythonQtMethodInfo::ParameterInfo::typeId

Definition at line 71 of file PythonQtMethodInfo.h.


The documentation for this struct was generated from the following file: