From e0de96fc7168daeaf414fb6196e08969468427d2 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Mon, 7 Jun 2004 19:09:34 +0000 Subject: - fixed Timebar which sometimes displayed something beyond 100% - fixed scrolling in EPG detail display - added "MenuEventEndTime", "MenuEventVPSTime" and "MenuEventDate" - added "DateTimeF" and "MenuEventDateTimeF" for free formattable dates - added parameter format that holds the format string for the above items - implemented setup menu to flush image cache --- loader.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'loader.h') diff --git a/loader.h b/loader.h index c049607..5f22d7a 100644 --- a/loader.h +++ b/loader.h @@ -1,5 +1,5 @@ /* - * $Id: loader.h,v 1.4 2004/06/02 20:43:05 lordjaxom Exp $ + * $Id: loader.h,v 1.5 2004/06/07 18:23:11 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_LOADER_H @@ -32,6 +32,10 @@ public: virtual cSkinDisplayReplay *DisplayReplay(bool ModeOnly); virtual cSkinDisplayVolume *DisplayVolume(void); virtual cSkinDisplayMessage *DisplayMessage(void); + + cText2SkinData *Data(void) const { return mData; } + cText2SkinI18n *I18n(void) const { return mI18n; } + cText2SkinTheme *Theme(void) const { return mTheme; } }; #endif // VDR_TEXT2SKIN_LOADER_H -- cgit v1.2.3