SourceForge.net Logo
PythonQt
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
_PythonQtImporterDefines a python object that stores a Qt slot info
PythonQtImport::ModuleInfo
PythonQtMethodInfo::ParameterInfoStores the QVariant id (if available) and the name of the type
PythonQtClassInfo::ParentClassInfoStore information about parent classes
PythonQtThe main interface to the Python Qt binding, realized as a singleton
PythonQtClassInfoClass that stores all required information about a Qt object (and an optional associated C++ class name)
PythonQtClassWrapper
PythonQtConvStatic class that offers methods for type conversion
PythonQtCppWrapperFactoryFactory interface for C++ classes that can be wrapped by QObject objects
PythonQtForeignWrapperFactory
PythonQtImportImplements importing of python files into PythonQt
PythonQtImportFileInterface
PythonQtInstanceWrapperStructPython wrapper object for Qt objects and C++ objects (that are themselves wrapped by wrapper QObjects)
PythonQtMemberInfo
PythonQtMethodInfoStores information about a specific signal/slot/method
PythonQtObjectPtrSmart pointer that stores a PyObject pointer and that handles reference counting automatically
PythonQtPrivateInternal PythonQt details
PythonQtQFileImporterDefault importer implementation using QFile to load python code
PythonQtSignalFunctionObjectDefines a python object that stores a Qt signal info
PythonQtSignalReceiverReceives all signals for one QObject
PythonQtSignalReceiverBaseBase class for signal receivers
PythonQtSignalTargetStores information about a signal target
PythonQtSlotFunctionObjectDefines a python object that stores a Qt slot info
PythonQtSlotInfoStores information about a slot, including a next pointer to overloaded slots
PythonQtStdDecorators
PythonQtStdInRedirectDeclares the stdin redirection class
PythonQtStdOutRedirectDeclares the stdout redirection class
PythonQtValueStorage< T, chunkEntries >Helper class that stores basic C++ value types in chunks
PythonQtValueStoragePositionStores a position in the PythonQtValueStorage
PythonQtValueStorageWithCleanup< T, chunkEntries >Helper class that stores basic C++ value types in chunks and clears the unused values on setPos() usage
PythonQtWrapper_QMetaObject