On Monday 03 November 2003 3:41 pm, Toby Dickenson wrote:
> On Monday 03 November 2003 14:54, Gerard Vermeulen wrote:
> > On Mon, 3 Nov 2003 10:24:23 +0000
> >
> > Toby Dickenson <[EMAIL PROTECTED]> wrote:
> > > SIGNAL connections get automatically cleaned up by Qt when the
> > > recieving C++ object is destroyed. It appears that PYSIGNAL connections
> > > get automatically cleaned up when the recieving python object is
> > > destroyed.
> >
> > bool QObject::disconnect ( const QObject * sender, const char * signal,
> > const QObject * receiver, const char * member ) [static]
> >
> > I do not know if I have example code, but AFAIR it works.
>
> I know about that one for individual signals, but you need to know what
> signals need disconnecting. I was hoping for a way to disconnect all
> signals into an object in bulk. Or a way of enumerating the signals into an
> object.... hmmm.....

The "wildcard" variants of disconnect() are on the TODO list.

Phil

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to