C# Class PsHandler.Replayer.UI.UcReplayerTable

Interaction logic for UcReplayerTable.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: kampiuceris/PsHandler

Méthodes publiques

Свойство Type Description
PokerHand PsHandler.PokerMath.PokerHand
Table PokerMath.Table

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CleanTable ( ) : void
Résultat void

DoCommand() public méthode

public DoCommand ( ) : void
Résultat void

DoCommandAll() public méthode

public DoCommandAll ( ) : void
Résultat void

GoToFlop() public méthode

public GoToFlop ( ) : void
Résultat void

GoToPreflop() public méthode

public GoToPreflop ( ) : void
Résultat void

GoToRiver() public méthode

public GoToRiver ( ) : void
Résultat void

GoToTurn() public méthode

public GoToTurn ( ) : void
Résultat void

ReplayHand() public méthode

public ReplayHand ( PokerHand pokerHand ) : void
pokerHand PsHandler.PokerMath.PokerHand
Résultat void

UcReplayerTable() public méthode

public UcReplayerTable ( ) : System
Résultat System

UndoCommand() public méthode

public UndoCommand ( ) : void
Résultat void

UndoCommandAll() public méthode

public UndoCommandAll ( ) : void
Résultat void

Property Details

PokerHand public_oe property

public PokerHand,PsHandler.PokerMath PokerHand
Résultat PsHandler.PokerMath.PokerHand

Table public_oe property

public PokerMath.Table Table
Résultat PokerMath.Table