C# Class MediaPortal.GUI.Library.GUITextControl

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

Protected Properties

Свойство Type Description
_font MediaPortal.GUI.Library.GUIFont
_frames int
_imageHeight int
_imageWidth int
_itemHeight int
_itemList System.Collections.ArrayList
_itemsPerPage int
_lastItem int
_offset int
_scrollPosition int
_scrollPosititionX int
_spaceBetweenItems int
_startFrame int
_suffix string
_textOffsetX int
_textOffsetX2 int
_textOffsetY int
_textOffsetY2 int
_upDownControl MediaPortal.GUI.Library.GUISpinControl
_upDownEnabled bool

Private Properties

Свойство Type Description
Calculate void
SetText void

Méthodes publiques

Méthode Description
AllocResources ( ) : void
Clear ( ) : void
Dispose ( ) : void
FinalizeConstruction ( ) : void
GUITextControl ( int dwParentID ) : System
GUITextControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strFontName, int dwSpinWidth, int dwSpinHeight, string strUp, string strDown, string strUpFocus, string strDownFocus, long dwSpinColor, int dwSpinX, int dwSpinY, long dwTextColor ) : System
HitTest ( int x, int y, int &controlID, bool &focused ) : bool
OnAction ( Action action ) : void
OnMessage ( GUIMessage message ) : bool
PreAllocResources ( ) : void
Render ( float timePassed ) : void
ScaleToScreenResolution ( ) : void
SetImageDimensions ( int iWidth, int iHeight ) : void
SetTextOffsets ( int iXoffset, int iYOffset, int iXoffset2, int iYOffset2 ) : void

Méthodes protégées

Méthode Description
OnDown ( ) : void
OnLeft ( ) : void
OnPageDown ( ) : void
OnPageUp ( ) : void
OnRight ( ) : void
OnUp ( ) : void

Private Methods

Méthode Description
Calculate ( ) : void
SetText ( string strText ) : void

Method Details

AllocResources() public méthode

public AllocResources ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FinalizeConstruction() public méthode

public FinalizeConstruction ( ) : void
Résultat void

GUITextControl() public méthode

public GUITextControl ( int dwParentID ) : System
dwParentID int
Résultat System

GUITextControl() public méthode

public GUITextControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strFontName, int dwSpinWidth, int dwSpinHeight, string strUp, string strDown, string strUpFocus, string strDownFocus, long dwSpinColor, int dwSpinX, int dwSpinY, long dwTextColor ) : System
dwParentID int
dwControlId int
dwPosX int
dwPosY int
dwWidth int
dwHeight int
strFontName string
dwSpinWidth int
dwSpinHeight int
strUp string
strDown string
strUpFocus string
strDownFocus string
dwSpinColor long
dwSpinX int
dwSpinY int
dwTextColor long
Résultat System

HitTest() public méthode

public HitTest ( int x, int y, int &controlID, bool &focused ) : bool
x int
y int
controlID int
focused bool
Résultat bool

OnAction() public méthode

public OnAction ( Action action ) : void
action Action
Résultat void

OnDown() protected méthode

protected OnDown ( ) : void
Résultat void

OnLeft() protected méthode

protected OnLeft ( ) : void
Résultat void

OnMessage() public méthode

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

OnPageDown() protected méthode

protected OnPageDown ( ) : void
Résultat void

OnPageUp() protected méthode

protected OnPageUp ( ) : void
Résultat void

OnRight() protected méthode

protected OnRight ( ) : void
Résultat void

OnUp() protected méthode

protected OnUp ( ) : void
Résultat void

PreAllocResources() public méthode

public PreAllocResources ( ) : void
Résultat void

Render() public méthode

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

ScaleToScreenResolution() public méthode

public ScaleToScreenResolution ( ) : void
Résultat void

SetImageDimensions() public méthode

public SetImageDimensions ( int iWidth, int iHeight ) : void
iWidth int
iHeight int
Résultat void

SetTextOffsets() public méthode

public SetTextOffsets ( int iXoffset, int iYOffset, int iXoffset2, int iYOffset2 ) : void
iXoffset int
iYOffset int
iXoffset2 int
iYOffset2 int
Résultat void

Property Details

_font protected_oe property

protected GUIFont,MediaPortal.GUI.Library _font
Résultat MediaPortal.GUI.Library.GUIFont

_frames protected_oe property

protected int _frames
Résultat int

_imageHeight protected_oe property

protected int _imageHeight
Résultat int

_imageWidth protected_oe property

protected int _imageWidth
Résultat int

_itemHeight protected_oe property

protected int _itemHeight
Résultat int

_itemList protected_oe property

protected ArrayList,System.Collections _itemList
Résultat System.Collections.ArrayList

_itemsPerPage protected_oe property

protected int _itemsPerPage
Résultat int

_lastItem protected_oe property

protected int _lastItem
Résultat int

_offset protected_oe property

protected int _offset
Résultat int

_scrollPosition protected_oe property

protected int _scrollPosition
Résultat int

_scrollPosititionX protected_oe property

protected int _scrollPosititionX
Résultat int

_spaceBetweenItems protected_oe property

protected int _spaceBetweenItems
Résultat int

_startFrame protected_oe property

protected int _startFrame
Résultat int

_suffix protected_oe property

protected string _suffix
Résultat string

_textOffsetX protected_oe property

protected int _textOffsetX
Résultat int

_textOffsetX2 protected_oe property

protected int _textOffsetX2
Résultat int

_textOffsetY protected_oe property

protected int _textOffsetY
Résultat int

_textOffsetY2 protected_oe property

protected int _textOffsetY2
Résultat int

_upDownControl protected_oe property

protected GUISpinControl,MediaPortal.GUI.Library _upDownControl
Résultat MediaPortal.GUI.Library.GUISpinControl

_upDownEnabled protected_oe property

protected bool _upDownEnabled
Résultat bool