diff options
author | horchi <vdr@jwendel.de> | 2022-02-21 15:00:59 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2022-02-21 15:00:59 +0100 |
commit | d1e3f613ce43e5b355807398369393fb8e35e63e (patch) | |
tree | 79d3a951870598473f94d6413ba748174b9a8f8c /menu.h | |
parent | 9f8fb2260b73971d69691962df472c992d94b123 (diff) | |
download | vdr-plugin-pin-d1e3f613ce43e5b355807398369393fb8e35e63e.tar.gz vdr-plugin-pin-d1e3f613ce43e5b355807398369393fb8e35e63e.tar.bz2 |
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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: |