PythonQt
|
#include "PythonQtPythonInclude.h"
#include "PythonQtSystem.h"
#include <QByteArray>
#include <QMetaMethod>
Go to the source code of this file.
Namespaces | |
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. More... | |