C# Class PokerMuck.GDPoker

Inheritance: PokerClient
Exibir arquivo Open project: pierotofy/PokerMuck

Public Methods

Method Description
DoPregameProcessing ( string storedHandHistoryDirectory ) : void
DoStartupProcessing ( string storedHandHistoryDirectory ) : void
GDPoker ( ) : System
GDPoker ( String language ) : System
GetCurrentHandHistorySubdirectory ( ) : String
GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String
GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame
GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType
InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int
IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool

Protected Methods

Method Description
InitializeData ( ) : void

Private Methods

Method Description
CreateHardLink ( string lpFileName, string lpExistingFileName, IntPtr lpSecurityAttributes ) : bool

Method Details

DoPregameProcessing() public method

public DoPregameProcessing ( string storedHandHistoryDirectory ) : void
storedHandHistoryDirectory string
return void

DoStartupProcessing() public method

public DoStartupProcessing ( string storedHandHistoryDirectory ) : void
storedHandHistoryDirectory string
return void

GDPoker() public method

public GDPoker ( ) : System
return System

GDPoker() public method

public GDPoker ( String language ) : System
language String
return System

GetCurrentHandHistorySubdirectory() public method

public GetCurrentHandHistorySubdirectory ( ) : String
return String

GetHandHistoryFilenameRegexPatternFromWindowTitle() public method

public GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String
windowTitle String
return String

GetPokerGameFromGameDescription() public method

public GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame
gameDescription string
return PokerGame

GetPokerGameTypeFromWindowTitle() public method

public GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType
windowTitle string
return PokerGameType

InferMaxSeatingCapacity() public method

public InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int
line string
filename String
currentGameId String
return int

InitializeData() protected method

protected InitializeData ( ) : void
return void

IsPlayerSeatingPositionRelative() public method

public IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool
gameType PokerGameType
return bool