mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
eventlist: -add notifier to search menu, ported from tuxcvs, THX Gaucho316
Origin commit data
------------------
Branch: ni/coolstream
Commit: 87fe3bd406
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-01 (Thu, 01 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -134,9 +134,10 @@ class CEventListHandler : public CMenuTarget
|
||||
|
||||
};
|
||||
|
||||
class CEventFinderMenu : public CMenuTarget
|
||||
class CEventFinderMenu : public CMenuTarget, CChangeObserver
|
||||
{
|
||||
private:
|
||||
CMenuForwarderNonLocalized* m_search_channelname_mf;
|
||||
int* m_event;
|
||||
int* m_search_epg_item;
|
||||
std::string* m_search_keyword;
|
||||
@@ -153,6 +154,7 @@ class CEventFinderMenu : public CMenuTarget
|
||||
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 *);
|
||||
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user