PythonQt
|
stores various informations about a parameter/type name More...
#include <PythonQtMethodInfo.h>
Public Attributes | |
QByteArray | name |
QByteArray | innerName |
PyObject * | enumWrapper |
int | typeId |
char | pointerCount |
char | innerNamePointerCount |
bool | isConst |
bool | isReference |
bool | isQList |
bool | passOwnershipToCPP |
bool | passOwnershipToPython |
bool | newOwnerOfThis |
stores various informations about a parameter/type name
Definition at line 67 of file PythonQtMethodInfo.h.
PyObject* PythonQtMethodInfo::ParameterInfo::enumWrapper |
Definition at line 70 of file PythonQtMethodInfo.h.
QByteArray PythonQtMethodInfo::ParameterInfo::innerName |
Definition at line 69 of file PythonQtMethodInfo.h.
char PythonQtMethodInfo::ParameterInfo::innerNamePointerCount |
Definition at line 73 of file PythonQtMethodInfo.h.
bool PythonQtMethodInfo::ParameterInfo::isConst |
Definition at line 74 of file PythonQtMethodInfo.h.
bool PythonQtMethodInfo::ParameterInfo::isQList |
Definition at line 76 of file PythonQtMethodInfo.h.
bool PythonQtMethodInfo::ParameterInfo::isReference |
Definition at line 75 of file PythonQtMethodInfo.h.
QByteArray PythonQtMethodInfo::ParameterInfo::name |
Definition at line 68 of file PythonQtMethodInfo.h.
bool PythonQtMethodInfo::ParameterInfo::newOwnerOfThis |
Definition at line 79 of file PythonQtMethodInfo.h.
bool PythonQtMethodInfo::ParameterInfo::passOwnershipToCPP |
Definition at line 77 of file PythonQtMethodInfo.h.
bool PythonQtMethodInfo::ParameterInfo::passOwnershipToPython |
Definition at line 78 of file PythonQtMethodInfo.h.
char PythonQtMethodInfo::ParameterInfo::pointerCount |
Definition at line 72 of file PythonQtMethodInfo.h.
int PythonQtMethodInfo::ParameterInfo::typeId |
Definition at line 71 of file PythonQtMethodInfo.h.