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

상속: GUIControl
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1

보호된 프로퍼티들

프로퍼티 타입 설명
_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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
OnDown ( ) : void
OnLeft ( ) : void
OnPageDown ( ) : void
OnPageUp ( ) : void
OnRight ( ) : void
OnUp ( ) : void

비공개 메소드들

메소드 설명
Calculate ( ) : void
SetText ( string strText ) : void

메소드 상세

AllocResources() 공개 메소드

public AllocResources ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FinalizeConstruction() 공개 메소드

public FinalizeConstruction ( ) : void
리턴 void

GUITextControl() 공개 메소드

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

GUITextControl() 공개 메소드

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

HitTest() 공개 메소드

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

OnAction() 공개 메소드

public OnAction ( Action action ) : void
action Action
리턴 void

OnDown() 보호된 메소드

protected OnDown ( ) : void
리턴 void

OnLeft() 보호된 메소드

protected OnLeft ( ) : void
리턴 void

OnMessage() 공개 메소드

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

OnPageDown() 보호된 메소드

protected OnPageDown ( ) : void
리턴 void

OnPageUp() 보호된 메소드

protected OnPageUp ( ) : void
리턴 void

OnRight() 보호된 메소드

protected OnRight ( ) : void
리턴 void

OnUp() 보호된 메소드

protected OnUp ( ) : void
리턴 void

PreAllocResources() 공개 메소드

public PreAllocResources ( ) : void
리턴 void

Render() 공개 메소드

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

ScaleToScreenResolution() 공개 메소드

public ScaleToScreenResolution ( ) : void
리턴 void

SetImageDimensions() 공개 메소드

public SetImageDimensions ( int iWidth, int iHeight ) : void
iWidth int
iHeight int
리턴 void

SetTextOffsets() 공개 메소드

public SetTextOffsets ( int iXoffset, int iYOffset, int iXoffset2, int iYOffset2 ) : void
iXoffset int
iYOffset int
iXoffset2 int
iYOffset2 int
리턴 void

프로퍼티 상세

_font 보호되어 있는 프로퍼티

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

_frames 보호되어 있는 프로퍼티

protected int _frames
리턴 int

_imageHeight 보호되어 있는 프로퍼티

protected int _imageHeight
리턴 int

_imageWidth 보호되어 있는 프로퍼티

protected int _imageWidth
리턴 int

_itemHeight 보호되어 있는 프로퍼티

protected int _itemHeight
리턴 int

_itemList 보호되어 있는 프로퍼티

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

_itemsPerPage 보호되어 있는 프로퍼티

protected int _itemsPerPage
리턴 int

_lastItem 보호되어 있는 프로퍼티

protected int _lastItem
리턴 int

_offset 보호되어 있는 프로퍼티

protected int _offset
리턴 int

_scrollPosition 보호되어 있는 프로퍼티

protected int _scrollPosition
리턴 int

_scrollPosititionX 보호되어 있는 프로퍼티

protected int _scrollPosititionX
리턴 int

_spaceBetweenItems 보호되어 있는 프로퍼티

protected int _spaceBetweenItems
리턴 int

_startFrame 보호되어 있는 프로퍼티

protected int _startFrame
리턴 int

_suffix 보호되어 있는 프로퍼티

protected string _suffix
리턴 string

_textOffsetX 보호되어 있는 프로퍼티

protected int _textOffsetX
리턴 int

_textOffsetX2 보호되어 있는 프로퍼티

protected int _textOffsetX2
리턴 int

_textOffsetY 보호되어 있는 프로퍼티

protected int _textOffsetY
리턴 int

_textOffsetY2 보호되어 있는 프로퍼티

protected int _textOffsetY2
리턴 int

_upDownControl 보호되어 있는 프로퍼티

protected GUISpinControl,MediaPortal.GUI.Library _upDownControl
리턴 MediaPortal.GUI.Library.GUISpinControl

_upDownEnabled 보호되어 있는 프로퍼티

protected bool _upDownEnabled
리턴 bool