10 #include <vdr/plugin.h> 25 virtual void Store(
void);
54 virtual const char *CommandLineHelp(
void);
55 virtual bool ProcessArgs(
int argc,
char *argv[]);
59 virtual bool SetupParse(
const char *Name,
const char *Value);
77 return " -d DIR, --dir=DIR set the picture directory to DIR\n";
83 static struct option long_options[] = {
84 {
"dir", required_argument, NULL,
'd' },
85 { NULL, no_argument, NULL, 0 }
89 while ((c = getopt_long(argc, argv,
"d:", long_options, NULL)) != -1) {
93 default:
return false;
118 else if (!strcasecmp(Name,
"SlideShowDelay"))
SlideShowDelay = atoi(Value);
virtual cMenuSetupPage * SetupMenu(void)
static const char * MAINMENUENTRY
static const char * VERSION
virtual const char * MainMenuEntry(void)
virtual bool ProcessArgs(int argc, char *argv[])
virtual const char * CommandLineHelp(void)
static const char * DESCRIPTION
VDRPLUGINCREATOR(cPluginPictures)
virtual const char * Version(void)
eKeys Message(eMessageType Type, const char *s, int Seconds=0)
Displays the given message, either through a currently visible display object that is capable of doin...
virtual ~cPluginPictures()
virtual bool SetupParse(const char *Name, const char *Value)
virtual const char * Description(void)
virtual cOsdObject * MainMenuAction(void)