|
| | 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) |
| |
| | cPlugin (void) |
| |
| virtual | ~cPlugin () |
| |
| const char * | Name (void) |
| |
| virtual const char * | Version (void)=0 |
| |
| virtual const char * | Description (void)=0 |
| |
| virtual const char * | CommandLineHelp (void) |
| |
| virtual bool | ProcessArgs (int argc, char *argv[]) |
| |
| virtual bool | Initialize (void) |
| |
| virtual bool | Start (void) |
| |
| virtual void | Stop (void) |
| |
| virtual void | Housekeeping (void) |
| |
| virtual void | MainThreadHook (void) |
| |
| virtual cString | Active (void) |
| |
| virtual time_t | WakeupTime (void) |
| |
| virtual const char * | MainMenuEntry (void) |
| |
| virtual cOsdObject * | MainMenuAction (void) |
| |
| virtual cMenuSetupPage * | SetupMenu (void) |
| |
| virtual bool | SetupParse (const char *Name, const char *Value) |
| |
| void | SetupStore (const char *Name, const char *Value=NULL) |
| |
| void | SetupStore (const char *Name, int Value) |
| |
| virtual bool | Service (const char *Id, void *Data=NULL) |
| |
| virtual const char ** | SVDRPHelpPages (void) |
| |
| virtual cString | SVDRPCommand (const char *Command, const char *Option, int &ReplyCode) |
| |
| | cPlugin (void) |
| |
| virtual | ~cPlugin () |
| |
| const char * | Name (void) |
| |
| virtual const char * | Version (void)=0 |
| |
| virtual const char * | Description (void)=0 |
| |
| virtual const char * | CommandLineHelp (void) |
| |
| virtual bool | ProcessArgs (int argc, char *argv[]) |
| |
| virtual bool | Initialize (void) |
| |
| virtual bool | Start (void) |
| |
| virtual void | Stop (void) |
| |
| virtual void | Housekeeping (void) |
| |
| virtual void | MainThreadHook (void) |
| |
| virtual cString | Active (void) |
| |
| virtual time_t | WakeupTime (void) |
| |
| virtual const char * | MainMenuEntry (void) |
| |
| virtual cOsdObject * | MainMenuAction (void) |
| |
| virtual cMenuSetupPage * | SetupMenu (void) |
| |
| virtual bool | SetupParse (const char *Name, const char *Value) |
| |
| void | SetupStore (const char *Name, const char *Value=NULL) |
| |
| void | SetupStore (const char *Name, int Value) |
| |
| virtual bool | Service (const char *Id, void *Data=NULL) |
| |
| virtual const char ** | SVDRPHelpPages (void) |
| |
| virtual cString | SVDRPCommand (const char *Command, const char *Option, int &ReplyCode) |
| |
Definition at line 19 of file hello.c.
◆ cPluginHello()
| cPluginHello::cPluginHello |
( |
void |
| ) |
|
◆ ~cPluginHello()
| cPluginHello::~cPluginHello |
( |
| ) |
|
|
virtual |
◆ CommandLineHelp()
| const char * cPluginHello::CommandLineHelp |
( |
void |
| ) |
|
|
virtual |
◆ Description()
| virtual const char * cPluginHello::Description |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Housekeeping()
| void cPluginHello::Housekeeping |
( |
void |
| ) |
|
|
virtual |
◆ MainMenuAction()
| cOsdObject * cPluginHello::MainMenuAction |
( |
void |
| ) |
|
|
virtual |
◆ MainMenuEntry()
| virtual const char * cPluginHello::MainMenuEntry |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ProcessArgs()
| bool cPluginHello::ProcessArgs |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
virtual |
◆ SetupMenu()
◆ SetupParse()
| bool cPluginHello::SetupParse |
( |
const char * |
Name, |
|
|
const char * |
Value |
|
) |
| |
|
virtual |
◆ Start()
| bool cPluginHello::Start |
( |
void |
| ) |
|
|
virtual |
◆ Version()
| virtual const char * cPluginHello::Version |
( |
void |
| ) |
|
|
inlinevirtual |
◆ option_a
| const char* cPluginHello::option_a |
|
private |
◆ option_b
| bool cPluginHello::option_b |
|
private |
The documentation for this class was generated from the following file: