new feature: allow for files and directories deletion in browser

This commit is contained in:
Andrzej Rybczak
2009-05-23 17:09:41 +02:00
parent ecd4c8cc17
commit 8f5df28e62
7 changed files with 115 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ class Browser : public Screen< Menu<MPD::Item> >
void LocateSong(const MPD::Song &);
void GetDirectory(std::string, std::string = "/");
void ClearDirectory(const std::string &) const;
void ChangeBrowseMode();
void UpdateItemList();