CEventFinderMenu -add epg search history

This commit is contained in:
Jacek Jendrzej
2013-11-26 16:23:24 +01:00
parent 1107e4f89b
commit 4f387ae87f
8 changed files with 111 additions and 41 deletions

View File

@@ -139,21 +139,23 @@ class CEventFinderMenu : public CMenuTarget, CChangeObserver
{
private:
CMenuForwarderNonLocalized* m_search_channelname_mf;
int* m_event;
int* m_search_epg_item;
std::string* m_search_keyword;
int* m_search_list;
std::string m_search_channelname;
t_channel_id* m_search_channel_id;
t_bouquet_id* m_search_bouquet_id;
int showMenu(void);
int* m_event;
int* m_search_epg_item;
std::string* m_search_keyword;
int* m_search_list;
std::string m_search_channelname;
t_channel_id* m_search_channel_id;
t_bouquet_id* m_search_bouquet_id;
int width;
int selected;
int showMenu(void);
public:
CEventFinderMenu( int* event,
int* search_epg_item,
std::string* search_keyword,
int* search_list,
t_channel_id* search_channel_id,
t_bouquet_id* search_bouquet_id);
CEventFinderMenu( int* event,
int* search_epg_item,
std::string* search_keyword,
int* search_list,
t_channel_id* search_channel_id,
t_bouquet_id* search_bouquet_id);
int exec( CMenuTarget* parent, const std::string &actionkey);
bool changeNotify(const neutrino_locale_t OptionName, void *);