C# 클래스 PsHandler.Hud.TableHud

상속: IDisposable
파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PokerType PsHandler.PokerTypes.PokerType
Table PsHandler.PokerMath.Table
TableSize PokerEnums.TableSize
WindowTimer WindowTimer
WindowsBigBlind PsHandler.Hud.WindowBigBlind[]

공개 메소드들

메소드 설명
Dispose ( ) : void
TableHud ( Table table ) : System

비공개 메소드들

메소드 설명
GetContentBigBlind ( Tournament tournament, decimal sb, decimal bb, decimal ante, decimal &value, bool &visibility, bool &isHero, string &tooltip ) : void
GetContentTimer ( string title, string className, Tournament tournament, decimal sb, decimal bb, string &value, bool &visibility ) : void
GetInfo ( string title, decimal &sb, decimal &bb, decimal &ante, long &toutnamentNumber ) : bool
MapToPreferredSeat ( PokerEnums tableSize, int heroSeat, int seat ) : int

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TableHud() 공개 메소드

public TableHud ( Table table ) : System
table PsHandler.PokerMath.Table
리턴 System

프로퍼티 상세

PokerType 공개적으로 프로퍼티

public PokerType,PsHandler.PokerTypes PokerType
리턴 PsHandler.PokerTypes.PokerType

Table 공개적으로 프로퍼티

public Table,PsHandler.PokerMath Table
리턴 PsHandler.PokerMath.Table

TableSize 공개적으로 프로퍼티

public PokerEnums.TableSize TableSize
리턴 PokerEnums.TableSize

WindowTimer 공개적으로 프로퍼티

public WindowTimer,PsHandler.Hud WindowTimer
리턴 WindowTimer

WindowsBigBlind 공개적으로 프로퍼티

public WindowBigBlind[],PsHandler.Hud WindowsBigBlind
리턴 PsHandler.Hud.WindowBigBlind[]