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 |
2009-04-15 12:54:21 |
View
Download |
[r58]
(10.0 kB)
by
florianlink
changed implementation to allow deriving python classes from PythonQt classes |
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 |
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
renamed from
/trunk/src/PythonQtMetaObjectWrapper.cpp
|
2009-04-14 06:56:20 |
View
Download |