enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration Class Reference
Inheritance diagram for Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration:
Screens.Screen.Screen Components.ConfigList.ConfigListScreen Components.GUISkin.GUISkin

Public Member Functions

def __init__ (self, session)
 
def setWindowTitle (self)
 
def keyLeft (self)
 
def keyRight (self)
 
def createSetup (self)
 
def sendmailChanged (self, configElement)
 
def newConfig (self)
 
def selectionChanged (self)
 
def showKeypad (self)
 
def hideKeypad (self)
 
def cancelConfirm (self, result)
 
def keyCancel (self)
 
def keySave (self)
 
def msgCrashlogNotifier (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 __repr__ (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 Member Functions inherited from Components.ConfigList.ConfigListScreen
def __init__ (self, list, session=None, on_change=None)
 
def handleInputHelpers (self)
 
def KeyText (self)
 
def VirtualKeyBoardCallback (self, callback=None)
 
def keyOK (self)
 
def keyHome (self)
 
def keyEnd (self)
 
def keyDelete (self)
 
def keyBackspace (self)
 
def keyToggleOW (self)
 
def keyGotAscii (self)
 
def keyNumberGlobal (self, number)
 
def keyPreviousSection (self)
 
def keyNextSection (self)
 
def saveAll (self)
 
def getCurrentEntry (self)
 
def getCurrentValue (self)
 
def createSummary (self)
 

Public Attributes

 session
 
 MailEntry
 
 LogEntry
 
 addEmailEntry
 
 EmailEntry
 
 NameEntry
 
 AnonCrashlogEntry
 
 msgCrashlogMailer
 
 list
 
- 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
 
- Public Attributes inherited from Components.ConfigList.ConfigListScreen
 setup_title
 
 onConfigEntryChanged
 

Static Public Attributes

 oldMailEntryValue = config.plugins.crashlogautosubmit.sendmail.value
 
string skin
 
- 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.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.__init__ (   self,
  session 
)

Reimplemented from Components.GUISkin.GUISkin.

Member Function Documentation

◆ cancelConfirm()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.cancelConfirm (   self,
  result 
)

◆ createSetup()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.createSetup (   self)

◆ hideKeypad()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.hideKeypad (   self)

◆ keyCancel()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.keyCancel (   self)

◆ keyLeft()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.keyLeft (   self)

◆ keyRight()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.keyRight (   self)

◆ keySave()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.keySave (   self)

◆ msgCrashlogNotifier()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.msgCrashlogNotifier (   self)

◆ newConfig()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.newConfig (   self)

◆ selectionChanged()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.selectionChanged (   self)

◆ sendmailChanged()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.sendmailChanged (   self,
  configElement 
)

◆ setWindowTitle()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.setWindowTitle (   self)

◆ showKeypad()

def Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.showKeypad (   self)

Member Data Documentation

◆ addEmailEntry

Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.addEmailEntry

◆ AnonCrashlogEntry

Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.AnonCrashlogEntry

◆ EmailEntry

Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.EmailEntry

◆ list

Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.list

◆ LogEntry

Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.LogEntry

◆ MailEntry

Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.MailEntry

◆ msgCrashlogMailer

Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.msgCrashlogMailer

◆ NameEntry

Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.NameEntry

◆ oldMailEntryValue

Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.oldMailEntryValue = config.plugins.crashlogautosubmit.sendmail.value
static

◆ session

Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.session

◆ skin

string Plugins.SystemPlugins.CrashlogAutoSubmit.plugin.CrashlogAutoSubmitConfiguration.skin
static
Initial value:
= """
<screen name="CrashlogAutoSubmitConfiguration" position="center,center" size="560,440" title="CrashlogAutoSubmit settings" >
<ePixmap pixmap="skin_default/buttons/red.png" position="0,0" size="140,40" alphatest="on" />
<ePixmap pixmap="skin_default/buttons/green.png" position="140,0" size="140,40" alphatest="on" />
<widget source="key_red" render="Label" position="0,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#9f1313" transparent="1" />
<widget source="key_green" render="Label" position="140,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#1f771f" transparent="1" />
<widget name="config" zPosition="2" position="5,50" size="550,300" scrollbarMode="showOnDemand" transparent="1" />
<ePixmap pixmap="skin_default/div-h.png" position="0,390" zPosition="10" size="560,2" transparent="1" alphatest="on" />
<widget source="status" render="Label" position="10,400" size="540,40" zPosition="10" font="Regular;20" halign="center" valign="center" backgroundColor="#25062748" transparent="1"/>
<widget name="VKeyIcon" pixmap="skin_default/buttons/key_text.png" position="10,420" zPosition="10" size="35,25" transparent="1" alphatest="on" />
<widget name="HelpWindow" pixmap="skin_default/vkey_icon.png" position="160,325" zPosition="1" size="1,1" transparent="1" alphatest="on" />
</screen>"""

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