⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu.h

📁 video disk recorder - linux
💻 H
字号:
/* * menu.h: A menu for still pictures * * See the README file for copyright information and how to reach the author. * * $Id: menu.h 1.1 2008/01/12 11:22:52 kls Exp $ */#ifndef _MENU_H#define _MENU_H#include <vdr/osdbase.h>#include <vdr/tools.h>#include "entry.h"extern char PictureDirectory[PATH_MAX];class cPictureMenu : public cOsdMenu {private:  static cPictureEntry *pictures;  const cPictureEntry *pictureEntry;  void Set(const char *Path);  eOSState SelectItem(const char *Path = NULL, bool SlideShow = false);public:  cPictureMenu(const cPictureEntry *PictureEntry, const char *Path = NULL);  ~cPictureMenu();  virtual eOSState ProcessKey(eKeys Key);  static cPictureMenu *CreatePictureMenu(void);  };#endif //_MENU_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -