From daa586ba0112a61d92a57e33e648f00b4105dd65 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 21 Dec 2004 20:26:25 +0000 Subject: - finished {CurrentRecording} - improved marquee - added some missing checks --- marquee.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'marquee.h') diff --git a/marquee.h b/marquee.h index c989e47..e39443b 100644 --- a/marquee.h +++ b/marquee.h @@ -1,5 +1,5 @@ /* - * $Id: marquee.h,v 1.1 2004/12/19 22:03:14 lordjaxom Exp $ + * $Id: marquee.h,v 1.2 2004/12/21 20:26:25 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_MARQUEE_H @@ -33,12 +33,14 @@ public: cText2SkinMarquee(const cText2SkinMarquee &Src); cText2SkinMarquee(cText2SkinScreen *Screen, int Left, int Top, int Width, int Height, const std::string &Text, const cFont *Font, tColor ColorFg, tColor ColorBg, - int &UpdateIn); + uint &UpdateIn); void Set(cText2SkinScreen *Screen, int Left, int Top, int Width, int Height, const std::string &Text, const cFont *Font, tColor ColorFg, tColor ColorBg, - int &UpdateIn); - void DrawText(int &UpdateIn); + uint &UpdateIn); + void DrawText(uint &UpdateIn); + + const std::string &Text(void) const { return mText; } }; #endif // VDR_TEXT2SKIN_MARQUEE_H -- cgit v1.2.3