summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2022-02-21 15:00:59 +0100
committerhorchi <vdr@jwendel.de>2022-02-21 15:00:59 +0100
commitd1e3f613ce43e5b355807398369393fb8e35e63e (patch)
tree79d3a951870598473f94d6413ba748174b9a8f8c /menu.h
parent9f8fb2260b73971d69691962df472c992d94b123 (diff)
downloadvdr-plugin-pin-d1e3f613ce43e5b355807398369393fb8e35e63e.tar.gz
vdr-plugin-pin-d1e3f613ce43e5b355807398369393fb8e35e63e.tar.bz2
compiler portingHEAD0.1.18master
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/menu.h b/menu.h
index 186cd3a..c6df1dc 100644
--- a/menu.h
+++ b/menu.h
@@ -24,7 +24,7 @@
class cPinMenuItem : public cOsdItem
{
public:
-
+
cPinMenuItem(const char* title, int osState);
};
@@ -48,12 +48,12 @@ class cPinMenu : public cOsdMenu, public PinService
miEditMenuItemList,
miProtectSetup
};
-
- cPinMenu(const char* title, cLockItems* theChannels,
+
+ cPinMenu(const char* title, cLockItems* theChannels,
cLockedBroadcasts* theBroadcasts, cLockItems* thePlugins,
cLockItems* theMenuItems);
virtual ~cPinMenu();
-
+
virtual eOSState ProcessKey(eKeys key);
int addCurrentChannel();
@@ -74,9 +74,9 @@ class cPinMenu : public cOsdMenu, public PinService
class cLockMenuItem : public cOsdItem
{
-
+
public:
-
+
cLockMenuItem(cLockItem* aItem);
virtual ~cLockMenuItem();
@@ -96,10 +96,10 @@ class cLockMenuItem : public cOsdItem
class cLockMenu : public cOsdMenu, public PinService
{
public:
-
+
cLockMenu(const char* title, cLockItems* theItems, ListType theType);
virtual ~cLockMenu();
-
+
eOSState ProcessKey(eKeys key);
protected: