C# Класс MediaPortal.GUI.Library.GUIAnimation

Наследование: GUIControl
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_diffuseFileName string
_flipX bool
_flipY bool
_maskFileName string
_overlayFileName string
_triggerList List

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
InitTriggerList ( ) : void

Описание методов

AllocResources() публичный Метод

public AllocResources ( ) : void
Результат void

Begin() публичный Метод

public Begin ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GUIAnimation() публичный Метод

public GUIAnimation ( ) : System
Результат System

GUIAnimation() публичный Метод

public GUIAnimation ( GUIAnimation a ) : System
a GUIAnimation
Результат System

GUIAnimation() публичный Метод

public GUIAnimation ( int parentId ) : System
parentId int
Результат System

GUIAnimation() публичный Метод

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
Результат System

InitTriggerList() защищенный Метод

protected InitTriggerList ( ) : void
Результат void

OnMessage() публичный Метод

public OnMessage ( GUIMessage message ) : bool
message GUIMessage
Результат bool

Refresh() публичный Метод

public Refresh ( ) : void
Результат void

Render() публичный Метод

public Render ( float timePassed ) : void
timePassed float
Результат void

SetBorder() публичный Метод

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
Результат void

SetFileName() публичный Метод

public SetFileName ( string newFilename ) : void
newFilename string
Результат void

SetPosition() публичный Метод

public SetPosition ( int dwPosX, int dwPosY ) : void
dwPosX int
dwPosY int
Результат void

Описание свойств

_diffuseFileName защищенное свойство

protected string _diffuseFileName
Результат string

_flipX защищенное свойство

protected bool _flipX
Результат bool

_flipY защищенное свойство

protected bool _flipY
Результат bool

_maskFileName защищенное свойство

protected string _maskFileName
Результат string

_overlayFileName защищенное свойство

protected string _overlayFileName
Результат string

_triggerList защищенное свойство

protected List _triggerList
Результат List