PythonQt
|
Functions | |
QByteArray | signature (const QMetaMethod &method) |
QByteArray | methodName (const QMetaMethod &method) |
QByteArray | typeName (const QMetaMethod &method) |
bool | isPythonClassType (PyObject *obj) |
Returns of the python object is a class type. More... | |
|
inline |
Returns of the python object is a class type.
Definition at line 86 of file PythonQtUtils.h.
|
inline |
Definition at line 61 of file PythonQtUtils.h.
|
inline |
Definition at line 53 of file PythonQtUtils.h.
|
inline |
Definition at line 72 of file PythonQtUtils.h.
Referenced by PythonQtConvertIntegerMapToPython(), PythonQtConvertListOfKnownClassToPythonList(), PythonQtConvertListOfPairToPythonList(), PythonQtConvertListOfValueTypeToPythonList(), PythonQtConvertPairToPython(), PythonQtConvertPythonListToListOfKnownClass(), PythonQtConvertPythonListToListOfPair(), PythonQtConvertPythonListToListOfValueType(), PythonQtConvertPythonToIntegerMap(), and PythonQtConvertPythonToPair().