enigma2
2.6
|
Public Member Functions | |
def | __init__ (self) |
def | serviceStarted (self) |
def | startHideTimer (self) |
def | doShow (self) |
def | doTimerHide (self) |
def | toggleShow (self) |
def | lockShow (self) |
def | unlockShow (self) |
Public Attributes | |
hideTimer | |
hideTimer_conn | |
Static Public Attributes | |
int | STATE_HIDDEN = 0 |
int | STATE_HIDING = 1 |
int | STATE_SHOWING = 2 |
int | STATE_SHOWN = 3 |
InfoBar show/hide control, accepts toggleShow and hide actions, might start fancy animations.
def Screens.InfoBarGenerics.InfoBarShowHide.__init__ | ( | self | ) |
def Screens.InfoBarGenerics.InfoBarShowHide.doShow | ( | self | ) |
def Screens.InfoBarGenerics.InfoBarShowHide.doTimerHide | ( | self | ) |
def Screens.InfoBarGenerics.InfoBarShowHide.lockShow | ( | self | ) |
def Screens.InfoBarGenerics.InfoBarShowHide.serviceStarted | ( | self | ) |
Reimplemented in Plugins.Extensions.DVDPlayer.plugin.DVDPlayer, and Screens.InfoBar.InfoBar.
def Screens.InfoBarGenerics.InfoBarShowHide.startHideTimer | ( | self | ) |
def Screens.InfoBarGenerics.InfoBarShowHide.toggleShow | ( | self | ) |
def Screens.InfoBarGenerics.InfoBarShowHide.unlockShow | ( | self | ) |
Screens.InfoBarGenerics.InfoBarShowHide.hideTimer |
Screens.InfoBarGenerics.InfoBarShowHide.hideTimer_conn |
|
static |
|
static |
|
static |
|
static |