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

Classes

class  InformationBase
 
class  BenchmarkInformation
 
class  BuildInformation
 
class  CommitInformation
 
class  DebugInformation
 
class  DistributionInformation
 
class  GeolocationInformation
 
class  MemoryInformation
 
class  MultiBootInformation
 
class  NetworkInformation
 
class  PictureInformation
 
class  ReceiverInformation
 
class  StorageInformation
 
class  StreamingInformation
 
class  SystemInformation
 
class  TranslationInformation
 
class  TunerInformation
 
class  TestingInformation
 
class  InformationSummary
 

Functions

def getBoxProcTypeName ()
 
def formatLine (style, left, right=None)
 

Variables

 MODULE_NAME = __name__.split(".")[-1]
 
 DISPLAY_BRAND = BoxInfo.getItem("displaybrand")
 
 DISPLAY_MODEL = BoxInfo.getItem("displaymodel")
 
 MACHINE_BUILD = BoxInfo.getItem("machinebuild")
 
 MODEL = BoxInfo.getItem("model")
 
list INFO_COLORS = ["N", "H", "S", "P", "V", "M", "F"]
 
dictionary INFO_COLOR
 
int LOG_MAX_LINES = 10000
 
int AUTO_REFRESH_TIME = 5000
 
list welcome
 

Function Documentation

◆ formatLine()

def Screens.Information.formatLine (   style,
  left,
  right = None 
)

◆ getBoxProcTypeName()

def Screens.Information.getBoxProcTypeName ( )

Variable Documentation

◆ AUTO_REFRESH_TIME

int Screens.Information.AUTO_REFRESH_TIME = 5000

◆ DISPLAY_BRAND

Screens.Information.DISPLAY_BRAND = BoxInfo.getItem("displaybrand")

◆ DISPLAY_MODEL

Screens.Information.DISPLAY_MODEL = BoxInfo.getItem("displaymodel")

◆ INFO_COLOR

dictionary Screens.Information.INFO_COLOR
Initial value:
1 = {
2  "B": None,
3  "N": 0x00ffffff, # Normal.
4  "H": 0x00ffffff, # Headings.
5  "S": 0x00ffffff, # Subheadings.
6  "P": 0x00cccccc, # Prompts.
7  "V": 0x00cccccc, # Values.
8  "M": 0x00ffff00, # Messages.
9  "F": 0x0000ffff # Features.
10 }

◆ INFO_COLORS

list Screens.Information.INFO_COLORS = ["N", "H", "S", "P", "V", "M", "F"]

◆ LOG_MAX_LINES

int Screens.Information.LOG_MAX_LINES = 10000

◆ MACHINE_BUILD

Screens.Information.MACHINE_BUILD = BoxInfo.getItem("machinebuild")

◆ MODEL

Screens.Information.MODEL = BoxInfo.getItem("model")

◆ MODULE_NAME

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

◆ welcome

list Screens.Information.welcome
Initial value:
1 = [
2  _("Welcome to %s") % BoxInfo.getItem("displaydistro", "Enigma2")
3 ]
#define _(string)
Definition: i18n.h:27