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

Origin commit data
------------------
Commit: 35138088e3
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-20 (Sat, 20 Oct 2012)
This commit is contained in:
Jacek Jendrzej
2012-10-20 13:20:49 +02:00
parent 63d3603b26
commit 075dd64e96
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);