|
vdr-plugin-softhddevice-drm-gles 1.6.2
|
Main Plugin Class. More...
#include <softhddevice-drm-gles.h>
Public Member Functions | |
| cPluginSoftHdDevice (void) | |
| cPluginSoftHdDevice constructor | |
| virtual | ~cPluginSoftHdDevice (void) |
| cPluginSoftHdDevice destructor | |
| virtual const char * | Version (void) |
| Return plugin version number. | |
| virtual const char * | Description (void) |
| Return plugin short description. | |
| virtual const char * | CommandLineHelp (void) |
| Return a string that describes all known command line options. | |
| virtual bool | ProcessArgs (int, char *[]) |
| Process the command line arguments. | |
| virtual bool | Initialize (void) |
| Initializes the DVB devices. | |
| virtual bool | Start (void) |
| Start any background activities the plugin shall perform. | |
| virtual void | Stop (void) |
| Shutdown plugin. | |
| virtual const char * | MainMenuEntry (void) |
| Create main menu entry. | |
| virtual cOsdObject * | MainMenuAction (void) |
| Perform the action when selected from the main VDR menu. | |
| virtual cMenuSetupPage * | SetupMenu (void) |
| Return our setup menu. | |
| virtual bool | SetupParse (const char *, const char *) |
| Parse setup parameters. | |
| virtual bool | Service (const char *, void *=nullptr) |
| Receive requests or messages. | |
| virtual const char ** | SVDRPHelpPages (void) |
| Return SVDRP commands help pages. | |
| virtual cString | SVDRPCommand (const char *, const char *, int &) |
| Handle SVDRP commands. | |
Private Attributes | |
| cSoftHdDevice * | m_pDevice |
| pointer to cSoftHdDevice object | |
| cSoftHdConfig * | m_pConfig |
| pointer to cSoftHdConfig object | |
Main Plugin Class.
Definition at line 36 of file softhddevice-drm-gles.h.
|
private |
pointer to cSoftHdConfig object
Definition at line 56 of file softhddevice-drm-gles.h.
Referenced by cPluginSoftHdDevice(), MainMenuEntry(), SetupParse(), and ~cPluginSoftHdDevice().
|
private |
pointer to cSoftHdDevice object
Definition at line 55 of file softhddevice-drm-gles.h.
Referenced by CommandLineHelp(), cPluginSoftHdDevice(), MainMenuAction(), ProcessArgs(), SetupMenu(), Start(), Stop(), and SVDRPCommand().