QPy
Python-Qt dynamic bindings
|
qpy::DefaultMemberNameMapper | Default name mapper; pass-through: simply copies the names from Qt to Python without translation |
qpy::DoublePyArgConstructor | PyArgConstructor implementation for double type |
qpy::DoublePyObjectToQVariant | Python float to QVariant conversion |
qpy::DoubleQArgConstructor | QArgConstructor implementation for QString type |
qpy::DoubleQVariantToPyObject | Double to Python float conversion |
qpy::FloatPyArgConstructor | PyArgConstructor implementation for float type |
qpy::FloatQArgConstructor | QArgConstructor implementation for QString type |
qpy::IntPyArgConstructor | PyArgConstructor implementation for integer type |
qpy::IntPyObjectToQVariant | Python int to QVariant conversion |
qpy::IntQArgConstructor | QArgConstructor implementation for integer type |
qpy::IntQVariantToPyObject | Int to Python int conversion |
qpy::NoPyArgConstructor | Use this type to specify that no Qt -> Python conversion exists for a type when registering types through PyContext |
qpy::NoQArgConstructor | Used to specify that Python -> Qt constructor not available when registering new types through PyContext |
qpy::ObjectStarPyArgConstructor | PyArgConstructor implementation for QObject* type |
qpy::ObjectStarQArgConstructor | QArgConstructor implementation for integer type |
qpy::PyArgConstructor | Abstract base class for return constructors which create PyObjects from C++ values |
qpy::PyArgWrapper | Wrapper for objects returned from QObject method invocations or passed to Python callbacks in response to emitted signals |
qpy::PyCallbackDispatcher | Manages Python function invocation through Qt signals. And connection of Qt signals to Python functions or QObject methods |
qpy::PyCBackMethod | C++ method abstraction: Qt signals are connected to instances of this class which invokes associated Python functions through the Invoke method |
qpy::PyContext | Python-Qt context manager. Helper methods for Qt-Python interaction |
qpy::PyMemberNameMapper | Map Qt method and property names to Python |
qpy::PyObjectToQVariant | Abstract base class for constructing Python to Qt data converters |
qpy::PyContext::PyQObject | PyObject type |
qpy::QArgConstructor | Interface for constructor objects which generate C++ values from PyObjects |
qpy::QArgWrapper | Wrapper for parameters in a QObject method invocation |
qpy::QVariantToPyObject | Abstract base class to create converters for Qt to Python data translation |
qpy::StringPyArgConstructor | PyArgConstructor implementation for QString type |
qpy::StringPyObjectToQVariant | Python string to QVariant conversion |
qpy::StringQArgConstructor | QArgConstructor implementation for QString type |
qpy::StringQVariantToPyObject | QString to Python string conversion |
qpy::PyContext::Type | Stores type information needed for invoking methods from Python |
qpy::PyContext::TypeConstruction | Stores information on registered types |
qpy::VoidPyArgConstructor | PyArgConstructor implementation for void type |
qpy::VoidStarQArgConstructor | QArgConstructor implementation for integer type |