Package peppy :: Package plugins :: Module mpd_major_mode :: Class MPDListSearch
[frames] | no frames]

Class MPDListSearch

  lib.nextpanel.wx.Panel --+
                           |
              object --+   |
                       |   |
lib.nextpanel.debugmixin --+
                           |
                          MPDListSearch

Search the database by keyword

Instance Methods
 
__init__(self, parent_win, major)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
OnSearch(self, evt)
 
OnCancel(self, evt)
 
OnDoSearch(self, evt)
 
MakeMenu(self)
 
reset(self)

Inherited from lib.nextpanel.debugmixin: dprint

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables

Inherited from lib.nextpanel.debugmixin: debuglevel

Properties

Inherited from object: __class__

Method Details

__init__(self, parent_win, major)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)