C# Class MediaPortal.GUI.Library.GUIAnimation

Inheritance: GUIControl
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Protected Properties

Свойство Type Description
_diffuseFileName string
_flipX bool
_flipY bool
_maskFileName string
_overlayFileName string
_triggerList List

Méthodes publiques

Méthode Description
AllocResources ( ) : void
Begin ( ) : void
Dispose ( ) : void
GUIAnimation ( ) : System
GUIAnimation ( GUIAnimation a ) : System
GUIAnimation ( int parentId ) : System
GUIAnimation ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strTextureNames ) : System
OnMessage ( GUIMessage message ) : bool
Refresh ( ) : void
Render ( float timePassed ) : void
SetBorder ( string border, GUIImage position, bool textureRepeat, bool textureRotate, string textureFilename, long colorKey, bool hasCorners, bool cornerTextureRotate ) : void
SetFileName ( string newFilename ) : void
SetPosition ( int dwPosX, int dwPosY ) : void

Méthodes protégées

Méthode Description
InitTriggerList ( ) : void

Method Details

AllocResources() public méthode

public AllocResources ( ) : void
Résultat void

Begin() public méthode

public Begin ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GUIAnimation() public méthode

public GUIAnimation ( ) : System
Résultat System

GUIAnimation() public méthode

public GUIAnimation ( GUIAnimation a ) : System
a GUIAnimation
Résultat System

GUIAnimation() public méthode

public GUIAnimation ( int parentId ) : System
parentId int
Résultat System

GUIAnimation() public méthode

public GUIAnimation ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strTextureNames ) : System
dwParentID int
dwControlId int
dwPosX int
dwPosY int
dwWidth int
dwHeight int
strTextureNames string
Résultat System

InitTriggerList() protected méthode

protected InitTriggerList ( ) : void
Résultat void

OnMessage() public méthode

public OnMessage ( GUIMessage message ) : bool
message GUIMessage
Résultat bool

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Render() public méthode

public Render ( float timePassed ) : void
timePassed float
Résultat void

SetBorder() public méthode

public SetBorder ( string border, GUIImage position, bool textureRepeat, bool textureRotate, string textureFilename, long colorKey, bool hasCorners, bool cornerTextureRotate ) : void
border string
position GUIImage
textureRepeat bool
textureRotate bool
textureFilename string
colorKey long
hasCorners bool
cornerTextureRotate bool
Résultat void

SetFileName() public méthode

public SetFileName ( string newFilename ) : void
newFilename string
Résultat void

SetPosition() public méthode

public SetPosition ( int dwPosX, int dwPosY ) : void
dwPosX int
dwPosY int
Résultat void

Property Details

_diffuseFileName protected_oe property

protected string _diffuseFileName
Résultat string

_flipX protected_oe property

protected bool _flipX
Résultat bool

_flipY protected_oe property

protected bool _flipY
Résultat bool

_maskFileName protected_oe property

protected string _maskFileName
Résultat string

_overlayFileName protected_oe property

protected string _overlayFileName
Résultat string

_triggerList protected_oe property

protected List _triggerList
Résultat List