Menu

/trunk/src/PythonQtClassWrapper.h Commit Log


Commit Date  
[r170] (2.6 kB) by florianlink

updated old license information and current date

2010-03-16 07:39:14 View
Download
[r60] (2.6 kB) by florianlink

- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt
- changed signal receiver code so that it can be reused for virtual method dispatch
- moved decorators completely into PythonQtClassInfo
- changed python to qt conversion so that it can work with an already allocated object (needed for return values of virtual functions
- added support for multiple inheritance and upcasting (e.g. a QWidget is automatically casted to a QPaintDevice when passed to QPainter.begin())
- removed default constructors of std decorators because they are now codegenerated
- regenerated bindings

- improved the code generator to suppot

2009-04-21 08:43:07 View
Download
[r54] (2.6 kB) by florianlink

- wrapped instances are now wrapped by class specific subtypes to facilitate future deriving from python
- object creation has changed by using the python type system (calling the type object with PyObject_Call)

2009-04-14 14:52:30 View
Download
[r53] (2.6 kB) by florianlink

renamed guards

2009-04-14 07:00:12 View
Download
[r52] (2.6 kB) by florianlink

code cleanup and rename of PythonQtWrapper to PythonQtInstanceWrapper and PythonQtMetaObjectWrapper to PythonQtClassWrapper, since these names match much better what these classes wrap, regarding that we are wrapping CPP objects as well

2009-04-14 06:56:20 View
Download
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.