Home | Trees | Index | Help |
|
---|
Package aldrin :: Module router :: Class ParameterDialog |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Frame
--+ | ParameterDialog
Method Summary | |
---|---|
Initializer. | |
apply_preset(self,
preset)
| |
Destroy(self)
| |
Handles clicks on controller names in the context menu. | |
Handler for clicks on the 'Copy' button. | |
Handler for clicks on the 'Edit' button. | |
Handler for clicks on the 'Help' button. | |
Handler for clicks on the 'Random' button. | |
parameter window callback for ui events sent by zzub. | |
Handles close events. | |
Event handler for requests to show the context menu. | |
Handles destroy events. | |
Callback that responds to key stroke. | |
Sent when the mousewheel is used on a slider. | |
Event handler for changes in slider movements. | |
Handler for changes of the choice box. | |
Unbinds all controllers from the selected parameter. | |
Updates all sliders. | |
Updates the preset box. | |
Updates the right label for a parameter slider. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
int |
CONTROLLER = 112 |
int |
i = 255 |
int |
UNBIND_ALL = 111 |
Instance Method Details |
---|
__init__(self,
rootwindow,
plugin,
*args,
**kwds)
Initializer.
|
on_bind_controller(self, event)Handles clicks on controller names in the context menu. Associates a controller with a plugin parameter.
|
on_button_copy(self, event)Handler for clicks on the 'Copy' button. Constructs a paste buffer which can be used for pasting in the pattern editor.
|
on_button_edit(self, event)Handler for clicks on the 'Edit' button. Opens the preset dialog. |
on_button_help(self, event)Handler for clicks on the 'Help' button.
|
on_button_random(self, event)Handler for clicks on the 'Random' button.
|
on_callback(self, player, plugin, data)parameter window callback for ui events sent by zzub.
|
on_close(self, event)Handles close events. |
on_context_menu(self, event)Event handler for requests to show the context menu.
|
on_destroy(self, event)Handles destroy events. |
on_key_down(self, event)Callback that responds to key stroke.
|
on_mousewheel(self, event)Sent when the mousewheel is used on a slider.
|
on_scroll_changed(self, event)Event handler for changes in slider movements.
|
on_select_preset(self, event)Handler for changes of the choice box. Changes the current parameters according to preset.
|
on_unbind_all(self, event)Unbinds all controllers from the selected parameter.
|
update_all_sliders(self)Updates all sliders. Should only be called when most sliders have been changed at once, e.g. after a preset change. |
update_presets(self)Updates the preset box. |
update_valuelabel(self, g, t, i)Updates the right label for a parameter slider.
|
Class Variable Details |
---|
CONTROLLER
|
i
|
UNBIND_ALL
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Feb 4 18:01:14 2007 | http://epydoc.sf.net |