Package aldrin :: Module patterns :: Class PatternToolBar
[show private | hide private]
[frames | no frames]

Type PatternToolBar

object --+                
         |                
    Object --+            
             |            
    EvtHandler --+        
                 |        
            Window --+    
                     |    
                 Panel --+
                         |
                        PatternToolBar


Pattern Toolbar

Contains lists of the plugins, patterns, waves and octaves available.
Method Summary
  __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.
  reset(self)
  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.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Instance Method Details

__init__(self, *args, **kwds)
(Constructor)

Initialization.
Overrides:
wx._windows.Panel.__init__

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.
Parameters:
event - Selection event.
           (type=wx.CommandEvent)

on_patternselect(self, event)

Callback to handle selection of the patternselect list.
Parameters:
event - Selection event.
           (type=wx.CommandEvent)

on_pluginselect(self, event)

Callback to handle selection of the pluginselect list.
Parameters:
event - Selection event.
           (type=wx.CommandEvent)

on_waveselect(self, event)

Callback to handle selection of the waveselect list.
Parameters:
event - Selection event.
           (type=wx.CommandEvent)

prev_pattern(self)

Selects the previous pattern.

prev_wave(self)

Selects the previous wave.

select_pattern(self, i)

Selects a pattern.
Parameters:
i - Pattern index.
           (type=int)

select_plugin(self, i)

Selects a plugin
Parameters:
i - Plugin index.
           (type=int)

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.

Generated by Epydoc 2.1 on Sun Feb 4 18:01:15 2007 http://epydoc.sf.net