Re: [PyQt] casting issues

2009-09-16 Thread Matt Newell
On Wednesday 16 September 2009 16:28:52 Diez B. Roggisch wrote: > Hi, > > when wrapping a C++-library with SIP ( 4.9-snapshot-20090821) I run into > a couple of issues. > > First of all, the library I wrap has a hierarchy of classes (all > descending from ISceneNode) which I wrapped. > > Now throug

[PyQt] casting issues

2009-09-16 Thread Diez B. Roggisch
Hi, when wrapping a C++-library with SIP ( 4.9-snapshot-20090821) I run into a couple of issues. First of all, the library I wrap has a hierarchy of classes (all descending from ISceneNode) which I wrapped. Now through an instance of a so-called ISceneManager, I can access instances of the