PythonQt
Namespaces | Functions
PythonQtUtils.h File Reference
#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 charPythonQtUtils::typeNameFromMetaTypeId (int metaTypeId)
 Returns the type name from a meta type ID.
 

Detailed Description

Author
Florian Link
Last changed by
Author
florian
Date
2014-09

Definition in file PythonQtUtils.h.