browser: add support for deleting group of selected items

This commit is contained in:
Andrzej Rybczak
2010-07-12 07:48:10 +02:00
parent 5d37d56c64
commit f627dc854d
3 changed files with 49 additions and 17 deletions

View File

@@ -58,6 +58,7 @@ class Browser : public Screen< Menu<MPD::Item> >
void GetLocalDirectory(MPD::ItemList &, const std::string & = "", bool = 0) const;
void ClearDirectory(const std::string &) const;
void ChangeBrowseMode();
bool DeleteItem(const MPD::Item &);
# endif // !WIN32
void UpdateItemList();