Re: [review] [PyKDE] Does SIP support nested class definition

2005-08-01 Thread Jim Bublitz
On Monday 01 August 2005 17:25, John Drummond wrote: > Hi, Im trying to wrap a C++ class that has another class nested within it. > > I looked at PyQt sip files to find an example and qdawg.sip shows a > nested class, so I assume it should work. > > class Cmf : SMLEvent, SMLMessageReceiver > { > %T

[PyKDE] Does SIP support nested class definition

2005-08-01 Thread John Drummond
Hi, Im trying to wrap a C++ class that has another class nested within it. I looked at PyQt sip files to find an example and qdawg.sip shows a nested class, so I assume it should work. class Cmf : SMLEvent, SMLMessageReceiver { %TypeHeaderCode #include "cmf.h" %End public: Cmf(Cmf* = 0, int

[PyKDE] WStyle_Dialog missing in pyqt

2005-08-01 Thread Marco Wahl
WStyle_Dialog is defined in Qt 3.3 (http://doc.trolltech.com/3.3/qt.html) but not with the pyqt-bindings: vr12 /work/mw_te> python Python 2.2.2 (#1, Feb 7 2005, 15:23:55) [GCC 3.3 20030226 (prerelease) (SuSE Linux)] on linux2 Type "help", "copyright", "credits" or "license" for more information.