C# Class MediaPortal.GUI.Library.GUITextScrollUpControl

Inheritance: GUIControl
Mostrar archivo Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Protected Properties

Property Type Description
_font MediaPortal.GUI.Library.GUIFont
_invalidate bool
_itemHeight int
_itemsPerPage int
_listItems System.Collections.ArrayList
_offset int
_xOffset int

Private Properties

Property Type Description
ClearOffsets void
SetText void

Public Methods

Method 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

Method Description
ClearOffsets ( ) : void

Resets the scrolling offsets

SetText ( string strText ) : void

Method Details

AllocResources() public method

public AllocResources ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

FinalizeConstruction() public method

public FinalizeConstruction ( ) : void
return void

GUITextScrollUpControl() public method

public GUITextScrollUpControl ( int dwParentID ) : System
dwParentID int
return System

GUITextScrollUpControl() public method

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
return System

HitTest() public method

public HitTest ( int x, int y, int &controlID, bool &focused ) : bool
x int
y int
controlID int
focused bool
return bool

NeedRefresh() public method

public NeedRefresh ( ) : bool
return bool

OnMessage() public method

public OnMessage ( GUIMessage message ) : bool
message GUIMessage
return bool

PreAllocResources() public method

public PreAllocResources ( ) : void
return void

Render() public method

public Render ( float timePassed ) : void
timePassed float
return void

ScaleToScreenResolution() public method

public ScaleToScreenResolution ( ) : void
return void

Property Details

_font protected_oe property

protected GUIFont,MediaPortal.GUI.Library _font
return MediaPortal.GUI.Library.GUIFont

_invalidate protected_oe property

protected bool _invalidate
return bool

_itemHeight protected_oe property

protected int _itemHeight
return int

_itemsPerPage protected_oe property

protected int _itemsPerPage
return int

_listItems protected_oe property

protected ArrayList,System.Collections _listItems
return System.Collections.ArrayList

_offset protected_oe property

protected int _offset
return int

_xOffset protected_oe property

protected int _xOffset
return int