QPy
Python-Qt dynamic bindings
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
qpy::DefaultMemberNameMapperDefault name mapper; pass-through: simply copies the names from Qt to Python without translation
qpy::DoublePyArgConstructorPyArgConstructor implementation for double type
qpy::DoublePyObjectToQVariantPython float to QVariant conversion
qpy::DoubleQArgConstructorQArgConstructor implementation for QString type
qpy::DoubleQVariantToPyObjectDouble to Python float conversion
qpy::FloatPyArgConstructorPyArgConstructor implementation for float type
qpy::FloatQArgConstructorQArgConstructor implementation for QString type
qpy::IntPyArgConstructorPyArgConstructor implementation for integer type
qpy::IntPyObjectToQVariantPython int to QVariant conversion
qpy::IntQArgConstructorQArgConstructor implementation for integer type
qpy::IntQVariantToPyObjectInt to Python int conversion
qpy::NoPyArgConstructorUse this type to specify that no Qt -> Python conversion exists for a type when registering types through PyContext
qpy::NoQArgConstructorUsed to specify that Python -> Qt constructor not available when registering new types through PyContext
qpy::ObjectStarPyArgConstructorPyArgConstructor implementation for QObject* type
qpy::ObjectStarQArgConstructorQArgConstructor implementation for integer type
qpy::PyArgConstructorAbstract base class for return constructors which create PyObjects from C++ values
qpy::PyArgWrapperWrapper for objects returned from QObject method invocations or passed to Python callbacks in response to emitted signals
qpy::PyCallbackDispatcherManages Python function invocation through Qt signals. And connection of Qt signals to Python functions or QObject methods
qpy::PyCBackMethodC++ method abstraction: Qt signals are connected to instances of this class which invokes associated Python functions through the Invoke method
qpy::PyContextPython-Qt context manager. Helper methods for Qt-Python interaction
qpy::PyMemberNameMapperMap Qt method and property names to Python
qpy::PyObjectToQVariantAbstract base class for constructing Python to Qt data converters
qpy::PyContext::PyQObjectPyObject type
qpy::QArgConstructorInterface for constructor objects which generate C++ values from PyObjects
qpy::QArgWrapperWrapper for parameters in a QObject method invocation
qpy::QVariantToPyObjectAbstract base class to create converters for Qt to Python data translation
qpy::StringPyArgConstructorPyArgConstructor implementation for QString type
qpy::StringPyObjectToQVariantPython string to QVariant conversion
qpy::StringQArgConstructorQArgConstructor implementation for QString type
qpy::StringQVariantToPyObjectQString to Python string conversion
qpy::PyContext::TypeStores type information needed for invoking methods from Python
qpy::PyContext::TypeConstructionStores information on registered types
qpy::VoidPyArgConstructorPyArgConstructor implementation for void type
qpy::VoidStarQArgConstructorQArgConstructor implementation for integer type
 All Classes Namespaces Files Functions