C# Class PsHandler.Hud.TableHud

Inheritance: IDisposable
Exibir arquivo Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
PokerType PsHandler.PokerTypes.PokerType
Table PsHandler.PokerMath.Table
TableSize PokerEnums.TableSize
WindowTimer WindowTimer
WindowsBigBlind PsHandler.Hud.WindowBigBlind[]

Public Methods

Method Description
Dispose ( ) : void
TableHud ( Table table ) : System

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TableHud() public method

public TableHud ( Table table ) : System
table PsHandler.PokerMath.Table
return System

Property Details

PokerType public_oe property

public PokerType,PsHandler.PokerTypes PokerType
return PsHandler.PokerTypes.PokerType

Table public_oe property

public Table,PsHandler.PokerMath Table
return PsHandler.PokerMath.Table

TableSize public_oe property

public PokerEnums.TableSize TableSize
return PokerEnums.TableSize

WindowTimer public_oe property

public WindowTimer,PsHandler.Hud WindowTimer
return WindowTimer

WindowsBigBlind public_oe property

public WindowBigBlind[],PsHandler.Hud WindowsBigBlind
return PsHandler.Hud.WindowBigBlind[]