Neutrino: Channel list: add method isEmpty() and use it, ported from tuxbox cvs (THX Gaucho316)

This commit is contained in:
satbaby
2012-10-20 13:20:49 +02:00
parent 1e88eee2d9
commit 35138088e3
4 changed files with 19 additions and 13 deletions

View File

@@ -146,6 +146,7 @@ public:
int handleMsg(const neutrino_msg_t msg, neutrino_msg_data_t data);
int getSize() const;
bool isEmpty() const;
int getSelectedChannelIndex() const;
void setSize(int newsize);
int doChannelMenu(void);