![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
def | __init__ (self) |
def | buildISO3166 (self) |
def | initInternational (self) |
def | activateLanguage (self, language, runCallbacks=True) |
def | activateLocale (self, locale, runCallbacks=True) |
def | addCallback (self, callback) |
def | getActiveCatalog (self) |
def | getAvailablePackages (self, update=False) |
def | getInstalledPackages (self, update=False) |
def | getInstalledDirectories (self, update=False) |
def | getPurgablePackages (self, locale=None) |
def | getPermanentLocales (self, locale=None) |
def | packageToLocales (self, package) |
def | localeToPackage (self, locale=None) |
def | languageToPackage (self, language=None) |
def | splitPackage (self, package) |
def | getLocale (self) |
def | splitLocale (self, locale) |
def | getCountry (self, item=None) |
def | getCountryAlpha3 (self, item=None) |
def | getCountryNumeric (self, item=None) |
def | getCountryName (self, item=None) |
def | getCountryTranslated (self, item=None) |
def | getCountryNative (self, item=None) |
def | getLanguage (self, item=None) |
def | getLanguageName (self, item=None) |
def | getLanguageTranslated (self, item=None) |
def | getLanguageNative (self, item=None) |
def | getLanguageEncoding (self, item=None) |
def | getLanguageCountryCode (self, item=None) |
def | getLocaleList (self) |
def | getLanguageList (self) |
def | getPackage (self, locale=None) |
def | getGStreamerSubtitleEncoding (self, item=None) |
def | deleteLanguagePackages (self, packageList) |
def | installLanguagePackages (self, packageList) |
def | runPackageManager (self, cmdList=None, packageList=None, action="") |
Public Attributes | |
availablePackages | |
installedPackages | |
installedDirectories | |
packageLocales | |
localeList | |
languageList | |
activeLocale | |
catalog | |
callbacks | |
def Components.International.International.__init__ | ( | self | ) |
def Components.International.International.activateLanguage | ( | self, | |
language, | |||
runCallbacks = True |
|||
) |
def Components.International.International.activateLocale | ( | self, | |
locale, | |||
runCallbacks = True |
|||
) |
def Components.International.International.addCallback | ( | self, | |
callback | |||
) |
def Components.International.International.buildISO3166 | ( | self | ) |
def Components.International.International.deleteLanguagePackages | ( | self, | |
packageList | |||
) |
def Components.International.International.getActiveCatalog | ( | self | ) |
def Components.International.International.getAvailablePackages | ( | self, | |
update = False |
|||
) |
def Components.International.International.getCountry | ( | self, | |
item = None |
|||
) |
def Components.International.International.getCountryAlpha3 | ( | self, | |
item = None |
|||
) |
def Components.International.International.getCountryName | ( | self, | |
item = None |
|||
) |
def Components.International.International.getCountryNative | ( | self, | |
item = None |
|||
) |
def Components.International.International.getCountryNumeric | ( | self, | |
item = None |
|||
) |
def Components.International.International.getCountryTranslated | ( | self, | |
item = None |
|||
) |
def Components.International.International.getGStreamerSubtitleEncoding | ( | self, | |
item = None |
|||
) |
def Components.International.International.getInstalledDirectories | ( | self, | |
update = False |
|||
) |
def Components.International.International.getInstalledPackages | ( | self, | |
update = False |
|||
) |
def Components.International.International.getLanguage | ( | self, | |
item = None |
|||
) |
def Components.International.International.getLanguageCountryCode | ( | self, | |
item = None |
|||
) |
def Components.International.International.getLanguageEncoding | ( | self, | |
item = None |
|||
) |
def Components.International.International.getLanguageList | ( | self | ) |
def Components.International.International.getLanguageName | ( | self, | |
item = None |
|||
) |
def Components.International.International.getLanguageNative | ( | self, | |
item = None |
|||
) |
def Components.International.International.getLanguageTranslated | ( | self, | |
item = None |
|||
) |
def Components.International.International.getLocale | ( | self | ) |
def Components.International.International.getLocaleList | ( | self | ) |
def Components.International.International.getPackage | ( | self, | |
locale = None |
|||
) |
def Components.International.International.getPermanentLocales | ( | self, | |
locale = None |
|||
) |
def Components.International.International.getPurgablePackages | ( | self, | |
locale = None |
|||
) |
def Components.International.International.initInternational | ( | self | ) |
def Components.International.International.installLanguagePackages | ( | self, | |
packageList | |||
) |
def Components.International.International.languageToPackage | ( | self, | |
language = None |
|||
) |
def Components.International.International.localeToPackage | ( | self, | |
locale = None |
|||
) |
def Components.International.International.packageToLocales | ( | self, | |
package | |||
) |
def Components.International.International.runPackageManager | ( | self, | |
cmdList = None , |
|||
packageList = None , |
|||
action = "" |
|||
) |
def Components.International.International.splitLocale | ( | self, | |
locale | |||
) |
def Components.International.International.splitPackage | ( | self, | |
package | |||
) |
Components.International.International.activeLocale |
Components.International.International.availablePackages |
Components.International.International.callbacks |
Components.International.International.catalog |
Components.International.International.installedDirectories |
Components.International.International.installedPackages |
Components.International.International.languageList |
Components.International.International.localeList |
Components.International.International.packageLocales |