QPy
Python-Qt dynamic bindings
Classes | Namespaces
PyDefaultArguments.h File Reference

Declarations and definitions of constructors for creating C++ values from PyObjects. More...

#include <Python.h>
#include <stdexcept>
#include <QString>
#include <QVariantMap>
#include <QVariantList>
#include <QList>
#include <QGenericArgument>
#include <QGenericReturnArgument>
#include <QVector>
#include <QVariant>
#include "../PyQArgConstructor.h"
#include "../PyArgConstructor.h"
Include dependency graph for PyDefaultArguments.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qpy::IntQArgConstructor
 QArgConstructor implementation for integer type. More...
class  qpy::StringQArgConstructor
 QArgConstructor implementation for QString type. More...
class  qpy::DoubleQArgConstructor
 QArgConstructor implementation for QString type. More...
class  qpy::FloatQArgConstructor
 QArgConstructor implementation for QString type. More...
class  qpy::VoidStarQArgConstructor
 QArgConstructor implementation for integer type. More...
class  qpy::ObjectStarQArgConstructor
 QArgConstructor implementation for integer type. More...
class  qpy::IntPyArgConstructor
 PyArgConstructor implementation for integer type. More...
class  qpy::StringPyArgConstructor
 PyArgConstructor implementation for QString type. More...
class  qpy::DoublePyArgConstructor
 PyArgConstructor implementation for double type. More...
class  qpy::FloatPyArgConstructor
 PyArgConstructor implementation for float type. More...
class  qpy::VoidPyArgConstructor
 PyArgConstructor implementation for void type. More...
class  qpy::ObjectStarPyArgConstructor
 PyArgConstructor implementation for QObject* type. More...

Namespaces

namespace  qpy
 

QPy namespace.



Detailed Description

Declarations and definitions of constructors for creating C++ values from PyObjects.

 All Classes Namespaces Files Functions