C# Class PsHandler.Replayer.UI.UcReplayerTable

Interaction logic for UcReplayerTable.xaml
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
PokerHand PsHandler.PokerMath.PokerHand
Table PokerMath.Table

Public Methods

Method Description
CleanTable ( ) : void
DoCommand ( ) : void
DoCommandAll ( ) : void
GoToFlop ( ) : void
GoToPreflop ( ) : void
GoToRiver ( ) : void
GoToTurn ( ) : void
ReplayHand ( PokerHand pokerHand ) : void
UcReplayerTable ( ) : System
UndoCommand ( ) : void
UndoCommandAll ( ) : void

Private Methods

Method Description
GetCardBitmapImage ( string cardStr ) : BitmapImage
MapToPreferredSeat ( int seat ) : int
PostCommandVisualFixes ( PokerCommand pokerCommand ) : void
SetButton ( int buttonId ) : void
SetCommunityCard ( int cardId, string cardStr ) : void
SetPlayerBet ( int playerId, decimal amount ) : void
SetPlayerCards ( int playerId, string cards ) : void
SetPlayerVisible ( int playerId, bool isVisible ) : void
SetPot ( decimal amount ) : void
SetPotTotal ( decimal amount ) : void
VisualizeHandState ( ) : void

Method Details

CleanTable() public method

public CleanTable ( ) : void
return void

DoCommand() public method

public DoCommand ( ) : void
return void

DoCommandAll() public method

public DoCommandAll ( ) : void
return void

GoToFlop() public method

public GoToFlop ( ) : void
return void

GoToPreflop() public method

public GoToPreflop ( ) : void
return void

GoToRiver() public method

public GoToRiver ( ) : void
return void

GoToTurn() public method

public GoToTurn ( ) : void
return void

ReplayHand() public method

public ReplayHand ( PokerHand pokerHand ) : void
pokerHand PsHandler.PokerMath.PokerHand
return void

UcReplayerTable() public method

public UcReplayerTable ( ) : System
return System

UndoCommand() public method

public UndoCommand ( ) : void
return void

UndoCommandAll() public method

public UndoCommandAll ( ) : void
return void

Property Details

PokerHand public_oe property

public PokerHand,PsHandler.PokerMath PokerHand
return PsHandler.PokerMath.PokerHand

Table public_oe property

public PokerMath.Table Table
return PokerMath.Table