openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Components.Pixmap.MovingPixmap Class Reference
Inheritance diagram for Components.Pixmap.MovingPixmap:
Components.Pixmap.Pixmap Components.GUIComponent.GUIComponent Screens.HelpMenu.ShowRemoteControl.KeyIndicator.KeyIndicatorPixmap

Public Member Functions

def __init__ (self)
 
def applySkin (self, desktop, screen)
 
def clearPath (self, repeated=False)
 
def addMovePoint (self, x, y, time=20)
 
def moveTo (self, x, y, time=20)
 
def startMoving (self, callback=None)
 
def stopMoving (self)
 
def doMove (self)
 
- Public Member Functions inherited from Components.Pixmap.Pixmap
def getSize (self)
 
def move (self, x, y=None)
 
def setPosition (self, x, y)
 
def getPosition (self)
 
def setOffset (self, x, y)
 
def getOffset (self)
 
- Public Member Functions inherited from Components.GUIComponent.GUIComponent
def execBegin (self)
 
def execEnd (self)
 
def onShow (self)
 
def onHide (self)
 
def destroy (self)
 
def resize (self, x, y=None)
 
def setZPosition (self, z)
 
def show (self)
 
def hide (self)
 
def getVisible (self)
 
def setVisible (self, visible)
 
def getWidth (self)
 
def getHeight (self)
 
def GUIcreate (self, parent)
 
def GUIdelete (self)
 
def createWidget (self, parent)
 
def postWidgetCreate (self, instance)
 
def preWidgetRemove (self, instance)
 

Public Attributes

 moving
 
 x
 
 y
 
 moveTimer
 
 callback
 
 path
 
 currDest
 
 repeated
 
 time
 
 stepX
 
 stepY
 
- Public Attributes inherited from Components.Pixmap.Pixmap
 xOffset
 
 yOffset
 
 skinAttributes
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Additional Inherited Members

- Static Public Attributes inherited from Components.Pixmap.Pixmap
 GUI_WIDGET = ePixmap
 
- Properties inherited from Components.GUIComponent.GUIComponent
 visible = property(getVisible, setVisible)
 
 position = property(getPosition)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Pixmap.MovingPixmap.__init__ (   self)

Reimplemented from Components.Pixmap.Pixmap.

Member Function Documentation

◆ addMovePoint()

def Components.Pixmap.MovingPixmap.addMovePoint (   self,
  x,
  y,
  time = 20 
)

◆ applySkin()

def Components.Pixmap.MovingPixmap.applySkin (   self,
  desktop,
  screen 
)

Reimplemented from Components.Pixmap.Pixmap.

◆ clearPath()

def Components.Pixmap.MovingPixmap.clearPath (   self,
  repeated = False 
)

◆ doMove()

def Components.Pixmap.MovingPixmap.doMove (   self)

◆ moveTo()

def Components.Pixmap.MovingPixmap.moveTo (   self,
  x,
  y,
  time = 20 
)

◆ startMoving()

def Components.Pixmap.MovingPixmap.startMoving (   self,
  callback = None 
)

◆ stopMoving()

def Components.Pixmap.MovingPixmap.stopMoving (   self)

Member Data Documentation

◆ callback

Components.Pixmap.MovingPixmap.callback

◆ currDest

Components.Pixmap.MovingPixmap.currDest

◆ moveTimer

Components.Pixmap.MovingPixmap.moveTimer

◆ moving

Components.Pixmap.MovingPixmap.moving

◆ path

Components.Pixmap.MovingPixmap.path

◆ repeated

Components.Pixmap.MovingPixmap.repeated

◆ stepX

Components.Pixmap.MovingPixmap.stepX

◆ stepY

Components.Pixmap.MovingPixmap.stepY

◆ time

Components.Pixmap.MovingPixmap.time

◆ x

Components.Pixmap.MovingPixmap.x

◆ y

Components.Pixmap.MovingPixmap.y

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