keybinding system rewrite

This commit is contained in:
Andrzej Rybczak
2012-07-18 01:34:55 +02:00
parent 4cf9fe33db
commit 181224b837
34 changed files with 4401 additions and 3270 deletions

View File

@@ -69,8 +69,10 @@ class MediaLibrary : public Screen<Window>
virtual bool isMergable() { return true; }
int Columns() { return hasTwoColumns ? 2 : 3; }
bool NextColumn();
bool PrevColumn();
bool isNextColumnAvailable();
void NextColumn();
bool isPrevColumnAvailable();
void PrevColumn();
void LocateSong(const MPD::Song &);