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

Public Member Functions

def __init__ (self, session)
 
def layoutFinished (self)
 
def rememberOldSettings (self)
 
def addToConfigList (self, description, configEntry, add_to_xtdlist=False)
 
def createSetup (self)
 
def selectionChanged (self)
 
def PreviewClosed (self)
 
def keyLeft (self)
 
def keyRight (self)
 
def confirm (self, confirmed)
 
def apply (self)
 
def cancelConfirm (self, result)
 
def keyCancel (self)
 
def keyYellowConfirm (self, confirmed)
 
def keyYellow (self)
 
def keyBlueConfirm (self, confirmed)
 
def keyBlue (self)
 
def changedEntry (self)
 
def getCurrentEntry (self)
 
def getCurrentValue (self)
 
def createSummary (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 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 keySave (self)
 

Public Attributes

 session
 
 onChangedEntry
 
 setup_title
 
 video_hw
 
 list
 
 xtdlist
 
 oldContrast
 
 oldSaturation
 
 oldHue
 
 oldColor_temp
 
 oldBrightness
 
 oldBlock_noise
 
 oldMosquito_noise
 
 oldDigital_contour
 
 oldScaler_sharpness
 
 oldSplit
 
 oldSharpness
 
 oldAuto_flesh
 
 oldGreen_boost
 
 oldBlue_boost
 
 oldDynamic_contrast
 
 contrastEntry
 
 saturationEntry
 
 hueEntry
 
 brightnessEntry
 
 color_tempEntry
 
 scaler_sharpnessEntry
 
 splitEntry
 
 sharpnessEntry
 
 auto_fleshEntry
 
 green_boostEntry
 
 blue_boostEntry
 
 dynamic_contrastEntry
 
 block_noise_reductionEntry
 
 mosquito_noise_reductionEntry
 
 digital_contour_removalEntry
 
 previewlist
 
- 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

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.VideoEnhancement.plugin.VideoEnhancementSetup.__init__ (   self,
  session 
)

Reimplemented from Components.GUISkin.GUISkin.

Member Function Documentation

◆ addToConfigList()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.addToConfigList (   self,
  description,
  configEntry,
  add_to_xtdlist = False 
)

◆ apply()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.apply (   self)

◆ cancelConfirm()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.cancelConfirm (   self,
  result 
)

◆ changedEntry()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.changedEntry (   self)

◆ confirm()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.confirm (   self,
  confirmed 
)

◆ createSetup()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.createSetup (   self)

◆ createSummary()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.createSummary (   self)

◆ getCurrentEntry()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.getCurrentEntry (   self)

◆ getCurrentValue()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.getCurrentValue (   self)

◆ keyBlue()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.keyBlue (   self)

◆ keyBlueConfirm()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.keyBlueConfirm (   self,
  confirmed 
)

◆ keyCancel()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.keyCancel (   self)

◆ keyLeft()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.keyLeft (   self)

◆ keyRight()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.keyRight (   self)

◆ keyYellow()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.keyYellow (   self)

◆ keyYellowConfirm()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.keyYellowConfirm (   self,
  confirmed 
)

◆ layoutFinished()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.layoutFinished (   self)

◆ PreviewClosed()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.PreviewClosed (   self)

◆ rememberOldSettings()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.rememberOldSettings (   self)

◆ selectionChanged()

def Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.selectionChanged (   self)

Member Data Documentation

◆ auto_fleshEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.auto_fleshEntry

◆ block_noise_reductionEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.block_noise_reductionEntry

◆ blue_boostEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.blue_boostEntry

◆ brightnessEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.brightnessEntry

◆ color_tempEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.color_tempEntry

◆ contrastEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.contrastEntry

◆ digital_contour_removalEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.digital_contour_removalEntry

◆ dynamic_contrastEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.dynamic_contrastEntry

◆ green_boostEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.green_boostEntry

◆ hueEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.hueEntry

◆ list

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.list

◆ mosquito_noise_reductionEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.mosquito_noise_reductionEntry

◆ oldAuto_flesh

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldAuto_flesh

◆ oldBlock_noise

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldBlock_noise

◆ oldBlue_boost

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldBlue_boost

◆ oldBrightness

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldBrightness

◆ oldColor_temp

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldColor_temp

◆ oldContrast

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldContrast

◆ oldDigital_contour

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldDigital_contour

◆ oldDynamic_contrast

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldDynamic_contrast

◆ oldGreen_boost

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldGreen_boost

◆ oldHue

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldHue

◆ oldMosquito_noise

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldMosquito_noise

◆ oldSaturation

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldSaturation

◆ oldScaler_sharpness

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldScaler_sharpness

◆ oldSharpness

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldSharpness

◆ oldSplit

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.oldSplit

◆ onChangedEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.onChangedEntry

◆ previewlist

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.previewlist

◆ saturationEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.saturationEntry

◆ scaler_sharpnessEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.scaler_sharpnessEntry

◆ session

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.session

◆ setup_title

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.setup_title

◆ sharpnessEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.sharpnessEntry

◆ skin

string Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.skin
static
Initial value:
= """
<screen name="VideoEnhancementSetup" position="center,center" size="560,440" title="VideoEnhancementSetup">
<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" />
<ePixmap pixmap="skin_default/buttons/yellow.png" position="280,0" size="140,40" alphatest="on" />
<ePixmap pixmap="skin_default/buttons/blue.png" position="420,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 source="key_yellow" render="Label" position="280,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#a08500" transparent="1" />
<widget source="key_blue" render="Label" position="420,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#18188b" transparent="1" />
<widget name="config" position="5,50" size="550,350" scrollbarMode="showOnDemand" />
<ePixmap pixmap="skin_default/div-h.png" position="0,400" zPosition="1" size="560,2" />
<widget source="introduction" render="Label" position="5,410" size="550,30" zPosition="10" font="Regular;21" halign="center" valign="center" backgroundColor="#25062748" transparent="1" />
</screen>"""

◆ splitEntry

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.splitEntry

◆ video_hw

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.video_hw

◆ xtdlist

Plugins.SystemPlugins.VideoEnhancement.plugin.VideoEnhancementSetup.xtdlist

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