enigma2  2.6
Public Member Functions | Public Attributes | Properties | List of all members
Components.GUIComponent.GUIComponent Class Reference
Inheritance diagram for Components.GUIComponent.GUIComponent:
Components.Button.Button Components.ConditionalWidget.BlinkingWidget Components.ConditionalWidget.ConditionalWidget Components.ConfigList.ConfigList Components.DiskInfo.DiskInfo Components.EpgList.EPGList Components.HelpMenuList.HelpMenuList Components.Input.Input Components.Label.Label Components.MenuList.MenuList Components.PerServiceDisplay.PerServiceDisplay Components.PerServiceDisplay.PerServiceDisplayProgress Components.Pixmap.Pixmap Components.ProgressBar.ProgressBar Components.Renderer.Renderer.Renderer Components.ScrollLabel.ScrollLabel Components.ServiceInfoList.ServiceInfoList Components.ServiceList.ServiceList Components.ServicePosition.ServicePositionGauge Components.Slider.Slider Components.TemplatedMultiContentComponent.TemplatedMultiContentComponent Components.TunerInfo.TunerInfo Components.VideoWindow.VideoWindow Components.VolumeBar.VolumeBar Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.TimelineText Plugins.SystemPlugins.InputDeviceManager.KeyBindingList.KeyBindingList

Public Member Functions

def __init__ (self)
 
def execBegin (self)
 
def execEnd (self)
 
def onShow (self)
 
def onHide (self)
 
def destroy (self)
 
def applySkin (self, desktop, parent)
 
def move (self, x, y=None)
 
def resize (self, x, y=None)
 
def setZPosition (self, z)
 
def show (self)
 
def hide (self)
 
def getVisible (self)
 
def setVisible (self, visible)
 
def setPosition (self, x, y)
 
def getPosition (self)
 
def getSize (self)
 
def GUIcreate (self, parent)
 
def GUIdelete (self)
 
def createWidget (self, parent)
 
def postWidgetCreate (self, instance)
 
def preWidgetRemove (self, instance)
 

Public Attributes

 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Properties

 visible = property(getVisible, setVisible)
 
 position = property(getPosition, setPosition)
 

Detailed Description

GUI component 

Constructor & Destructor Documentation

◆ __init__()

def Components.GUIComponent.GUIComponent.__init__ (   self)

Member Function Documentation

◆ applySkin()

def Components.GUIComponent.GUIComponent.applySkin (   self,
  desktop,
  parent 
)

◆ createWidget()

def Components.GUIComponent.GUIComponent.createWidget (   self,
  parent 
)

◆ destroy()

def Components.GUIComponent.GUIComponent.destroy (   self)

◆ execBegin()

def Components.GUIComponent.GUIComponent.execBegin (   self)

◆ execEnd()

def Components.GUIComponent.GUIComponent.execEnd (   self)

◆ getPosition()

def Components.GUIComponent.GUIComponent.getPosition (   self)

◆ getSize()

def Components.GUIComponent.GUIComponent.getSize (   self)

◆ getVisible()

def Components.GUIComponent.GUIComponent.getVisible (   self)

◆ GUIcreate()

def Components.GUIComponent.GUIComponent.GUIcreate (   self,
  parent 
)

◆ GUIdelete()

def Components.GUIComponent.GUIComponent.GUIdelete (   self)

◆ hide()

def Components.GUIComponent.GUIComponent.hide (   self)

◆ move()

def Components.GUIComponent.GUIComponent.move (   self,
  x,
  y = None 
)

◆ onHide()

def Components.GUIComponent.GUIComponent.onHide (   self)

◆ onShow()

def Components.GUIComponent.GUIComponent.onShow (   self)

◆ postWidgetCreate()

def Components.GUIComponent.GUIComponent.postWidgetCreate (   self,
  instance 
)

◆ preWidgetRemove()

def Components.GUIComponent.GUIComponent.preWidgetRemove (   self,
  instance 
)

◆ resize()

def Components.GUIComponent.GUIComponent.resize (   self,
  x,
  y = None 
)

◆ setPosition()

def Components.GUIComponent.GUIComponent.setPosition (   self,
  x,
  y 
)

◆ setVisible()

def Components.GUIComponent.GUIComponent.setVisible (   self,
  visible 
)

◆ setZPosition()

def Components.GUIComponent.GUIComponent.setZPosition (   self,
  z 
)

◆ show()

def Components.GUIComponent.GUIComponent.show (   self)

Member Data Documentation

◆ deprecationInfo

Components.GUIComponent.GUIComponent.deprecationInfo

◆ height

Components.GUIComponent.GUIComponent.height

◆ instance

Components.GUIComponent.GUIComponent.instance

◆ onVisibilityChange

Components.GUIComponent.GUIComponent.onVisibilityChange

◆ skinAttributes

Components.GUIComponent.GUIComponent.skinAttributes

◆ width

Components.GUIComponent.GUIComponent.width

Property Documentation

◆ position

Components.GUIComponent.GUIComponent.position = property(getPosition, setPosition)
static

◆ visible

Components.GUIComponent.GUIComponent.visible = property(getVisible, setVisible)
static

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