C# Class MediaPortal.GUI.Library.GUITextScrollUpControl

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

Protected Properties

Свойство Type Description
_font MediaPortal.GUI.Library.GUIFont
_invalidate bool
_itemHeight int
_itemsPerPage int
_listItems System.Collections.ArrayList
_offset int
_xOffset int

Private Properties

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

Méthodes publiques

Méthode Description
AllocResources ( ) : void
Clear ( ) : void
Dispose ( ) : void
FinalizeConstruction ( ) : void
GUITextScrollUpControl ( int dwParentID ) : System
GUITextScrollUpControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strFont, long dwTextColor ) : System
HitTest ( int x, int y, int &controlID, bool &focused ) : bool
NeedRefresh ( ) : bool
OnMessage ( GUIMessage message ) : bool
PreAllocResources ( ) : void
Render ( float timePassed ) : void
ScaleToScreenResolution ( ) : void

Private Methods

Méthode Description
ClearOffsets ( ) : void

Resets the scrolling offsets

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

GUITextScrollUpControl() public méthode

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

GUITextScrollUpControl() public méthode

public GUITextScrollUpControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strFont, long dwTextColor ) : System
dwParentID int
dwControlId int
dwPosX int
dwPosY int
dwWidth int
dwHeight int
strFont string
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

NeedRefresh() public méthode

public NeedRefresh ( ) : bool
Résultat bool

OnMessage() public méthode

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

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

Property Details

_font protected_oe property

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

_invalidate protected_oe property

protected bool _invalidate
Résultat bool

_itemHeight protected_oe property

protected int _itemHeight
Résultat int

_itemsPerPage protected_oe property

protected int _itemsPerPage
Résultat int

_listItems protected_oe property

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

_offset protected_oe property

protected int _offset
Résultat int

_xOffset protected_oe property

protected int _xOffset
Résultat int