Methods
|
|
__init__
pushButton
twiddleControl
update_foo
update_random
|
|
__init__
|
__init__ ( self, model )
|
|
pushButton
|
pushButton ( self )
The user hit a button onscreen, causing this event
|
|
twiddleControl
|
twiddleControl ( self, newValue )
The user twiddled a control onscreen, causing this event
|
|
update_foo
|
update_foo ( self, newValue )
|
|
update_random
|
update_random ( self, newValue )
|
|