C# 클래스 Sanguosha.UI.Controls.CardStack

상속: System.Windows.Controls.Canvas
파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs 1 사용 예제들

공개 메소드들

메소드 설명
AddCards ( IList cards ) : void
AddCards ( IList cards ) : void
AppendCards ( IList cards ) : void
CardStack ( ) : System
RearrangeCards ( ) : void
RearrangeCards ( IList cards ) : void

Arrange children cards in this stack.

Assumes that all cards have the same width.

RemoveCards ( IList cards ) : void

보호된 메소드들

메소드 설명
ComputeDragCardNewIndex ( ) : int
RegisterCardEvents ( Sanguosha.UI.Controls.CardView card ) : void
UnregisterCardEvents ( Sanguosha.UI.Controls.CardView card ) : void

비공개 메소드들

메소드 설명
CardStack_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

메소드 상세

AddCards() 공개 메소드

public AddCards ( IList cards ) : void
cards IList
리턴 void

AddCards() 공개 메소드

public AddCards ( IList cards ) : void
cards IList
리턴 void

AppendCards() 공개 메소드

public AppendCards ( IList cards ) : void
cards IList
리턴 void

CardStack() 공개 메소드

public CardStack ( ) : System
리턴 System

ComputeDragCardNewIndex() 보호된 메소드

protected ComputeDragCardNewIndex ( ) : int
리턴 int

RearrangeCards() 공개 메소드

public RearrangeCards ( ) : void
리턴 void

RearrangeCards() 공개 메소드

Arrange children cards in this stack.
Assumes that all cards have the same width.
public RearrangeCards ( IList cards ) : void
cards IList
리턴 void

RegisterCardEvents() 보호된 메소드

protected RegisterCardEvents ( Sanguosha.UI.Controls.CardView card ) : void
card Sanguosha.UI.Controls.CardView
리턴 void

RemoveCards() 공개 메소드

public RemoveCards ( IList cards ) : void
cards IList
리턴 void

UnregisterCardEvents() 보호된 메소드

protected UnregisterCardEvents ( Sanguosha.UI.Controls.CardView card ) : void
card Sanguosha.UI.Controls.CardView
리턴 void