InstrumentConnectionsDialog
index
/home/laszlo/Dev/joko-gtk-builder/Jokosher/InstrumentConnectionsDialog.py

#       THIS FILE IS PART OF THE JOKOSHER PROJECT AND LICENSED UNDER THE GPL. SEE
#       THE 'COPYING' FILE FOR DETAILS
#
#       This class handles all of the processing associated with the
#       Instrument Connections dialog.
#
#-------------------------------------------------------------------------------

 
Modules
       
AudioBackend
Globals
PreferencesDialog
gettext
gobject
gst
gtk
pygst

 
Classes
       
InstrumentConnectionsDialog

 
class InstrumentConnectionsDialog
    Handles all of the processing associated with the Instrument Connections dialog.
 
  Methods defined here:
OnChangeSoundSystem(self, button)
OnClose(self, button)
Called when the dialog gets closed.
 
Parameters:
        button -- reserved for GTK callbacks, don't use it explicitly.
OnSelected(self, widget, instr)
Sets the instrument's input device.
 
Parameters:
        widget -- reserved for GTK callbacks, don't use it explicitly.
        instr -- Instrument to change the input device to.
Populate(self)
Creates all the widgets for intruments and devices that compose the
InstrumentConnectionsDialog and then adds them to the dialog.
__init__(self, project, parent)
Creates a new instance of InstrumentConnectionsDialog.
 
Parameters:
        project -- the currently active Project.
        parent -- reference to the MainApp Jokosher window.