From 6094765d94e4caaf0813039dff826b731f277753 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Sat, 5 Jun 2004 18:06:22 +0000 Subject: - added scrollable texts and "SymbolScrollUp" and "SymbolScrollDown" - added "MenuText", "MenuEventTitle", "MenuEventShortText", "MenuEventDescription", "MenuEventTime", "MenuRecording", "SymbolEventRunning", "SymbolEventTimer" and "SymbolEventVPS" - implemented image caching - added english and german README - removed some workarounds, and added a patch to vdr to the tree (will be included in 1.3.10) - fixed two bugs when displaying replay symbols - implemented tabbed texts in menu --- data.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'data.h') diff --git a/data.h b/data.h index a8dbd43..d3f59a0 100644 --- a/data.h +++ b/data.h @@ -1,5 +1,5 @@ /* - * $Id: data.h,v 1.10 2004/06/02 20:43:05 lordjaxom Exp $ + * $Id: data.h,v 1.11 2004/06/05 01:39:36 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_DATA_H @@ -80,6 +80,18 @@ enum eSkinItem { itemMenuGreen, itemMenuYellow, itemMenuBlue, + itemMenuText, + itemSymbolScrollUp, + itemSymbolScrollDown, + itemMenuEventTitle, + itemMenuEventShortText, + itemMenuEventDescription, + itemMenuEventTime, + itemSymbolEventRunning, + itemSymbolEventTimer, + itemSymbolEventVPS, + itemMenuRecording, + __ITEM_COUNT__ }; struct POINT { @@ -124,8 +136,6 @@ public: const SIZE &Size(void) const { return mSize; } int Bpp(void) const { return mBpp; } int Arc(void) const { return mArc; } - //const tColor *Fg(void) const { return mFg; } - //const tColor *Bg(void) const { return mBg; } const string &Fg(void) const { return mFg; } const string &Bg(void) const { return mBg; } const cFont *Font(void) const { return mFont; } -- cgit v1.2.3