C# 클래스 Protogame.ListView

The list view.
상속: IContainer, IHasDesiredSize
파일 보기 프로젝트 열기: RedpointGames/Protogame 1 사용 예제들

공개 메소드들

메소드 설명
AddChild ( IContainer item ) : void
GetChildrenWithLayouts ( ISkinLayout skinLayout, Rectangle layout ) : IEnumerable
GetDesiredHeight ( ISkinLayout skin ) : int?
GetDesiredWidth ( ISkinLayout skin ) : int?
HandleEvent ( ISkinLayout skinLayout, Rectangle layout, IGameContext context, Event @event ) : bool
RemoveAllChildren ( ) : void
RemoveChild ( IContainer item ) : void
Render ( IRenderContext context, ISkinLayout skinLayout, ISkinDelegator skinDelegator, Rectangle layout ) : void
Update ( ISkinLayout skinLayout, Rectangle layout, GameTime gameTime, bool &stealFocus ) : void

메소드 상세

AddChild() 공개 메소드

public AddChild ( IContainer item ) : void
item IContainer
리턴 void

GetChildrenWithLayouts() 공개 메소드

public GetChildrenWithLayouts ( ISkinLayout skinLayout, Rectangle layout ) : IEnumerable
skinLayout ISkinLayout
layout Microsoft.Xna.Framework.Rectangle
리턴 IEnumerable

GetDesiredHeight() 공개 메소드

public GetDesiredHeight ( ISkinLayout skin ) : int?
skin ISkinLayout
리턴 int?

GetDesiredWidth() 공개 메소드

public GetDesiredWidth ( ISkinLayout skin ) : int?
skin ISkinLayout
리턴 int?

HandleEvent() 공개 메소드

public HandleEvent ( ISkinLayout skinLayout, Rectangle layout, IGameContext context, Event @event ) : bool
skinLayout ISkinLayout
layout Microsoft.Xna.Framework.Rectangle
context IGameContext
@event Event
리턴 bool

RemoveAllChildren() 공개 메소드

public RemoveAllChildren ( ) : void
리턴 void

RemoveChild() 공개 메소드

public RemoveChild ( IContainer item ) : void
item IContainer
리턴 void

Render() 공개 메소드

public Render ( IRenderContext context, ISkinLayout skinLayout, ISkinDelegator skinDelegator, Rectangle layout ) : void
context IRenderContext
skinLayout ISkinLayout
skinDelegator ISkinDelegator
layout Microsoft.Xna.Framework.Rectangle
리턴 void

Update() 공개 메소드

public Update ( ISkinLayout skinLayout, Rectangle layout, GameTime gameTime, bool &stealFocus ) : void
skinLayout ISkinLayout
layout Microsoft.Xna.Framework.Rectangle
gameTime Microsoft.Xna.Framework.GameTime
stealFocus bool
리턴 void