Commit | Date | |
---|---|---|
[r87]
(40.6 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 |
[r77]
(39.9 kB)
by
florianlink
fixed enum handling for static methods calls and added correct support for decorated enum detection |
2009-05-09 19:32:42 |
View
Download |
[r72]
(40.7 kB)
by
florianlink
- added call method that does a direct call on the ObjectType |
2009-04-22 15:04:33 |
View
Download |
2009-04-21 14:19:58 |
View
Download |
|
2009-04-21 09:17:32 |
View
Download |
|
[r60]
(38.7 kB)
by
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt - improved the code generator to suppot |
2009-04-21 08:43:07 |
View
Download |
[r59]
(38.2 kB)
by
florianlink
- removed argument to fullSignature |
2009-04-15 12:54:21 |
View
Download |
2009-04-14 15:16:24 |
View
Download |
|
[r54]
(38.2 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]
(36.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 |