mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
eventlist: -add notifier to search menu, ported from tuxcvs, THX Gaucho316
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