mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
CNeutrinoEventList::findEvents - add search all epg option
This commit is contained in:
@@ -46,32 +46,32 @@
|
||||
|
||||
class CNeutrinoEventList
|
||||
{
|
||||
// Eventfinder start
|
||||
public:
|
||||
typedef enum
|
||||
{
|
||||
SEARCH_EPG_NONE,
|
||||
SEARCH_EPG_TITLE,
|
||||
SEARCH_EPG_INFO1,
|
||||
SEARCH_EPG_INFO2,
|
||||
SEARCH_EPG_GENRE,
|
||||
SEARCH_EPG_ALL
|
||||
}SEARCH_EPG;
|
||||
typedef enum
|
||||
{
|
||||
SEARCH_LIST_NONE,
|
||||
SEARCH_LIST_CHANNEL,
|
||||
SEARCH_LIST_BOUQUET,
|
||||
SEARCH_LIST_ALL
|
||||
}SEARCH_LIST;
|
||||
private:
|
||||
int m_search_epg_item;
|
||||
std::string m_search_keyword;
|
||||
// Eventfinder start
|
||||
public:
|
||||
typedef enum
|
||||
{
|
||||
SEARCH_EPG_NONE,
|
||||
SEARCH_EPG_TITLE,
|
||||
SEARCH_EPG_INFO1,
|
||||
SEARCH_EPG_INFO2,
|
||||
SEARCH_EPG_GENRE,
|
||||
SEARCH_EPG_ALL
|
||||
}SEARCH_EPG;
|
||||
typedef enum
|
||||
{
|
||||
SEARCH_LIST_NONE,
|
||||
SEARCH_LIST_CHANNEL,
|
||||
SEARCH_LIST_BOUQUET,
|
||||
SEARCH_LIST_ALL
|
||||
}SEARCH_LIST;
|
||||
private:
|
||||
int m_search_epg_item;
|
||||
std::string m_search_keyword;
|
||||
std::string m_search_autokeyword;
|
||||
int m_search_list;
|
||||
t_channel_id m_search_channel_id;
|
||||
t_bouquet_id m_search_bouquet_id;
|
||||
bool m_showChannel;
|
||||
int m_search_list;
|
||||
t_channel_id m_search_channel_id;
|
||||
t_bouquet_id m_search_bouquet_id;
|
||||
bool m_showChannel;
|
||||
int FunctionBarHeight;
|
||||
int oldIndex;
|
||||
event_id_t oldEventID;
|
||||
|
Reference in New Issue
Block a user