Home | Trees | Index | Help |
|
---|
Package aldrin :: Module patterns :: Class PatternToolBar |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Panel
--+ | PatternToolBar
Pattern Toolbar
Contains lists of the plugins, patterns, waves and octaves available.Method Summary | |
---|---|
Initialization. | |
Selects the next pattern. | |
Selects the next wave. | |
Callback to handle selection of different octaves. | |
Callback to handle selection of the patternselect list. | |
Callback to handle selection of the pluginselect list. | |
Callback to handle selection of the waveselect list. | |
Selects the previous pattern. | |
Selects the previous wave. | |
reset(self)
| |
Selects a pattern. | |
Selects a plugin | |
Updates the toolbar to reflect a pattern change. | |
Rebuilds and updates the octaveselect list. | |
Rebuilds and updates the patternselect list. | |
Updates the plugin selection box. | |
Rebuilds and updates the waveselect list. | |
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) |
Instance Method Details |
---|
__init__(self,
*args,
**kwds)
Initialization.
|
next_pattern(self)Selects the next pattern. |
next_wave(self)Selects the next wave. |
on_octaveselect(self, event)Callback to handle selection of different octaves.
|
on_patternselect(self, event)Callback to handle selection of the patternselect list.
|
on_pluginselect(self, event)Callback to handle selection of the pluginselect list.
|
on_waveselect(self, event)Callback to handle selection of the waveselect list.
|
prev_pattern(self)Selects the previous pattern. |
prev_wave(self)Selects the previous wave. |
select_pattern(self, i)Selects a pattern.
|
select_plugin(self, i)Selects a plugin
|
update_all(self)Updates the toolbar to reflect a pattern change. |
update_octaves(self)Rebuilds and updates the octaveselect list. |
update_patternselect(self)Rebuilds and updates the patternselect list. |
update_pluginselect(self)Updates the plugin selection box. |
update_waveselect(self)Rebuilds and updates the waveselect list. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Feb 4 18:01:15 2007 | http://epydoc.sf.net |