Re: signals



>What is the easiest way to find out what signals may potentially be
>emitted 
>when?

Just look in corresponding header file to Class structure.
And ususaly functions member names identical to signals,
that given onject can emit, but to be sure, look in source
of corresponding widget (object). In it's *_class_init ()
method You will find initialization of all this class signals.

Regards, Vova Babin







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]