|
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) |
|
◆ __init__()
def Components.GUIComponent.GUIComponent.__init__ |
( |
|
self | ) |
|
Reimplemented in Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.TimelineText, Components.Pixmap.MultiPixmap, Components.ConditionalWidget.BlinkingWidgetConditional, Plugins.Extensions.MediaPlayer.plugin.MediaPixmap, Components.Pixmap.MovingPixmap, Components.ConditionalWidget.BlinkingWidget, Plugins.Extensions.MediaPlayer.plugin.MyPlayList, Components.Renderer.Listbox.Listbox, Components.Renderer.Canvas.Canvas, Components.Renderer.Picon.Picon, Components.TemplatedMultiContentComponent.TemplatedMultiContentComponent, Components.ProgressBar.ProgressBar, Components.Renderer.Pig.Pig, Components.Renderer.WebView.WebView, Components.VolumeBar.VolumeBar, Plugins.Extensions.MediaRenderer.MediaPixmap.MediaPixmap, Components.Renderer.Label.Label, Components.Renderer.Progress.Progress, Components.BlinkingPixmap.BlinkingPixmapConditional, Components.Renderer.Pixmap.Pixmap, Components.Renderer.PositionGauge.PositionGauge, and Components.Renderer.Renderer.Renderer.
◆ applySkin()
def Components.GUIComponent.GUIComponent.applySkin |
( |
|
self, |
|
|
|
desktop, |
|
|
|
parent |
|
) |
| |
Reimplemented in Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.TimelineText, Components.Pixmap.MultiPixmap, Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList, Components.Label.MultiColorLabel, Plugins.Extensions.MediaPlayer.plugin.MediaPixmap, Plugins.Extensions.MediaRenderer.MediaPixmap.MediaPixmap, Plugins.Extensions.MediaCenter.Helpers.EasyPixmap, Components.ServiceList.ServiceList, Components.MovieList.MovieListDB, Components.MovieList.MovieList, Components.Renderer.Canvas.Canvas, Components.TemplatedMultiContentComponent.TemplatedMultiContentComponent, Components.ConfigList.ConfigList, Components.Renderer.Pig.Pig, Components.Renderer.Picon.Picon, and Components.ScrollLabel.ScrollLabel.
◆ 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 |
|
) |
| |
Reimplemented in Components.ServiceList.ServiceList, Components.MovieList.MovieListDB, Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.TimelineText, Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList, Components.MovieList.MovieList, Components.TunerInfo.TunerInfo, Components.ServicePosition.ServicePositionGauge, Components.EpgList.EPGList, Plugins.SystemPlugins.InputDeviceManager.KeyBindingList.KeyBindingList, Components.ConfigList.ConfigList, Components.HelpMenuList.HelpMenuList, Components.Renderer.Listbox.Listbox, Components.ServiceInfoList.ServiceInfoList, Components.ChoiceList.ChoiceList, Components.Button.Button, Components.Renderer.Picon.Picon, Components.Pixmap.Pixmap, Components.Renderer.TunerLabel.TunerLabel, Components.MenuList.MenuList, Components.Renderer.Progress.Progress, Components.ProgressBar.ProgressBar, Components.Renderer.Canvas.Canvas, Components.Renderer.Label.Label, Components.Slider.Slider, Components.ConditionalWidget.ConditionalWidget, Components.Renderer.PositionGauge.PositionGauge, Components.Renderer.Pig.Pig, Components.Renderer.WebView.WebView, Components.VolumeBar.VolumeBar, Components.VideoWindow.VideoWindow, and Components.Renderer.Pixmap.Pixmap.
◆ preWidgetRemove()
def Components.GUIComponent.GUIComponent.preWidgetRemove |
( |
|
self, |
|
|
|
instance |
|
) |
| |
Reimplemented in Components.ServiceList.ServiceList, Components.MovieList.MovieListDB, Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList, Components.MovieList.MovieList, Components.EpgList.EPGList, Plugins.SystemPlugins.InputDeviceManager.KeyBindingList.KeyBindingList, Components.Renderer.Listbox.Listbox, Components.ConfigList.ConfigList, Components.HelpMenuList.HelpMenuList, Components.MenuList.MenuList, and Components.Button.Button.
◆ 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 | ) |
|
◆ 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 |
◆ position
◆ visible
The documentation for this class was generated from the following file: