Package aldrin :: Module main
[show private | hide private]
[frames | no frames]

Module aldrin.main

Provides application class and controls used in the aldrin main window.
Classes
AboutDialog A simple about dialog with a text control and an OK button.
AldrinApplication Application class.
AldrinFrame The application main window class.
AmpView A simple control rendering a Buzz-like master VU bar.
MasterPanel A panel containing the master slider and BPM/TPB spin controls.
TimePanel A toolbar displaying elapsed, current and loop time values.

Exceptions
CancelException Is being thrown when the user hits cancel in a sequence of modal UI dialogs.

Function Summary
  run(argv)
Starts the application and runs the mainloop.
  show_about_dialog(parent)
Displays the about dialog.

Function Details

run(argv)

Starts the application and runs the mainloop.
Parameters:
argv - command line arguments as passed by sys.argv.
           (type=str list)

show_about_dialog(parent)

Displays the about dialog.
Parameters:
parent - Parent window.
           (type=wx.Window)

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