QPy
Python-Qt dynamic bindings
|
Qt signals to Python callback functions. More...
#include <Python.h>
#include <QObject>
#include <QMap>
#include <QList>
Go to the source code of this file.
Classes | |
class | qpy::PyCBackMethod |
C++ method abstraction: Qt signals are connected to instances of this class which invokes associated Python functions through the Invoke method. More... | |
class | qpy::PyCallbackDispatcher |
Manages Python function invocation through Qt signals. And connection of Qt signals to Python functions or QObject methods. More... | |
Namespaces | |
namespace | qpy |
QPy namespace. |
Qt signals to Python callback functions.