enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Plugins.SystemPlugins.InputDeviceManager.InputDeviceAdapterFlasher.InputDeviceAdapterFlasher Class Reference
Inheritance diagram for Plugins.SystemPlugins.InputDeviceManager.InputDeviceAdapterFlasher.InputDeviceAdapterFlasher:
Screens.MessageBox.MessageBox Screens.Screen.Screen Components.GUISkin.GUISkin

Public Member Functions

def __init__ (self, session)
 
- Public Member Functions inherited from Screens.MessageBox.MessageBox
def __init__ (self, session, text, type=TYPE_YESNO, timeout=-1, close_on_any_key=False, default=True, enable_input=True, msgBoxID=None, windowTitle=None, additionalActionMap=None, title=_("Message"))
 
def connectHighPrioAction (self)
 
def disconnectHighPrioAction (self)
 
def delayedAdditionalActionMapEnd (self)
 
def initTimeout (self, timeout)
 
def startTimer (self)
 
def stopTimer (self)
 
def timerTick (self)
 
def closeAnyKey (self, key, flag)
 
def timeoutCallback (self)
 
def cancel (self)
 
def ok (self)
 
def alwaysOK (self)
 
def up (self)
 
def down (self)
 
def left (self)
 
def right (self)
 
def move (self, direction)
 
def __repr__ (self)
 
- Public Member Functions inherited from Screens.Screen.Screen
def __init__ (self, session, parent=None, windowTitle=None)
 
def saveKeyboardMode (self)
 
def setKeyboardModeAscii (self)
 
def setKeyboardModeNone (self)
 
def restoreKeyboardMode (self)
 
def execBegin (self)
 
def execEnd (self)
 
def doClose (self, immediate=True)
 
def doCloseInternal (self)
 
def close (self, *retval)
 
def setFocus (self, o)
 
def show (self)
 
def hide (self)
 
def enable (self, do_show=True)
 
def disable (self)
 
def isEnabled (self)
 
def getRelatedScreen (self, name)
 
def setShowHideAnimation (self, animation_key)
 
def neverAnimate (self)
 
def canAnimate (self)
 
def ignoreSource (self, name)
 
- Public Member Functions inherited from Components.GUISkin.GUISkin
def createGUIScreen (self, parent, desktop, updateonly=False)
 
def deleteGUIScreen (self)
 
def close (self)
 
def createSummary (self)
 
def addSummary (self, summary)
 
def removeSummary (self, summary)
 
def setTitle (self, title)
 
def getTitle (self)
 
def setDesktop (self, desktop)
 
def applySkin (self)
 
def setZPosition (self, z)
 

Public Attributes

 skinName
 reserve some space for future text in our messagebox More...
 
 blockFlashed
 
 blocksVerified
 
- Public Attributes inherited from Screens.MessageBox.MessageBox
 type
 
 msgBoxID
 
 text
 
 close_on_any_key
 
 tmr
 
 tmr_conn
 
 timerRunning
 
 list
 
 additionalActionMap
 
 highPrioActionSlot
 
 timeout
 
 timer
 
 timer_conn
 
 origTitle
 
- Public Attributes inherited from Screens.Screen.Screen
 skinName
 
 session
 
 parent
 
 onClose
 
 onFirstExecBegin
 
 onExecBegin
 
 onShown
 
 onShow
 
 onHide
 
 onExecEnd
 
 onHideFinished
 
 execing
 
 shown
 
 already_shown
 
 renderer
 
 helpList
 
 close_on_next_exec
 
 stand_alone
 
 keyboardMode
 
 active_components
 
 persisted_members
 
- Public Attributes inherited from Components.GUISkin.GUISkin
 onLayoutFinish
 
 summaries
 
 instance
 
 desktop
 
 scale
 

Static Public Attributes

 FLASHER_BINARY = eEnv.resolve("${sbindir}/flash-nrf52")
 
list NRF_AS_FRONTPROCESSOR_DEVICES = ["one", "two"]
 
- Static Public Attributes inherited from Screens.MessageBox.MessageBox
int TYPE_YESNO = 0
 
int TYPE_INFO = 1
 
int TYPE_WARNING = 2
 
int TYPE_ERROR = 3
 
bool IS_DIALOG = True
 
 ALLOW_SUSPEND = Screen.SUSPEND_STOPS
 
- Static Public Attributes inherited from Screens.Screen.Screen
int SUSPEND_NONE = 0
 
int SUSPEND_STOPS = 1
 
int SUSPEND_PAUSES = 2
 
int ALLOW_SUSPEND = SUSPEND_NONE
 
- Static Public Attributes inherited from Components.GUISkin.GUISkin
bool IS_DIALOG = False
 

Additional Inherited Members

- Properties inherited from Components.GUISkin.GUISkin
 title = property(getTitle, setTitle)
 

Constructor & Destructor Documentation

◆ __init__()

def Plugins.SystemPlugins.InputDeviceManager.InputDeviceAdapterFlasher.InputDeviceAdapterFlasher.__init__ (   self,
  session 
)

Reimplemented from Components.GUISkin.GUISkin.

Member Data Documentation

◆ blockFlashed

Plugins.SystemPlugins.InputDeviceManager.InputDeviceAdapterFlasher.InputDeviceAdapterFlasher.blockFlashed

◆ blocksVerified

Plugins.SystemPlugins.InputDeviceManager.InputDeviceAdapterFlasher.InputDeviceAdapterFlasher.blocksVerified

◆ FLASHER_BINARY

Plugins.SystemPlugins.InputDeviceManager.InputDeviceAdapterFlasher.InputDeviceAdapterFlasher.FLASHER_BINARY = eEnv.resolve("${sbindir}/flash-nrf52")
static

◆ NRF_AS_FRONTPROCESSOR_DEVICES

list Plugins.SystemPlugins.InputDeviceManager.InputDeviceAdapterFlasher.InputDeviceAdapterFlasher.NRF_AS_FRONTPROCESSOR_DEVICES = ["one", "two"]
static

◆ skinName

Plugins.SystemPlugins.InputDeviceManager.InputDeviceAdapterFlasher.InputDeviceAdapterFlasher.skinName

reserve some space for future text in our messagebox


The documentation for this class was generated from the following file: