PythonQt
|
#include "PythonQtPythonInclude.h"
#include "PythonQtSystem.h"
#include <QByteArray>
#include <QMetaMethod>
#include <QMetaType>
Go to the source code of this file.
Namespaces | |
namespace | PythonQtUtils |
Functions | |
QByteArray | PythonQtUtils::signature (const QMetaMethod &method) |
QByteArray | PythonQtUtils::methodName (const QMetaMethod &method) |
QByteArray | PythonQtUtils::typeName (const QMetaMethod &method) |
bool | PythonQtUtils::isPythonClassType (PyObject *obj) |
Returns of the python object is a class type. | |
int | PythonQtUtils::metaTypeIdFromTypeName (const QByteArray &className) |
Returns the meta type ID from a type name. | |
const char * | PythonQtUtils::typeNameFromMetaTypeId (int metaTypeId) |
Returns the type name from a meta type ID. | |