summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2019-11-01 12:14:44 +0100
committerhorchi <vdr@jwendel.de>2019-11-01 12:14:44 +0100
commit449c5f93c10ab86bef3e2b30c912f04604bae890 (patch)
tree422ee06261fd5045c942f813dd635e018ca6fc07 /menu.h
parent4c18f4a7a990a67ce7c76b8765e7b3139062315d (diff)
downloadvdr-plugin-epg2vdr-449c5f93c10ab86bef3e2b30c912f04604bae890.tar.gz
vdr-plugin-epg2vdr-449c5f93c10ab86bef3e2b30c912f04604bae890.tar.bz2
dev
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index 22995a9..cf85be7 100644
--- a/menu.h
+++ b/menu.h
@@ -135,6 +135,7 @@ class cMenuDb : public cParameters
cDbStatement* selectRecordingForEvent {nullptr};
cDbStatement* selectRecordingForEventByLv {nullptr};
cDbStatement* selectRecordings {nullptr};
+ cDbStatement* selectRecordingsGrouped {nullptr};
cDbStatement* selectChannelFromMap {nullptr};
cSearchTimer* search {nullptr};
@@ -577,7 +578,8 @@ class cMenuDbRecordings : public cOsdMenu
private:
void SetHelpKeys();
- void LoadPlainList(bool Refresh = false);
+ void LoadPlain(bool Refresh = false);
+ void LoadGrouped(bool Refresh = false);
bool Open(bool OpenSubMenus = false);
eOSState Play();
eOSState Rewind();