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

Declarations and definitions of argumant wrappers for conversion bewtween C++/Qt and Python. More...

#include <Python.h>
#include "../PyQArgConstructor.h"
#include "../PyArgConstructor.h"
Include dependency graph for PyArgWrappers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qpy::QArgWrapper
 Wrapper for parameters in a QObject method invocation. More...
class  qpy::PyArgWrapper
 Wrapper for objects returned from QObject method invocations or passed to Python callbacks in response to emitted signals. More...

Namespaces

namespace  qpy
 

QPy namespace.



Detailed Description

Declarations and definitions of argumant wrappers for conversion bewtween C++/Qt and Python.

Each wrapper instance wraps a constructor of a specific type matching the argument in a function/method signature.

 All Classes Namespaces Files Functions