Re: [PyQt] Changing base class arguments

2012-08-24 Thread Phil Thompson
On Thu, 23 Aug 2012 16:37:45 +0200, Marco Meier wrote: > Hi, > > i'm trying to wrap a C++ class with virtual methods using SIP. This > class takes an auto_ptr pointing to another class as argument to the > only defined constructor. > > Without virtual methods, i used %MethodCode to create an obj

[PyQt] Changing base class arguments

2012-08-23 Thread Marco Meier
Hi, i'm trying to wrap a C++ class with virtual methods using SIP. This class takes an auto_ptr pointing to another class as argument to the only defined constructor. Without virtual methods, i used %MethodCode to create an object of this class using a const char * as argument. With virtual metho