| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Signal.Signal --+
|
InputSignal
Special signal type that makes sure that interaction with input works properly. Special input control elements that define value-dependent properties should use this kind of signal.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Connects the signal to the slot. Does nothing if the slot is already connected. Returns the wrapper object that is used as a slot. If 'in_front' is True, the slot will be put first, meaning it will be called before previously registered slots (by default it is put last). If 'sender' is not None, it will be passed as last ordinal parameter to the slot when the signal is dispatched.
|
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 6 18:53:32 2013 | http://epydoc.sourceforge.net |