QPy
Python-Qt dynamic bindings
|
Declarations and definitions of argumant wrappers for conversion bewtween C++/Qt and Python. More...
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. |
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.