vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
softhdmenu.cpp File Reference

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.
 

Detailed Description

Softhddevice menu class.

Definition in file softhdmenu.cpp.

Enumeration Type Documentation

◆ Hotkeys

enum Hotkeys
Enumerator
PIPKEYBASE 
PIPTOGGLEONOFF 
PIPCHANNELUP 
PIPCHANNELDOWN 
PIPCHANNELSWAP 
PIPPOSITIONSWAP 
PIPCHANNELSWITCHBACK 
DETACHKEYBASE 
DETACHDEVICE 
ATTACHDEVICE 

Definition at line 122 of file softhdmenu.cpp.

Function Documentation

◆ SeparatorName()

static cOsdItem * SeparatorName ( const char *  label)
inlinestatic

Create a seperator item.

Parameters
labeltext inside separator

Definition at line 69 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 79 of file softhdmenu.cpp.

Referenced by cSoftHdMenu::MainMenu().