diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-02-18 22:22:35 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-02-18 22:22:35 +0000 |
commit | 4c0d3398fc6444169ee47935b9ab814eb3929e72 (patch) | |
tree | eed61c51a9c32ee726553d893567419d67b3bfdd /epg_events.h | |
parent | 55076f14be853cb7cb1c801484267214e98c4a5e (diff) | |
download | vdr-plugin-live-4c0d3398fc6444169ee47935b9ab814eb3929e72.tar.gz vdr-plugin-live-4c0d3398fc6444169ee47935b9ab814eb3929e72.tar.bz2 |
- Added status box with current channel, program and elapsed time in the
logo area.
- Added support for progress bars to display elapsed content.
- Extendend ajax.js to be usable for non xml requests.
- adapted styles for the new features.
Diffstat (limited to 'epg_events.h')
-rw-r--r-- | epg_events.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/epg_events.h b/epg_events.h index d70ad26..75bfa98 100644 --- a/epg_events.h +++ b/epg_events.h @@ -47,6 +47,10 @@ namespace vdrlive const std::string EndTime(const char* format) const; + const std::string CurrentTime(const char* format) const; + + int Elapsed() const; + private: std::string m_eventId; std::string m_caption; |