| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Disconnectable.Disconnectable --+
|
ParameterSlot
Maintains the connection between a parameter and InputControlElement. Keeps the invariant that whenever both parameter and control are set, the parameter is connected to the control. Whenever any of them is changed, they are disconnected and reconnected to the new one, in a similar fashion to a SubjectSlot.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
_parameter = None
|
|||
_control = None
|
|||
control = property(_get_control, _set_control)
|
|||
parameter = property(_get_parameter, _set_parameter)
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 6 18:53:32 2013 | http://epydoc.sourceforge.net |