vdr
1.7.27
|
Public Member Functions | |
cPluginHello (void) | |
virtual | ~cPluginHello () |
virtual const char * | Version (void) |
virtual const char * | Description (void) |
virtual const char * | CommandLineHelp (void) |
virtual bool | ProcessArgs (int argc, char *argv[]) |
virtual bool | Start (void) |
virtual void | Housekeeping (void) |
virtual const char * | MainMenuEntry (void) |
virtual cOsdObject * | MainMenuAction (void) |
virtual cMenuSetupPage * | SetupMenu (void) |
virtual bool | SetupParse (const char *Name, const char *Value) |
Private Attributes | |
const char * | option_a |
bool | option_b |
cPluginHello::cPluginHello | ( | void | ) |
cPluginHello::~cPluginHello | ( | ) | [virtual] |
const char * cPluginHello::CommandLineHelp | ( | void | ) | [virtual] |
virtual const char* cPluginHello::Description | ( | void | ) | [inline, virtual] |
void cPluginHello::Housekeeping | ( | void | ) | [virtual] |
cOsdObject * cPluginHello::MainMenuAction | ( | void | ) | [virtual] |
Reimplemented from cPlugin.
Definition at line 126 of file hello.c.
References cInterface::Confirm(), GreetingTime, Interface, tr, and UseAlternateGreeting.
virtual const char* cPluginHello::MainMenuEntry | ( | void | ) | [inline, virtual] |
Reimplemented from cPlugin.
Definition at line 33 of file hello.c.
References MAINMENUENTRY, and tr.
bool cPluginHello::ProcessArgs | ( | int | argc, |
char * | argv[] | ||
) | [virtual] |
cMenuSetupPage * cPluginHello::SetupMenu | ( | void | ) | [virtual] |
bool cPluginHello::SetupParse | ( | const char * | Name, |
const char * | Value | ||
) | [virtual] |
Reimplemented from cPlugin.
Definition at line 139 of file hello.c.
References GreetingTime, and UseAlternateGreeting.
bool cPluginHello::Start | ( | void | ) | [virtual] |
virtual const char* cPluginHello::Version | ( | void | ) | [inline, virtual] |
const char* cPluginHello::option_a [private] |
Definition at line 22 of file hello.c.
Referenced by cPluginHello(), and ProcessArgs().
bool cPluginHello::option_b [private] |
Definition at line 23 of file hello.c.
Referenced by cPluginHello(), and ProcessArgs().