mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-15 17:33:37 +02:00
CEventFinderMenu -add epg search history
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f387ae87f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-11-26 (Tue, 26 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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