gcc_pure FileListEntry * GetSelectedEntry() const
Definition: filelist.hxx:31
void screen_browser_paint_directory(WINDOW *w, unsigned width, bool selected, const char *name)
Definition: ListPage.hxx:29
Definition: FileListPage.hxx:36
const char *const song_format
Definition: FileListPage.hxx:41
void screen_browser_sync_highlights(FileList *fl, const MpdQueue *playlist)
ScreenManager & screen
Definition: FileListPage.hxx:38
gcc_pure const struct mpd_entity * GetSelectedEntity() const
FileListEntry * GetIndex(unsigned i) const
FileList * filelist
Definition: FileListPage.hxx:40
bool OnCommand(struct mpdclient &c, command_t cmd) override
void Paint() const override
Definition: ListText.hxx:25
gcc_pure const struct mpd_song * GetSelectedSong() const
FileListPage(ScreenManager &_screen, WINDOW *_w, Size size, const char *_song_format)
Definition: FileListPage.hxx:44