openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Screens.InfoBarGenerics Namespace Reference

Classes

class  TimerSelection
 
class  InfoBarDish
 
class  InfoBarLongKeyDetection
 
class  InfoBarUnhandledKey
 
class  InfoBarScreenSaver
 
class  HideVBILine
 
class  SecondInfoBar
 
class  InfoBarShowHide
 
class  BufferIndicator
 
class  InfoBarBuffer
 
class  NumberZap
 
class  InfoBarNumberZap
 
class  InfoBarChannelSelection
 
class  InfoBarMenu
 
class  InfoBarSimpleEventView
 
class  SimpleServicelist
 
class  InfoBarEPG
 
class  InfoBarRdsDecoder
 
class  Seekbar
 
class  InfoBarSeek
 
class  InfoBarPVRState
 
class  InfoBarTimeshiftState
 
class  InfoBarShowMovies
 
class  InfoBarExtensions
 
class  InfoBarPlugins
 
class  InfoBarJobman
 
class  InfoBarPiP
 
class  InfoBarQuickMenu
 
class  InfoBarInstantRecord
 
class  InfoBarAudioSelection
 
class  InfoBarSubserviceSelection
 
class  InfoBarRedButton
 
class  InfoBarTimerButton
 
class  InfoBarAspectSelection
 
class  InfoBarResolutionSelection
 
class  InfoBarVmodeButton
 
class  VideoMode
 
class  InfoBarAdditionalInfo
 
class  InfoBarNotifications
 
class  InfoBarServiceNotifications
 
class  InfoBarCueSheetSupport
 
class  InfoBarSummary
 
class  InfoBarSummarySupport
 
class  InfoBarMoviePlayerSummary
 
class  InfoBarMoviePlayerSummarySupport
 
class  InfoBarTeletextPlugin
 
class  InfoBarSubtitleSupport
 
class  InfoBarServiceErrorPopupSupport
 
class  InfoBarZoom
 
class  InfoBarHdmi
 
class  InfoBarSleepTimer
 
class  InfoBarOpenOnTopHelper
 
class  InfoBarHandleBsod
 

Functions

def isStandardInfoBar (self)
 
def isMoviePlayerInfoBar (self)
 
def setResumePoint (session)
 
def delResumePoint (ref)
 
def getResumePoint (session)
 
def saveResumePoints ()
 
def loadResumePoints ()
 
def updateresumePointCache ()
 
def ToggleVideo ()
 
def reload_subservice_groupslist (force=False)
 
def getPossibleSubservicesForCurrentChannel (current_service)
 
def getActiveSubservicesForCurrentChannel (current_service)
 
def hasActiveSubservicesForCurrentChannel (current_service)
 

Variables

 MODULE_NAME = __name__.split(".")[-1]
 
bool AUDIO = False
 
bool seek_withjumps_muted = False
 
int jump_pts_adder = 0
 
 jump_last_pts = None
 
 jump_last_pos = None
 
list keyPressCallback = []
 
def resumePointCache = loadResumePoints()
 
 resumePointCacheLast = int(time())
 
 subservice_groupslist = None
 
 gHbbtvApplication = HbbtvApplication()
 

Function Documentation

◆ delResumePoint()

def Screens.InfoBarGenerics.delResumePoint (   ref)

◆ getActiveSubservicesForCurrentChannel()

def Screens.InfoBarGenerics.getActiveSubservicesForCurrentChannel (   current_service)

◆ getPossibleSubservicesForCurrentChannel()

def Screens.InfoBarGenerics.getPossibleSubservicesForCurrentChannel (   current_service)

◆ getResumePoint()

def Screens.InfoBarGenerics.getResumePoint (   session)

◆ hasActiveSubservicesForCurrentChannel()

def Screens.InfoBarGenerics.hasActiveSubservicesForCurrentChannel (   current_service)

◆ isMoviePlayerInfoBar()

def Screens.InfoBarGenerics.isMoviePlayerInfoBar (   self)

◆ isStandardInfoBar()

def Screens.InfoBarGenerics.isStandardInfoBar (   self)

◆ loadResumePoints()

def Screens.InfoBarGenerics.loadResumePoints ( )

◆ reload_subservice_groupslist()

def Screens.InfoBarGenerics.reload_subservice_groupslist (   force = False)

◆ saveResumePoints()

def Screens.InfoBarGenerics.saveResumePoints ( )

◆ setResumePoint()

def Screens.InfoBarGenerics.setResumePoint (   session)

◆ ToggleVideo()

def Screens.InfoBarGenerics.ToggleVideo ( )

◆ updateresumePointCache()

def Screens.InfoBarGenerics.updateresumePointCache ( )

Variable Documentation

◆ AUDIO

bool Screens.InfoBarGenerics.AUDIO = False

◆ gHbbtvApplication

Screens.InfoBarGenerics.gHbbtvApplication = HbbtvApplication()

◆ jump_last_pos

Screens.InfoBarGenerics.jump_last_pos = None

◆ jump_last_pts

Screens.InfoBarGenerics.jump_last_pts = None

◆ jump_pts_adder

int Screens.InfoBarGenerics.jump_pts_adder = 0

◆ keyPressCallback

list Screens.InfoBarGenerics.keyPressCallback = []

◆ MODULE_NAME

Screens.InfoBarGenerics.MODULE_NAME = __name__.split(".")[-1]

◆ resumePointCache

def Screens.InfoBarGenerics.resumePointCache = loadResumePoints()

◆ resumePointCacheLast

Screens.InfoBarGenerics.resumePointCacheLast = int(time())

◆ seek_withjumps_muted

bool Screens.InfoBarGenerics.seek_withjumps_muted = False

◆ subservice_groupslist

Screens.InfoBarGenerics.subservice_groupslist = None