diff options
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.h 2.9 2012/05/12 11:48:04 kls Exp $ + * $Id: menu.h 2.11 2012/06/13 11:23:11 kls Exp $ */ #ifndef __MENU_H @@ -187,6 +187,7 @@ public: }; cOsdObject *CamControl(void); +bool CamMenuActive(void); class cMenuRecordingItem; @@ -203,8 +204,10 @@ private: eOSState Rewind(void); eOSState Delete(void); eOSState Info(void); + eOSState Sort(void); eOSState Commands(eKeys Key = kNone); protected: + cString DirectoryName(void); cRecording *GetRecording(cMenuRecordingItem *Item); public: cMenuRecordings(const char *Base = NULL, int Level = 0, bool OpenSubMenus = false); |