vdr
2.2.0
|
#include <getopt.h>
#include <stdlib.h>
#include <vdr/i18n.h>
#include <vdr/interface.h>
#include <vdr/plugin.h>
Go to the source code of this file.
Classes | |
class | cPluginHello |
class | cMenuSetupHello |
Functions | |
VDRPLUGINCREATOR (cPluginHello) | |
Variables | |
static const char * | VERSION = "2.2.0" |
static const char * | DESCRIPTION = trNOOP("A friendly greeting") |
static const char * | MAINMENUENTRY = trNOOP("Hello") |
int | GreetingTime = 3 |
int | UseAlternateGreeting = false |
VDRPLUGINCREATOR | ( | cPluginHello | ) |
Referenced by cPluginHello::SetupParse().
|
static |
Definition at line 16 of file hello.c.
Referenced by cPluginHello::Description().
int GreetingTime = 3 |
Definition at line 41 of file hello.c.
Referenced by cMenuSetupHello::cMenuSetupHello(), cPluginHello::MainMenuAction(), cPluginHello::SetupParse(), and cMenuSetupHello::Store().
|
static |
Definition at line 17 of file hello.c.
Referenced by cPluginHello::MainMenuEntry().
int UseAlternateGreeting = false |
Definition at line 42 of file hello.c.
Referenced by cMenuSetupHello::cMenuSetupHello(), cPluginHello::MainMenuAction(), cPluginHello::SetupParse(), and cMenuSetupHello::Store().
|
static |
Definition at line 15 of file hello.c.
Referenced by cPluginHello::Version().