|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
Softhddevice menu class. More...
#include <string>#include <vdr/interface.h>#include <vdr/osdbase.h>#include <vdr/plugin.h>#include <vdr/videodir.h>#include "logger.h"#include "mediaplayer.h"#include "softhddevice.h"#include "softhdmenu.h"Go to the source code of this file.
Enumerations | |
| enum | Hotkeys { PIPKEYBASE = 100 , PIPTOGGLEONOFF , PIPCHANNELUP , PIPCHANNELDOWN , PIPCHANNELSWAP , PIPPOSITIONSWAP , PIPCHANNELSWITCHBACK , DETACHKEYBASE = 110 , DETACHDEVICE , ATTACHDEVICE } |
Functions | |
| static cOsdItem * | SeparatorName (const char *label) |
| Create a seperator item. | |
| static cOsdItem * | SeparatorSpace (void) |
| Create a seperator item. | |
Softhddevice menu class.
AGPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Definition in file softhdmenu.cpp.
| enum Hotkeys |
| Enumerator | |
|---|---|
| PIPKEYBASE | |
| PIPTOGGLEONOFF | |
| PIPCHANNELUP | |
| PIPCHANNELDOWN | |
| PIPCHANNELSWAP | |
| PIPPOSITIONSWAP | |
| PIPCHANNELSWITCHBACK | |
| DETACHKEYBASE | |
| DETACHDEVICE | |
| ATTACHDEVICE | |
Definition at line 122 of file softhdmenu.cpp.
|
inlinestatic |
Create a seperator item.
| label | text inside separator |
Definition at line 69 of file softhdmenu.cpp.
Referenced by cMenuSetupSoft::Create(), and cSoftHdMenu::MainMenu().
|
inlinestatic |
Create a seperator item.
| label | text inside separator |
Definition at line 79 of file softhdmenu.cpp.
Referenced by cSoftHdMenu::MainMenu().