menu: generalize filtering, introduce interfaces

This commit is contained in:
Andrzej Rybczak
2012-08-31 23:09:56 +02:00
parent f1625c920a
commit 4c944085d6
25 changed files with 516 additions and 142 deletions

View File

@@ -116,9 +116,6 @@ class BasicScreen
///
virtual void GetSelectedSongs(GNUC_UNUSED MPD::SongList &v) { }
/// Applies a filter to the screen
virtual void ApplyFilter(GNUC_UNUSED const std::string &filter) { }
/// @return pointer to instantiation of Menu template class
/// cast to List if available or null pointer otherwise
///