Commit | Date | |
---|---|---|
2009-05-21 19:25:55 |
View
Download |
|
[r77]
(21.4 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 |
[r70]
(21.4 kB)
by
florianlink
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes |
2009-04-22 09:05:25 |
View
Download |
[r66]
(21.2 kB)
by
florianlink
added support for setattr to allow derived classes to add own attributes |
2009-04-21 15:24:52 |
View
Download |
2009-04-21 14:20:41 |
View
Download |
|
[r60]
(20.3 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]
(19.6 kB)
by
florianlink
- removed argument to fullSignature |
2009-04-15 12:54:21 |
View
Download |
[r58]
(19.6 kB)
by
florianlink
changed implementation to allow deriving python classes from PythonQt classes |
2009-04-15 11:49:47 |
View
Download |
[r57]
(19.5 kB)
by
florianlink
named the struct and implemented classInfo() as a member of the struct and not the typedef (this seems to be a GCC issue, it worked well on MSVC8) |
2009-04-15 06:38:52 |
View
Download |
[r54]
(19.5 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 |