diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-01-13 13:46:22 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-01-13 13:46:22 +0100 |
commit | 3be2cb060c30581bd1c59c72a90b0d0c3f79bd45 (patch) | |
tree | d2aa801a41a49dc56e1b08dfd82ea04ad3b35e0a /epgsearch.h | |
parent | 3aebe74569e17712947b3cd1d1aa0d5ae108fca9 (diff) | |
download | vdr-plugin-live-3be2cb060c30581bd1c59c72a90b0d0c3f79bd45.tar.gz vdr-plugin-live-3be2cb060c30581bd1c59c72a90b0d0c3f79bd45.tar.bz2 |
- code for collecting and displaying EPG events in 'What's on' is now separated
Diffstat (limited to 'epgsearch.h')
-rw-r--r-- | epgsearch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epgsearch.h b/epgsearch.h index 51c73cf..b63f109 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -339,6 +339,8 @@ public: time_t TimerStopTime() const { return m_timerstop; } int TimerMode() const { return m_timerMode; } bool operator<( SearchResult const& other ) const { return m_starttime < other.m_starttime; } + const cEvent* GetEvent(); + const cChannel* GetChannel() { return Channels.GetByChannelID(m_channel); } private: int m_searchId; |