|
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 89 of file PythonQtUtils.h.
References PythonQtConvertPairToPython().
|
inline |
Returns the meta type ID from a type name.
Definition at line 95 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 53 of file PythonQtUtils.h.
References PythonQtConvertPairToPython().
|
inline |
Definition at line 74 of file PythonQtUtils.h.
References PythonQtConvertPairToPython().
Returns the type name from a meta type ID.
Definition at line 105 of file PythonQtUtils.h.
References PythonQtConvertPairToPython().
Referenced by PythonQtConvertIntegerMapToPython(), PythonQtConvertListOfKnownClassToPythonList(), PythonQtConvertListOfPairToPythonList(), PythonQtConvertListOfValueTypeToPythonList(), PythonQtConvertPairToPython(), PythonQtConvertPythonListToListOfKnownClass(), PythonQtConvertPythonListToListOfPair(), PythonQtConvertPythonListToListOfValueType(), PythonQtConvertPythonToIntegerMap(), and PythonQtConvertPythonToPair().