C# 클래스 MediaPortal.GUI.Library.GUITextScrollUpControl

상속: GUIControl
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_font MediaPortal.GUI.Library.GUIFont
_invalidate bool
_itemHeight int
_itemsPerPage int
_listItems System.Collections.ArrayList
_offset int
_xOffset int

Private Properties

프로퍼티 타입 설명
ClearOffsets void
SetText void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ClearOffsets ( ) : void

Resets the scrolling offsets

SetText ( string strText ) : void

메소드 상세

AllocResources() 공개 메소드

public AllocResources ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FinalizeConstruction() 공개 메소드

public FinalizeConstruction ( ) : void
리턴 void

GUITextScrollUpControl() 공개 메소드

public GUITextScrollUpControl ( int dwParentID ) : System
dwParentID int
리턴 System

GUITextScrollUpControl() 공개 메소드

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
리턴 System

HitTest() 공개 메소드

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

NeedRefresh() 공개 메소드

public NeedRefresh ( ) : bool
리턴 bool

OnMessage() 공개 메소드

public OnMessage ( GUIMessage message ) : bool
message GUIMessage
리턴 bool

PreAllocResources() 공개 메소드

public PreAllocResources ( ) : void
리턴 void

Render() 공개 메소드

public Render ( float timePassed ) : void
timePassed float
리턴 void

ScaleToScreenResolution() 공개 메소드

public ScaleToScreenResolution ( ) : void
리턴 void

프로퍼티 상세

_font 보호되어 있는 프로퍼티

protected GUIFont,MediaPortal.GUI.Library _font
리턴 MediaPortal.GUI.Library.GUIFont

_invalidate 보호되어 있는 프로퍼티

protected bool _invalidate
리턴 bool

_itemHeight 보호되어 있는 프로퍼티

protected int _itemHeight
리턴 int

_itemsPerPage 보호되어 있는 프로퍼티

protected int _itemsPerPage
리턴 int

_listItems 보호되어 있는 프로퍼티

protected ArrayList,System.Collections _listItems
리턴 System.Collections.ArrayList

_offset 보호되어 있는 프로퍼티

protected int _offset
리턴 int

_xOffset 보호되어 있는 프로퍼티

protected int _xOffset
리턴 int