vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
Menus

Plugin Menus. More...

Classes

class  cSoftHdMenu
 Plugin Main Menu. More...
 
class  cMenuSetupSoft
 Plugin Setup Menu. More...
 

Enumerations

enum  Hotkeys {
  PIPKEYBASE = 100 , PIPTOGGLEONOFF , PIPCHANNELUP , PIPCHANNELDOWN ,
  PIPCHANNELSWAP , PIPPOSITIONSWAP , PIPCHANNELSWITCHBACK , DETACHKEYBASE = 110 ,
  DETACHDEVICE , ATTACHDEVICE
}
 Hotkeys. More...
 
enum  HotkeyState { Initial , Blue , Red }
 Hotkey States. More...
 

Functions

static cOsdItemSeparatorName (const char *label)
 Create a seperator item.
 
static cOsdItemSeparatorSpace (void)
 Create a seperator item.
 

Detailed Description

Plugin Menus.

Enumeration Type Documentation

◆ Hotkeys

Hotkeys.

Enumerator
PIPKEYBASE 
PIPTOGGLEONOFF 
PIPCHANNELUP 
PIPCHANNELDOWN 
PIPCHANNELSWAP 
PIPPOSITIONSWAP 
PIPCHANNELSWITCHBACK 
DETACHKEYBASE 
DETACHDEVICE 
ATTACHDEVICE 

Definition at line 116 of file softhdmenu.cpp.

◆ HotkeyState

Hotkey States.

Enumerator
Initial 
Blue 
Red 

Definition at line 32 of file softhdmenu.h.

Function Documentation

◆ SeparatorName()

static cOsdItem * SeparatorName ( const char label)
inlinestatic

Create a seperator item.

Parameters
labeltext inside separator

Definition at line 56 of file softhdmenu.cpp.

Referenced by cMenuSetupSoft::Create(), and cSoftHdMenu::MainMenu().

◆ SeparatorSpace()

static cOsdItem * SeparatorSpace ( void  )
inlinestatic

Create a seperator item.

Parameters
labeltext inside separator

Definition at line 68 of file softhdmenu.cpp.

Referenced by cSoftHdMenu::MainMenu().