diff options
author | phintuka <phintuka> | 2007-01-04 08:42:47 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-01-04 08:42:47 +0000 |
commit | d5541e7795ea3677b8f9a6d4b58ff0d0c3dccebd (patch) | |
tree | a22e079beb6aea4418ce51c79a857e72b173f864 /menu.h | |
parent | 0d7614077232e81796582d07d1e80d548f06d147 (diff) | |
download | xineliboutput-d5541e7795ea3677b8f9a6d4b58ff0d0c3dccebd.tar.gz xineliboutput-d5541e7795ea3677b8f9a6d4b58ff0d0c3dccebd.tar.bz2 |
"add to playlist" feature
Using cString for temporary strings
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.h,v 1.5 2006-10-13 12:47:18 phintuka Exp $ + * $Id: menu.h,v 1.6 2007-01-04 08:42:47 phintuka Exp $ * */ @@ -13,7 +13,6 @@ #include <vdr/menuitems.h> - class cMenuXinelib : public cMenuSetupPage { private: @@ -47,6 +46,8 @@ class cMenuXinelib : public cMenuSetupPage cMenuXinelib(void); virtual ~cMenuXinelib(); virtual eOSState ProcessKey(eKeys Key); + + static cOsdMenu *CreateMenuBrowseFiles(eMainMenuMode mode, bool Queue=true); }; #endif //__XINELIB_SETUP_MENU_H |