From 4c0d3398fc6444169ee47935b9ab814eb3929e72 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 18 Feb 2007 22:22:35 +0000 Subject: - 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. --- epg_events.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epg_events.h') 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; -- cgit v1.2.3