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. | |
int | metaTypeIdFromTypeName (const QByteArray &className) |
Returns the meta type ID from a type name. | |
const char * | typeNameFromMetaTypeId (int metaTypeId) |
Returns the type name from a meta type ID. | |
Returns of the python object is a class type.
Definition at line 87 of file PythonQtUtils.h.
References PythonQtConvertPairToPython().
|
inline |
Returns the meta type ID from a type name.
Definition at line 97 of file PythonQtUtils.h.
Referenced by PythonQtConvertIntegerMapToPython(), PythonQtConvertPairToPython(), PythonQtConvertPythonToIntegerMap(), and PythonQtConvertPythonToPair().
|
inline |
Definition at line 62 of file PythonQtUtils.h.
References PythonQtConvertPairToPython().
|
inline |
Definition at line 54 of file PythonQtUtils.h.
References PythonQtConvertPairToPython().
|
inline |
Definition at line 73 of file PythonQtUtils.h.
References PythonQtConvertPairToPython().
Returns the type name from a meta type ID.
Definition at line 106 of file PythonQtUtils.h.
References PythonQtConvertPairToPython().
Referenced by PythonQtConvertIntegerMapToPython(), PythonQtConvertListOfKnownClassToPythonList(), PythonQtConvertListOfPairToPythonList(), PythonQtConvertListOfValueTypeToPythonList(), PythonQtConvertPairToPython(), PythonQtConvertPythonListToListOfKnownClass(), PythonQtConvertPythonListToListOfPair(), PythonQtConvertPythonListToListOfValueType(), PythonQtConvertPythonToIntegerMap(), and PythonQtConvertPythonToPair().