| Home | Trees | Indices | Help |
|
|---|
|
|
lib.nextpanel.wx.Panel --+
|
object --+ |
| |
lib.userparams.ClassPrefs --+ |
| |
object --+ | |
| | |
debug.debugmixin --+ |
| |
major.MajorMode --+
|
MPDMode
Major mode for controlling a Music Player Daemon.
Displays various search boxes used to populate the mpd playlist.
| Nested Classes | |
|
stc_class stc_class is used to associate this major mode with a storage mechanism (implementing the STCInterface). |
|
|
Inherited from |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
keyword = 'MPD'The single-word keyword representing this major mode |
|
icon = 'icons/mpd.png'Pointer to the icon representing this major mode |
|
default_classprefs = StrParam('minor_modes', 'MPD Playlist, MP
|
|
|
Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Hook to short-circuit the mode matching heuristics. For non-editing applications and client applications that connect to a server, this hook provides the ability to short-circuit the matching process and open a mode immediately. This method must not attempt to open the url and read any data. All modes' verifyProtocol methods are called before the file is attempted to be opened, and attempting to read data here could mess up streaming files.
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Hook to add custom listeners. Subclasses should override this method rather than createListeners to add their own listeners.
|
User hook after all minor modes have been loaded. Use this hook if you need to initialize the set of minor modes after all of them have been loaded.
|
Hook after all widgets are deleted. This is called after all windows have been deleted, in case there are any non-window references to clean up.
|
| Class Variable Details |
default_classprefs
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:25 2008 |