enigma2  2.6
Public Member Functions | Public Attributes | List of all members
Components.Pixmap.MovingPixmap Class Reference
Inheritance diagram for Components.Pixmap.MovingPixmap:
Components.Pixmap.Pixmap Components.GUIComponent.GUIComponent

Public Member Functions

def __init__ (self)
 
def clearPath (self, repeated=False)
 
def addMovePoint (self, x, y, time=20)
 
def moveTo (self, x, y, time=20)
 
def startMoving (self)
 
def stopMoving (self)
 
def doMove (self)
 
- Public Member Functions inherited from Components.Pixmap.Pixmap
def setPixmap (self, pixmap)
 
def setDefaultAnimationEnabled (self, enabled)
 
def setShowHideAnimation (self, key)
 
def resetShowHideAnimation (self)
 
def postWidgetCreate (self, instance)
 
- Public Member Functions inherited from Components.GUIComponent.GUIComponent
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 preWidgetRemove (self, instance)
 

Public Attributes

 moving
 
 x
 
 y
 
 moveTimer
 
 moveTimer_conn
 
 path
 
 currDest
 
 repeated
 
 time
 
 stepX
 
 stepY
 
- 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, setPosition)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Pixmap.MovingPixmap.__init__ (   self)

Member Function Documentation

◆ addMovePoint()

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

◆ 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)

◆ stopMoving()

def Components.Pixmap.MovingPixmap.stopMoving (   self)

Member Data Documentation

◆ currDest

Components.Pixmap.MovingPixmap.currDest

◆ moveTimer

Components.Pixmap.MovingPixmap.moveTimer

◆ moveTimer_conn

Components.Pixmap.MovingPixmap.moveTimer_conn

◆ 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: