![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
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 |
| def Screens.Information.formatLine | ( | style, | |
| left, | |||
right = None |
|||
| ) |
| def Screens.Information.getBoxProcTypeName | ( | ) |
| int Screens.Information.AUTO_REFRESH_TIME = 5000 |
| Screens.Information.DISPLAY_BRAND = BoxInfo.getItem("displaybrand") |
| Screens.Information.DISPLAY_MODEL = BoxInfo.getItem("displaymodel") |
| dictionary Screens.Information.INFO_COLOR |
| list Screens.Information.INFO_COLORS = ["N", "H", "S", "P", "V", "M", "F"] |
| int Screens.Information.LOG_MAX_LINES = 10000 |
| Screens.Information.MACHINE_BUILD = BoxInfo.getItem("machinebuild") |
| Screens.Information.MODEL = BoxInfo.getItem("model") |
| Screens.Information.MODULE_NAME = __name__.split(".")[-1] |