Menu

/trunk/src/PythonQtClassWrapper.cpp Commit Log


Commit Date  
[r87] (10.3 kB) by florianlink

added enum wrapper classes derived from python int, so that enums are distinguishable from normal python integers. This will allow better overload handling e.g. of QColor constructors in the future

2009-05-24 09:00:49 View
Download
[r66] (10.1 kB) by florianlink

added support for setattr to allow derived classes to add own attributes

2009-04-21 15:24:52 View
Download
[r59] (10.2 kB) by florianlink

- removed argument to fullSignature
- returning instance methods on class objects as well
- implemented unbound calls on instance methods returned on class objects

2009-04-15 12:54:21 View
Download
[r58] (10.0 kB) by florianlink

changed implementation to allow deriving python classes from PythonQt classes
(it is still work in progress and is not very useful yet without having shell classes that reimplement the C++ virtual functions)

2009-04-15 11:49:47 View
Download
[r54] (8.1 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
[r52] (8.9 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.