api4: upgrade channel and bouquet edit (testing)

This commit is contained in:
Janus
2015-01-22 13:08:03 +01:00
committed by Jacek Jendrzej
parent ecff984432
commit df1db3cfad
8 changed files with 215 additions and 101 deletions

View File

@@ -161,6 +161,8 @@ private:
void internalMoveChannel(unsigned int fromPosition, unsigned int toPosition);
void deleteChannel(bool ask = true);
void addChannel();
void renameChannel();
std::string inputName(const char * const defaultName, const neutrino_locale_t caption);
void lockChannel();
void saveChanges(bool fav = true);
bool addChannelToBouquet();
@@ -237,6 +239,5 @@ public:
};
unsigned Size() { return (*chanlist).size(); }
ZapitChannelList &getChannels() { return channels; };
};
#endif