C# Class PsHandler.SngRegistrator.SngTournamentFilterManager

显示文件 Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
ButtonBuyInCash System.IntPtr
ButtonBuyInFpp System.IntPtr
ButtonBuyInMax System.IntPtr
ButtonBuyInMin System.IntPtr
ButtonBuyInPlayMoney System.IntPtr
ButtonCurrencyBritishPounds System.IntPtr
ButtonCurrencyCanadianDollars System.IntPtr
ButtonCurrencyEuro System.IntPtr
ButtonCurrencyUsDollars System.IntPtr
ButtonFormatVariantFifty50 System.IntPtr
ButtonFormatVariantKnockout System.IntPtr
ButtonFormatVariantRebuy System.IntPtr
ButtonFormatVariantRegular System.IntPtr
ButtonFormatVariantSatellite System.IntPtr
ButtonFormatVariantShootout System.IntPtr
ButtonFormatVariantSteps System.IntPtr
ButtonGame27SingleDraw System.IntPtr
ButtonGame27TripleDraw System.IntPtr
ButtonGame5CardDraw System.IntPtr
ButtonGame5CardOmaha System.IntPtr
ButtonGame5CardOmahaHiLo System.IntPtr
ButtonGameBadugi System.IntPtr
ButtonGameCourchevel System.IntPtr
ButtonGameCourchevelHiLo System.IntPtr
ButtonGameHoldem System.IntPtr
ButtonGameOmaha System.IntPtr
ButtonGameOmahaHiLo System.IntPtr
ButtonGameRazz System.IntPtr
ButtonGameStud System.IntPtr
ButtonGameStudHiLo System.IntPtr
ButtonLimitFixedLimit System.IntPtr
ButtonLimitNoLimit System.IntPtr
ButtonLimitPotLimit System.IntPtr
ButtonMixed8Game System.IntPtr
ButtonMixedHoldemOmaha System.IntPtr
ButtonMixedHorse System.IntPtr
ButtonMixedHose System.IntPtr
ButtonMixedMixedHoldem System.IntPtr
ButtonMixedMixedOmaha System.IntPtr
ButtonMixedMixedOmahaHiLo System.IntPtr
ButtonMixedTripleStud System.IntPtr
ButtonPlayersPerTable10 System.IntPtr
ButtonPlayersPerTable21On1 System.IntPtr
ButtonPlayersPerTable4Max System.IntPtr
ButtonPlayersPerTable6Max System.IntPtr
ButtonPlayersPerTable7To9 System.IntPtr
ButtonSpeedHyperTurbo System.IntPtr
ButtonSpeedRegular System.IntPtr
ButtonSpeedSlow System.IntPtr
ButtonSpeedTurbo System.IntPtr
ButtonStateMaxTotalEntrants System.IntPtr
ButtonStateMinPlayersEnroller System.IntPtr
ButtonStateMinTotalEntrants System.IntPtr
ButtonStateShowAllRegistering System.IntPtr
ButtonStateShowCompleted System.IntPtr
ButtonStateShowRunning System.IntPtr
ComboBoxBuyInMax System.IntPtr
ComboBoxBuyInMin System.IntPtr
ComboBoxStateMaxTotalEntrants System.IntPtr
ComboBoxStateMinPlayersEnrolled System.IntPtr
ComboBoxStateMinTotalEntrants System.IntPtr
EditBuyInMax System.IntPtr
EditBuyInMin System.IntPtr
EditStateMaxTotalEntrants System.IntPtr
EditStateMinPlayersEnrolled System.IntPtr
EditStateMinTotalEntrants System.IntPtr
HandleWindowSngTournamentFilter System.IntPtr
HandlesOfChildren bool
StateButtonBuyInCash bool
StateButtonBuyInFpp bool
StateButtonBuyInMax bool
StateButtonBuyInMin bool
StateButtonBuyInPlayMoney bool
StateButtonCurrencyBritishPounds bool
StateButtonCurrencyCanadianDollars bool
StateButtonCurrencyEuro bool
StateButtonCurrencyUsDollars bool
StateButtonFormatVariantFifty50 bool
StateButtonFormatVariantKnockout bool
StateButtonFormatVariantRebuy bool
StateButtonFormatVariantRegular bool
StateButtonFormatVariantSatellite bool
StateButtonFormatVariantShootout bool
StateButtonFormatVariantSteps bool
StateButtonGame27SingleDraw bool
StateButtonGame27TripleDraw bool
StateButtonGame5CardDraw bool
StateButtonGame5CardOmaha bool
StateButtonGame5CardOmahaHiLo bool
StateButtonGameBadugi bool
StateButtonGameCourchevel bool
StateButtonGameCourchevelHiLo bool
StateButtonGameHoldem bool
StateButtonGameOmaha bool
StateButtonGameOmahaHiLo bool
StateButtonGameRazz bool
StateButtonGameStud bool
StateButtonGameStudHiLo bool
StateButtonLimitFixedLimit bool
StateButtonLimitNoLimit bool
StateButtonLimitPotLimit bool
StateButtonMixed8Game bool
StateButtonMixedHoldemOmaha bool
StateButtonMixedHorse bool
StateButtonMixedHose bool
StateButtonMixedMixedHoldem bool
StateButtonMixedMixedOmaha bool
StateButtonMixedMixedOmahaHiLo bool
StateButtonMixedTripleStud bool
StateButtonPlayersPerTable10 bool
StateButtonPlayersPerTable21On1 bool
StateButtonPlayersPerTable4Max bool
StateButtonPlayersPerTable6Max bool
StateButtonPlayersPerTable7To9 bool
StateButtonSpeedHyperTurbo bool
StateButtonSpeedRegular bool
StateButtonSpeedSlow bool
StateButtonSpeedTurbo bool
StateButtonStateMaxTotalEntrants bool
StateButtonStateMinPlayersEnroller bool
StateButtonStateMinTotalEntrants bool
StateButtonStateShowAllRegistering bool
StateButtonStateShowCompleted bool
StateButtonStateShowRunning bool

Public Methods

Method Description
EnsureSngTournamentFilterOn ( IntPtr handleWindowPokerStarsLobby, IntPtr handleButtonSngTournamentFilter, System.Action ensureSitAndGoAllOn ) : void
GetWindowSngTournamentFilter ( IntPtr handleWindowPokerStarsLobby ) : IntPtr
Reset ( ) : void
Test ( ) : void

Private Methods

Method Description
CheckButton ( Bmp bmp, IntPtr window, IntPtr button, bool isTextless ) : void
ClickCheckBox ( IntPtr handle ) : void
GetBmpWindowWindowSngTournamentFilter ( ) : Bmp
SetHandles ( ) : void

Method Details

EnsureSngTournamentFilterOn() public method

public EnsureSngTournamentFilterOn ( IntPtr handleWindowPokerStarsLobby, IntPtr handleButtonSngTournamentFilter, System.Action ensureSitAndGoAllOn ) : void
handleWindowPokerStarsLobby System.IntPtr
handleButtonSngTournamentFilter System.IntPtr
ensureSitAndGoAllOn System.Action
return void

GetWindowSngTournamentFilter() public static method

public static GetWindowSngTournamentFilter ( IntPtr handleWindowPokerStarsLobby ) : IntPtr
handleWindowPokerStarsLobby System.IntPtr
return System.IntPtr

Reset() public method

public Reset ( ) : void
return void

Test() public method

public Test ( ) : void
return void

Property Details

ButtonBuyInCash public_oe property

public IntPtr,System ButtonBuyInCash
return System.IntPtr

ButtonBuyInFpp public_oe property

public IntPtr,System ButtonBuyInFpp
return System.IntPtr

ButtonBuyInMax public_oe property

public IntPtr,System ButtonBuyInMax
return System.IntPtr

ButtonBuyInMin public_oe property

public IntPtr,System ButtonBuyInMin
return System.IntPtr

ButtonBuyInPlayMoney public_oe property

public IntPtr,System ButtonBuyInPlayMoney
return System.IntPtr

ButtonCurrencyBritishPounds public_oe property

public IntPtr,System ButtonCurrencyBritishPounds
return System.IntPtr

ButtonCurrencyCanadianDollars public_oe property

public IntPtr,System ButtonCurrencyCanadianDollars
return System.IntPtr

ButtonCurrencyEuro public_oe property

public IntPtr,System ButtonCurrencyEuro
return System.IntPtr

ButtonCurrencyUsDollars public_oe property

public IntPtr,System ButtonCurrencyUsDollars
return System.IntPtr

ButtonFormatVariantFifty50 public_oe property

public IntPtr,System ButtonFormatVariantFifty50
return System.IntPtr

ButtonFormatVariantKnockout public_oe property

public IntPtr,System ButtonFormatVariantKnockout
return System.IntPtr

ButtonFormatVariantRebuy public_oe property

public IntPtr,System ButtonFormatVariantRebuy
return System.IntPtr

ButtonFormatVariantRegular public_oe property

public IntPtr,System ButtonFormatVariantRegular
return System.IntPtr

ButtonFormatVariantSatellite public_oe property

public IntPtr,System ButtonFormatVariantSatellite
return System.IntPtr

ButtonFormatVariantShootout public_oe property

public IntPtr,System ButtonFormatVariantShootout
return System.IntPtr

ButtonFormatVariantSteps public_oe property

public IntPtr,System ButtonFormatVariantSteps
return System.IntPtr

ButtonGame27SingleDraw public_oe property

public IntPtr,System ButtonGame27SingleDraw
return System.IntPtr

ButtonGame27TripleDraw public_oe property

public IntPtr,System ButtonGame27TripleDraw
return System.IntPtr

ButtonGame5CardDraw public_oe property

public IntPtr,System ButtonGame5CardDraw
return System.IntPtr

ButtonGame5CardOmaha public_oe property

public IntPtr,System ButtonGame5CardOmaha
return System.IntPtr

ButtonGame5CardOmahaHiLo public_oe property

public IntPtr,System ButtonGame5CardOmahaHiLo
return System.IntPtr

ButtonGameBadugi public_oe property

public IntPtr,System ButtonGameBadugi
return System.IntPtr

ButtonGameCourchevel public_oe property

public IntPtr,System ButtonGameCourchevel
return System.IntPtr

ButtonGameCourchevelHiLo public_oe property

public IntPtr,System ButtonGameCourchevelHiLo
return System.IntPtr

ButtonGameHoldem public_oe property

public IntPtr,System ButtonGameHoldem
return System.IntPtr

ButtonGameOmaha public_oe property

public IntPtr,System ButtonGameOmaha
return System.IntPtr

ButtonGameOmahaHiLo public_oe property

public IntPtr,System ButtonGameOmahaHiLo
return System.IntPtr

ButtonGameRazz public_oe property

public IntPtr,System ButtonGameRazz
return System.IntPtr

ButtonGameStud public_oe property

public IntPtr,System ButtonGameStud
return System.IntPtr

ButtonGameStudHiLo public_oe property

public IntPtr,System ButtonGameStudHiLo
return System.IntPtr

ButtonLimitFixedLimit public_oe property

public IntPtr,System ButtonLimitFixedLimit
return System.IntPtr

ButtonLimitNoLimit public_oe property

public IntPtr,System ButtonLimitNoLimit
return System.IntPtr

ButtonLimitPotLimit public_oe property

public IntPtr,System ButtonLimitPotLimit
return System.IntPtr

ButtonMixed8Game public_oe property

public IntPtr,System ButtonMixed8Game
return System.IntPtr

ButtonMixedHoldemOmaha public_oe property

public IntPtr,System ButtonMixedHoldemOmaha
return System.IntPtr

ButtonMixedHorse public_oe property

public IntPtr,System ButtonMixedHorse
return System.IntPtr

ButtonMixedHose public_oe property

public IntPtr,System ButtonMixedHose
return System.IntPtr

ButtonMixedMixedHoldem public_oe property

public IntPtr,System ButtonMixedMixedHoldem
return System.IntPtr

ButtonMixedMixedOmaha public_oe property

public IntPtr,System ButtonMixedMixedOmaha
return System.IntPtr

ButtonMixedMixedOmahaHiLo public_oe property

public IntPtr,System ButtonMixedMixedOmahaHiLo
return System.IntPtr

ButtonMixedTripleStud public_oe property

public IntPtr,System ButtonMixedTripleStud
return System.IntPtr

ButtonPlayersPerTable10 public_oe property

public IntPtr,System ButtonPlayersPerTable10
return System.IntPtr

ButtonPlayersPerTable21On1 public_oe property

public IntPtr,System ButtonPlayersPerTable21On1
return System.IntPtr

ButtonPlayersPerTable4Max public_oe property

public IntPtr,System ButtonPlayersPerTable4Max
return System.IntPtr

ButtonPlayersPerTable6Max public_oe property

public IntPtr,System ButtonPlayersPerTable6Max
return System.IntPtr

ButtonPlayersPerTable7To9 public_oe property

public IntPtr,System ButtonPlayersPerTable7To9
return System.IntPtr

ButtonSpeedHyperTurbo public_oe property

public IntPtr,System ButtonSpeedHyperTurbo
return System.IntPtr

ButtonSpeedRegular public_oe property

public IntPtr,System ButtonSpeedRegular
return System.IntPtr

ButtonSpeedSlow public_oe property

public IntPtr,System ButtonSpeedSlow
return System.IntPtr

ButtonSpeedTurbo public_oe property

public IntPtr,System ButtonSpeedTurbo
return System.IntPtr

ButtonStateMaxTotalEntrants public_oe property

public IntPtr,System ButtonStateMaxTotalEntrants
return System.IntPtr

ButtonStateMinPlayersEnroller public_oe property

public IntPtr,System ButtonStateMinPlayersEnroller
return System.IntPtr

ButtonStateMinTotalEntrants public_oe property

public IntPtr,System ButtonStateMinTotalEntrants
return System.IntPtr

ButtonStateShowAllRegistering public_oe property

public IntPtr,System ButtonStateShowAllRegistering
return System.IntPtr

ButtonStateShowCompleted public_oe property

public IntPtr,System ButtonStateShowCompleted
return System.IntPtr

ButtonStateShowRunning public_oe property

public IntPtr,System ButtonStateShowRunning
return System.IntPtr

ComboBoxBuyInMax public_oe property

public IntPtr,System ComboBoxBuyInMax
return System.IntPtr

ComboBoxBuyInMin public_oe property

public IntPtr,System ComboBoxBuyInMin
return System.IntPtr

ComboBoxStateMaxTotalEntrants public_oe property

public IntPtr,System ComboBoxStateMaxTotalEntrants
return System.IntPtr

ComboBoxStateMinPlayersEnrolled public_oe property

public IntPtr,System ComboBoxStateMinPlayersEnrolled
return System.IntPtr

ComboBoxStateMinTotalEntrants public_oe property

public IntPtr,System ComboBoxStateMinTotalEntrants
return System.IntPtr

EditBuyInMax public_oe property

public IntPtr,System EditBuyInMax
return System.IntPtr

EditBuyInMin public_oe property

public IntPtr,System EditBuyInMin
return System.IntPtr

EditStateMaxTotalEntrants public_oe property

public IntPtr,System EditStateMaxTotalEntrants
return System.IntPtr

EditStateMinPlayersEnrolled public_oe property

public IntPtr,System EditStateMinPlayersEnrolled
return System.IntPtr

EditStateMinTotalEntrants public_oe property

public IntPtr,System EditStateMinTotalEntrants
return System.IntPtr

HandleWindowSngTournamentFilter public_oe property

public IntPtr,System HandleWindowSngTournamentFilter
return System.IntPtr

HandlesOfChildren public_oe property

public bool HandlesOfChildren
return bool

StateButtonBuyInCash public_oe property

public bool StateButtonBuyInCash
return bool

StateButtonBuyInFpp public_oe property

public bool StateButtonBuyInFpp
return bool

StateButtonBuyInMax public_oe property

public bool StateButtonBuyInMax
return bool

StateButtonBuyInMin public_oe property

public bool StateButtonBuyInMin
return bool

StateButtonBuyInPlayMoney public_oe property

public bool StateButtonBuyInPlayMoney
return bool

StateButtonCurrencyBritishPounds public_oe property

public bool StateButtonCurrencyBritishPounds
return bool

StateButtonCurrencyCanadianDollars public_oe property

public bool StateButtonCurrencyCanadianDollars
return bool

StateButtonCurrencyEuro public_oe property

public bool StateButtonCurrencyEuro
return bool

StateButtonCurrencyUsDollars public_oe property

public bool StateButtonCurrencyUsDollars
return bool

StateButtonFormatVariantFifty50 public_oe property

public bool StateButtonFormatVariantFifty50
return bool

StateButtonFormatVariantKnockout public_oe property

public bool StateButtonFormatVariantKnockout
return bool

StateButtonFormatVariantRebuy public_oe property

public bool StateButtonFormatVariantRebuy
return bool

StateButtonFormatVariantRegular public_oe property

public bool StateButtonFormatVariantRegular
return bool

StateButtonFormatVariantSatellite public_oe property

public bool StateButtonFormatVariantSatellite
return bool

StateButtonFormatVariantShootout public_oe property

public bool StateButtonFormatVariantShootout
return bool

StateButtonFormatVariantSteps public_oe property

public bool StateButtonFormatVariantSteps
return bool

StateButtonGame27SingleDraw public_oe property

public bool StateButtonGame27SingleDraw
return bool

StateButtonGame27TripleDraw public_oe property

public bool StateButtonGame27TripleDraw
return bool

StateButtonGame5CardDraw public_oe property

public bool StateButtonGame5CardDraw
return bool

StateButtonGame5CardOmaha public_oe property

public bool StateButtonGame5CardOmaha
return bool

StateButtonGame5CardOmahaHiLo public_oe property

public bool StateButtonGame5CardOmahaHiLo
return bool

StateButtonGameBadugi public_oe property

public bool StateButtonGameBadugi
return bool

StateButtonGameCourchevel public_oe property

public bool StateButtonGameCourchevel
return bool

StateButtonGameCourchevelHiLo public_oe property

public bool StateButtonGameCourchevelHiLo
return bool

StateButtonGameHoldem public_oe property

public bool StateButtonGameHoldem
return bool

StateButtonGameOmaha public_oe property

public bool StateButtonGameOmaha
return bool

StateButtonGameOmahaHiLo public_oe property

public bool StateButtonGameOmahaHiLo
return bool

StateButtonGameRazz public_oe property

public bool StateButtonGameRazz
return bool

StateButtonGameStud public_oe property

public bool StateButtonGameStud
return bool

StateButtonGameStudHiLo public_oe property

public bool StateButtonGameStudHiLo
return bool

StateButtonLimitFixedLimit public_oe property

public bool StateButtonLimitFixedLimit
return bool

StateButtonLimitNoLimit public_oe property

public bool StateButtonLimitNoLimit
return bool

StateButtonLimitPotLimit public_oe property

public bool StateButtonLimitPotLimit
return bool

StateButtonMixed8Game public_oe property

public bool StateButtonMixed8Game
return bool

StateButtonMixedHoldemOmaha public_oe property

public bool StateButtonMixedHoldemOmaha
return bool

StateButtonMixedHorse public_oe property

public bool StateButtonMixedHorse
return bool

StateButtonMixedHose public_oe property

public bool StateButtonMixedHose
return bool

StateButtonMixedMixedHoldem public_oe property

public bool StateButtonMixedMixedHoldem
return bool

StateButtonMixedMixedOmaha public_oe property

public bool StateButtonMixedMixedOmaha
return bool

StateButtonMixedMixedOmahaHiLo public_oe property

public bool StateButtonMixedMixedOmahaHiLo
return bool

StateButtonMixedTripleStud public_oe property

public bool StateButtonMixedTripleStud
return bool

StateButtonPlayersPerTable10 public_oe property

public bool StateButtonPlayersPerTable10
return bool

StateButtonPlayersPerTable21On1 public_oe property

public bool StateButtonPlayersPerTable21On1
return bool

StateButtonPlayersPerTable4Max public_oe property

public bool StateButtonPlayersPerTable4Max
return bool

StateButtonPlayersPerTable6Max public_oe property

public bool StateButtonPlayersPerTable6Max
return bool

StateButtonPlayersPerTable7To9 public_oe property

public bool StateButtonPlayersPerTable7To9
return bool

StateButtonSpeedHyperTurbo public_oe property

public bool StateButtonSpeedHyperTurbo
return bool

StateButtonSpeedRegular public_oe property

public bool StateButtonSpeedRegular
return bool

StateButtonSpeedSlow public_oe property

public bool StateButtonSpeedSlow
return bool

StateButtonSpeedTurbo public_oe property

public bool StateButtonSpeedTurbo
return bool

StateButtonStateMaxTotalEntrants public_oe property

public bool StateButtonStateMaxTotalEntrants
return bool

StateButtonStateMinPlayersEnroller public_oe property

public bool StateButtonStateMinPlayersEnroller
return bool

StateButtonStateMinTotalEntrants public_oe property

public bool StateButtonStateMinTotalEntrants
return bool

StateButtonStateShowAllRegistering public_oe property

public bool StateButtonStateShowAllRegistering
return bool

StateButtonStateShowCompleted public_oe property

public bool StateButtonStateShowCompleted
return bool

StateButtonStateShowRunning public_oe property

public bool StateButtonStateShowRunning
return bool