mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
CEventFinderMenu -add epg search history
This commit is contained in:
@@ -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 *);
|
||||
|
||||
|
Reference in New Issue
Block a user