summaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2011-09-17 21:28:10 +0200
committermrwastl <mrwastl@users.sourceforge.net>2011-09-17 21:28:10 +0200
commit0703b948dd63eb281df5dc531abdf66818becdf7 (patch)
treeb76b3ba4634a95ed71c0dd2ab1e1a4354109870d /state.h
parent9e0f177243221e2123758d196315cb63d0f8902b (diff)
downloadvdr-plugin-graphlcd-0703b948dd63eb281df5dc531abdf66818becdf7.tar.gz
vdr-plugin-graphlcd-0703b948dd63eb281df5dc531abdf66818becdf7.tar.bz2
cExtData is now a singleton class, thus its content survives a DISCONN/CONNECT of a display; trans() now works as expected; three new tokens: 'IsMenuList', 'MenuText', 'MenuTextScroll'; support added for ':clean' and ':rest' for tokens 'MenuTitle', 'MenuCurrent', and 'MenuText'
Diffstat (limited to 'state.h')
-rw-r--r--state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/state.h b/state.h
index a584bd0..d2a8304 100644
--- a/state.h
+++ b/state.h
@@ -85,6 +85,8 @@ struct tOsdState
std::string textItem;
std::string message;
int currentItemIndex;
+ int currentTextItemScroll;
+ bool currentTextItemScrollReset;
};
struct tVolumeState
@@ -144,6 +146,7 @@ public:
bool IsRecording(int CardNumber);
std::string Recordings(int CardNumber);
tOsdState GetOsdState();
+ void ResetOsdStateScroll();
tVolumeState GetVolumeState();
bool ShowMessage();
};