PythonQt
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CPythonQtImport::ModuleInfo
 CPythonQtMethodInfo::ParameterInfoStores various informations about a parameter/type name
 CPythonQtClassInfo::ParentClassInfoStore information about parent classes
 CPythonQtArgumentFrameStores C++ arguments for a qt_metacall (which are created when converting data from Python to C++)
 CPythonQtBoolResultObjectDefines a python object that stores a single bool
 CPythonQtClassInfoClass that stores all required information about a Qt object (and an optional associated C++ class name)
 CPythonQtClassWrapper
 CPythonQtConvStatic class that offers methods for type conversion
 CPythonQtCppWrapperFactoryFactory interface for C++ classes that can be wrapped by QObject objects
 CPythonQtDynamicClassInfo
 CPythonQtDynamicSignalInfo
 CPythonQtForeignWrapperFactory
 CPythonQtGILScope
 CPythonQtImportImplements importing of python files into PythonQt
 CPythonQtImporterDefines a python object that stores a Qt slot info
 CPythonQtImportFileInterface
 CPythonQtQFileImporterDefault importer implementation using QFile to load python code
 CPythonQtInstanceWrapperPython wrapper object for Qt objects and C++ objects (that are themselves wrapped by wrapper QObjects)
 CPythonQtMemberInfo
 CPythonQtMethodInfoStores information about a specific signal/slot/method
 CPythonQtSlotInfoStores information about a slot, including a next pointer to overloaded slots
 CPythonQtNewOwnerOfThis< T >
 CPythonQtObjectPtrSmart pointer that stores a PyObject pointer and that handles reference counting automatically
 CPythonQtPassOwnershipToCPP< T >
 CPythonQtPassOwnershipToPython< T >
 CPythonQtProperty
 CPythonQtPropertyData
 CPythonQtSafeObjectPtrSmart pointer that stores a PyObject pointer and that handles reference counting automatically
 CPythonQtSignalFunctionObjectDefines a python object that stores a Qt signal info
 CPythonQtSignalTargetStores information about a signal target
 CPythonQtSlotDecorator
 CPythonQtSlotFunctionObjectDefines a python object that stores a Qt slot info
 CPythonQtStdInRedirectDeclares the stdin redirection class
 CPythonQtStdOutRedirectDeclares the stdout redirection class
 CPythonQtThreadStateSaver
 CQObject
 CPythonQtThe main interface to the Python Qt binding, realized as a singleton
 CPythonQtConfigAPISome methods to set properties of PythonQt from Python
 CPythonQtDebugAPISome helper methods that allow testing of the ownership
 CPythonQtPrivateInternal PythonQt details
 CPythonQtSignalReceiverBaseBase class for signal receivers
 CPythonQtSignalReceiverReceives all signals for one QObject
 CPythonQtStdDecorators
 CPythonQtWrapper_QMetaObject
 CQTimer
 CPythonQtSingleShotTimer