From 3d738f9c8a5d48bb22b3330c036b6887b0f9d6c1 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Sun, 13 Jun 2004 18:40:59 +0000 Subject: - added parameter alpha for images - added ReplayMode as Logo to display a replaylogo (normal, vcd, mp3, dvd, ...) - added some german and finnish (thx to Rolf Ahrenberg) translations - fixed VPSTime which was displayed although is was equal to the StartTime - fixed MenuItems which displayed non-Text items periodically - fixed calculation of the editable width in the main menu - fixed animation delay (specified in 1/100th, used 1/1000th) - flushing cache when entering a new display (now the cache basically holds all items necessary in one display) - removed "flush image cache" from setup menu - added "max. cache size" to setup menu --- status.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 status.h (limited to 'status.h') diff --git a/status.h b/status.h new file mode 100644 index 0000000..a67e3e3 --- /dev/null +++ b/status.h @@ -0,0 +1,26 @@ +/* + * $Id: status.h,v 1.2 2004/06/12 19:17:06 lordjaxom Exp $ + */ + +#ifndef VDR_TEXT2SKIN_STATUS_H +#define VDR_TEXT2SKIN_STATUS_H + +#include "common.h" +#include + +class cText2SkinStatus: public cStatus { +private: + static cText2SkinStatus mStatus; + + eReplayMode mReplayMode; + +protected: + cText2SkinStatus(void); + + virtual void Replaying(const cControl *Control, const char *Name); + +public: + static eReplayMode ReplayMode(void) { return mStatus.mReplayMode; } +}; + +#endif // VDR_TEXT2SKIN_STATUS_H -- cgit v1.2.3