new feature: apply filter to screen (Ctrl-F)
if one applies a filter, only items that contain this filter will be displayed. works on all screens.
This commit is contained in:
@@ -56,6 +56,8 @@ class BasicScreen
|
||||
virtual void ReverseSelection() { }
|
||||
virtual void GetSelectedSongs(MPD::SongList &) { }
|
||||
|
||||
virtual void ApplyFilter(const std::string &) { }
|
||||
|
||||
virtual List *GetList() = 0;
|
||||
|
||||
bool hasToBeResized;
|
||||
|
||||
Reference in New Issue
Block a user