C# 클래스 PsHandler.Config

파일 보기 프로젝트 열기: kampiuceris/PsHandler

공개 프로퍼티들

프로퍼티 타입 설명
AutoTileCheckingTimeMs int
AutoclickImBack bool
AutoclickTimebank bool
AutoclickYesSeatAvailable bool
AutocloseHM2ApplyToSimilarTablesPopups bool
AutocloseTournamentRegistrationPopups bool
CONFIG_FILENAME string
DefaultHudBigBlindLocationsX double[][]
DefaultHudBigBlindLocationsY double[][]
DefaultHudTimerLocationsX double[]
DefaultHudTimerLocationsY double[]
EnableRandomizer bool
EnableTableTiler bool
GnuGplV3Agreement bool
GuiHeight int
GuiLocationX int
GuiLocationY int
GuiWidth int
HotkeyExit KeyCombination
HotkeyHandReplay KeyCombination
HotkeyQuickPreview KeyCombination
HotkeyRandomizerChance10 KeyCombination
HotkeyRandomizerChance20 KeyCombination
HotkeyRandomizerChance30 KeyCombination
HotkeyRandomizerChance40 KeyCombination
HotkeyRandomizerChance50 KeyCombination
HotkeyRandomizerChance60 KeyCombination
HotkeyRandomizerChance70 KeyCombination
HotkeyRandomizerChance80 KeyCombination
HotkeyRandomizerChance90 KeyCombination
HudBigBlindDecimals int
HudBigBlindEnable bool
HudBigBlindHHNotFound string
HudBigBlindHeroBackground Color
HudBigBlindHeroBorderBrush Color
HudBigBlindHeroBorderThickness Thickness
HudBigBlindHeroColorsByValue List
HudBigBlindHeroCornerRadius CornerRadius
HudBigBlindHeroFontFamily FontFamily
HudBigBlindHeroFontSize double
HudBigBlindHeroFontStyle FontStyle
HudBigBlindHeroFontWeight FontWeight
HudBigBlindHeroForeground Color
HudBigBlindHeroMargin Thickness
HudBigBlindLocationLocked bool
HudBigBlindLocationsX double[][]
HudBigBlindLocationsY double[][]
HudBigBlindMByPlayerCount bool
HudBigBlindMByTableSize bool
HudBigBlindOpponentsBackground Color
HudBigBlindOpponentsBorderBrush Color
HudBigBlindOpponentsBorderThickness Thickness
HudBigBlindOpponentsColorsByValue List
HudBigBlindOpponentsCornerRadius CornerRadius
HudBigBlindOpponentsFontFamily FontFamily
HudBigBlindOpponentsFontSize double
HudBigBlindOpponentsFontStyle FontStyle
HudBigBlindOpponentsFontWeight FontWeight
HudBigBlindOpponentsForeground Color
HudBigBlindOpponentsMargin Thickness
HudBigBlindPostfix string
HudBigBlindPrefix string
HudBigBlindShowAdjustedBB bool
HudBigBlindShowBB bool
HudBigBlindShowForHero bool
HudBigBlindShowForOpponents bool
HudBigBlindShowTournamentM bool
HudEnable bool
HudTimerBackground Color
HudTimerBorderBrush Color
HudTimerBorderThickness Thickness
HudTimerCornerRadius CornerRadius
HudTimerDiff int
HudTimerEnable bool
HudTimerFontFamily FontFamily
HudTimerFontSize double
HudTimerFontStyle FontStyle
HudTimerFontWeight FontWeight
HudTimerForeground Color
HudTimerHHNotFound string
HudTimerLocationLocked bool
HudTimerLocationsX double[]
HudTimerLocationsY double[]
HudTimerMargin Thickness
HudTimerMultiplePokerTypes string
HudTimerPokerTypeNotFound string
HudTimerShowHandCount bool
HudTimerShowTimer bool
ImportFolders List
MACHINE_GUID string
MinimizeToSystemTray bool
POKERSTARS_TABLE_CLIENT_SIZE_DEFAULT System.Drawing.Size
POKERSTARS_TABLE_CLIENT_SIZE_MIN System.Drawing.Size
PokerStarsThemeTable PokerStarsThemeTable
PreferredSeat int[]
RandomizerChance10 int
RandomizerChance20 int
RandomizerChance30 int
RandomizerChance40 int
RandomizerChance50 int
RandomizerChance60 int
RandomizerChance70 int
RandomizerChance80 int
RandomizerChance90 int
SaveGuiLocation bool
SaveGuiSize bool
StartMinimized bool
WINDOWS_BORDER_THICKNESS int
WINDOWS_TITLE_BORDER_THICKNESS int

공개 메소드들

메소드 설명
LoadXml ( ) : IEnumerable
SaveXml ( ) : IEnumerable
VersionControl ( XElement root, int version ) : void

비공개 메소드들

메소드 설명
CollectRecentColors ( ) : void
GetBool ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, bool defaultValue = default(bool) ) : bool
GetColor ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, Color defaultValue = default(Color) ) : Color
GetCornerRadius ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, System.Windows.CornerRadius defaultValue = default(CornerRadius) ) : System.Windows.CornerRadius
GetDouble ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, double defaultValue = default(double) ) : double
GetFontFamily ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, FontFamily defaultValue = default(FontFamily) ) : FontFamily
GetFontStyle ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, System.Windows.FontStyle defaultValue = default(FontStyle) ) : System.Windows.FontStyle
GetFontWeight ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, System.Windows.FontWeight defaultValue = default(FontWeight) ) : System.Windows.FontWeight
GetInt ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, int defaultValue = default(int) ) : int
GetMachineGuid ( ) : string
GetString ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, string defaultValue = default(string) ) : string
GetThickness ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, System.Windows.Thickness defaultValue = default(Thickness) ) : System.Windows.Thickness
GetXElement ( System.Xml.Linq.XElement xElement, string name, List &exceptions, string exceptionHeader, System.Xml.Linq.XElement defaultValue = default(XElement) ) : System.Xml.Linq.XElement
Set ( XElement xElement, string name, object o, List &exceptions, string exceptionHeader ) : void
___GetFloat ( XElement xElement, string name, List &exceptions, string exceptionHeader, float defaultValue = default(float) ) : float

메소드 상세

LoadXml() 공개 정적인 메소드

public static LoadXml ( ) : IEnumerable
리턴 IEnumerable

SaveXml() 공개 정적인 메소드

public static SaveXml ( ) : IEnumerable
리턴 IEnumerable

VersionControl() 공개 정적인 메소드

public static VersionControl ( XElement root, int version ) : void
root XElement
version int
리턴 void

프로퍼티 상세

AutoTileCheckingTimeMs 공개적으로 정적으로 프로퍼티

public static int AutoTileCheckingTimeMs
리턴 int

AutoclickImBack 공개적으로 정적으로 프로퍼티

public static bool AutoclickImBack
리턴 bool

AutoclickTimebank 공개적으로 정적으로 프로퍼티

public static bool AutoclickTimebank
리턴 bool

AutoclickYesSeatAvailable 공개적으로 정적으로 프로퍼티

public static bool AutoclickYesSeatAvailable
리턴 bool

AutocloseHM2ApplyToSimilarTablesPopups 공개적으로 정적으로 프로퍼티

public static bool AutocloseHM2ApplyToSimilarTablesPopups
리턴 bool

AutocloseTournamentRegistrationPopups 공개적으로 정적으로 프로퍼티

public static bool AutocloseTournamentRegistrationPopups
리턴 bool

CONFIG_FILENAME 공개적으로 정적으로 프로퍼티

public static string CONFIG_FILENAME
리턴 string

DefaultHudBigBlindLocationsX 공개적으로 정적으로 프로퍼티

public static double[][] DefaultHudBigBlindLocationsX
리턴 double[][]

DefaultHudBigBlindLocationsY 공개적으로 정적으로 프로퍼티

public static double[][] DefaultHudBigBlindLocationsY
리턴 double[][]

DefaultHudTimerLocationsX 공개적으로 정적으로 프로퍼티

public static double[] DefaultHudTimerLocationsX
리턴 double[]

DefaultHudTimerLocationsY 공개적으로 정적으로 프로퍼티

public static double[] DefaultHudTimerLocationsY
리턴 double[]

EnableRandomizer 공개적으로 정적으로 프로퍼티

public static bool EnableRandomizer
리턴 bool

EnableTableTiler 공개적으로 정적으로 프로퍼티

public static bool EnableTableTiler
리턴 bool

GnuGplV3Agreement 공개적으로 정적으로 프로퍼티

public static bool GnuGplV3Agreement
리턴 bool

GuiHeight 공개적으로 정적으로 프로퍼티

public static int GuiHeight
리턴 int

GuiLocationX 공개적으로 정적으로 프로퍼티

public static int GuiLocationX
리턴 int

GuiLocationY 공개적으로 정적으로 프로퍼티

public static int GuiLocationY
리턴 int

GuiWidth 공개적으로 정적으로 프로퍼티

public static int GuiWidth
리턴 int

HotkeyExit 공개적으로 정적으로 프로퍼티

public static KeyCombination,PsHandler HotkeyExit
리턴 KeyCombination

HotkeyHandReplay 공개적으로 정적으로 프로퍼티

public static KeyCombination,PsHandler HotkeyHandReplay
리턴 KeyCombination

HotkeyQuickPreview 공개적으로 정적으로 프로퍼티

public static KeyCombination,PsHandler HotkeyQuickPreview
리턴 KeyCombination

HotkeyRandomizerChance10 공개적으로 정적으로 프로퍼티

public static KeyCombination,PsHandler HotkeyRandomizerChance10
리턴 KeyCombination

HotkeyRandomizerChance20 공개적으로 정적으로 프로퍼티

public static KeyCombination,PsHandler HotkeyRandomizerChance20
리턴 KeyCombination

HotkeyRandomizerChance30 공개적으로 정적으로 프로퍼티

public static KeyCombination,PsHandler HotkeyRandomizerChance30
리턴 KeyCombination

HotkeyRandomizerChance40 공개적으로 정적으로 프로퍼티

public static KeyCombination,PsHandler HotkeyRandomizerChance40
리턴 KeyCombination

HotkeyRandomizerChance50 공개적으로 정적으로 프로퍼티

public static KeyCombination,PsHandler HotkeyRandomizerChance50
리턴 KeyCombination

HotkeyRandomizerChance60 공개적으로 정적으로 프로퍼티

public static KeyCombination HotkeyRandomizerChance60
리턴 KeyCombination

HotkeyRandomizerChance70 공개적으로 정적으로 프로퍼티

public static KeyCombination HotkeyRandomizerChance70
리턴 KeyCombination

HotkeyRandomizerChance80 공개적으로 정적으로 프로퍼티

public static KeyCombination HotkeyRandomizerChance80
리턴 KeyCombination

HotkeyRandomizerChance90 공개적으로 정적으로 프로퍼티

public static KeyCombination HotkeyRandomizerChance90
리턴 KeyCombination

HudBigBlindDecimals 공개적으로 정적으로 프로퍼티

public static int HudBigBlindDecimals
리턴 int

HudBigBlindEnable 공개적으로 정적으로 프로퍼티

public static bool HudBigBlindEnable
리턴 bool

HudBigBlindHHNotFound 공개적으로 정적으로 프로퍼티

public static string HudBigBlindHHNotFound
리턴 string

HudBigBlindHeroBackground 공개적으로 정적으로 프로퍼티

public static Color HudBigBlindHeroBackground
리턴 Color

HudBigBlindHeroBorderBrush 공개적으로 정적으로 프로퍼티

public static Color HudBigBlindHeroBorderBrush
리턴 Color

HudBigBlindHeroBorderThickness 공개적으로 정적으로 프로퍼티

public static Thickness HudBigBlindHeroBorderThickness
리턴 Thickness

HudBigBlindHeroColorsByValue 공개적으로 정적으로 프로퍼티

public static List HudBigBlindHeroColorsByValue
리턴 List

HudBigBlindHeroCornerRadius 공개적으로 정적으로 프로퍼티

public static CornerRadius HudBigBlindHeroCornerRadius
리턴 CornerRadius

HudBigBlindHeroFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily HudBigBlindHeroFontFamily
리턴 FontFamily

HudBigBlindHeroFontSize 공개적으로 정적으로 프로퍼티

public static double HudBigBlindHeroFontSize
리턴 double

HudBigBlindHeroFontStyle 공개적으로 정적으로 프로퍼티

public static FontStyle HudBigBlindHeroFontStyle
리턴 FontStyle

HudBigBlindHeroFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight HudBigBlindHeroFontWeight
리턴 FontWeight

HudBigBlindHeroForeground 공개적으로 정적으로 프로퍼티

public static Color HudBigBlindHeroForeground
리턴 Color

HudBigBlindHeroMargin 공개적으로 정적으로 프로퍼티

public static Thickness HudBigBlindHeroMargin
리턴 Thickness

HudBigBlindLocationLocked 공개적으로 정적으로 프로퍼티

public static bool HudBigBlindLocationLocked
리턴 bool

HudBigBlindLocationsX 공개적으로 정적으로 프로퍼티

public static double[][] HudBigBlindLocationsX
리턴 double[][]

HudBigBlindLocationsY 공개적으로 정적으로 프로퍼티

public static double[][] HudBigBlindLocationsY
리턴 double[][]

HudBigBlindMByPlayerCount 공개적으로 정적으로 프로퍼티

public static bool HudBigBlindMByPlayerCount
리턴 bool

HudBigBlindMByTableSize 공개적으로 정적으로 프로퍼티

public static bool HudBigBlindMByTableSize
리턴 bool

HudBigBlindOpponentsBackground 공개적으로 정적으로 프로퍼티

public static Color HudBigBlindOpponentsBackground
리턴 Color

HudBigBlindOpponentsBorderBrush 공개적으로 정적으로 프로퍼티

public static Color HudBigBlindOpponentsBorderBrush
리턴 Color

HudBigBlindOpponentsBorderThickness 공개적으로 정적으로 프로퍼티

public static Thickness HudBigBlindOpponentsBorderThickness
리턴 Thickness

HudBigBlindOpponentsColorsByValue 공개적으로 정적으로 프로퍼티

public static List HudBigBlindOpponentsColorsByValue
리턴 List

HudBigBlindOpponentsCornerRadius 공개적으로 정적으로 프로퍼티

public static CornerRadius HudBigBlindOpponentsCornerRadius
리턴 CornerRadius

HudBigBlindOpponentsFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily HudBigBlindOpponentsFontFamily
리턴 FontFamily

HudBigBlindOpponentsFontSize 공개적으로 정적으로 프로퍼티

public static double HudBigBlindOpponentsFontSize
리턴 double

HudBigBlindOpponentsFontStyle 공개적으로 정적으로 프로퍼티

public static FontStyle HudBigBlindOpponentsFontStyle
리턴 FontStyle

HudBigBlindOpponentsFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight HudBigBlindOpponentsFontWeight
리턴 FontWeight

HudBigBlindOpponentsForeground 공개적으로 정적으로 프로퍼티

public static Color HudBigBlindOpponentsForeground
리턴 Color

HudBigBlindOpponentsMargin 공개적으로 정적으로 프로퍼티

public static Thickness HudBigBlindOpponentsMargin
리턴 Thickness

HudBigBlindPostfix 공개적으로 정적으로 프로퍼티

public static string HudBigBlindPostfix
리턴 string

HudBigBlindPrefix 공개적으로 정적으로 프로퍼티

public static string HudBigBlindPrefix
리턴 string

HudBigBlindShowAdjustedBB 공개적으로 정적으로 프로퍼티

public static bool HudBigBlindShowAdjustedBB
리턴 bool

HudBigBlindShowBB 공개적으로 정적으로 프로퍼티

public static bool HudBigBlindShowBB
리턴 bool

HudBigBlindShowForHero 공개적으로 정적으로 프로퍼티

public static bool HudBigBlindShowForHero
리턴 bool

HudBigBlindShowForOpponents 공개적으로 정적으로 프로퍼티

public static bool HudBigBlindShowForOpponents
리턴 bool

HudBigBlindShowTournamentM 공개적으로 정적으로 프로퍼티

public static bool HudBigBlindShowTournamentM
리턴 bool

HudEnable 공개적으로 정적으로 프로퍼티

public static bool HudEnable
리턴 bool

HudTimerBackground 공개적으로 정적으로 프로퍼티

public static Color HudTimerBackground
리턴 Color

HudTimerBorderBrush 공개적으로 정적으로 프로퍼티

public static Color HudTimerBorderBrush
리턴 Color

HudTimerBorderThickness 공개적으로 정적으로 프로퍼티

public static Thickness HudTimerBorderThickness
리턴 Thickness

HudTimerCornerRadius 공개적으로 정적으로 프로퍼티

public static CornerRadius HudTimerCornerRadius
리턴 CornerRadius

HudTimerDiff 공개적으로 정적으로 프로퍼티

public static int HudTimerDiff
리턴 int

HudTimerEnable 공개적으로 정적으로 프로퍼티

public static bool HudTimerEnable
리턴 bool

HudTimerFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily HudTimerFontFamily
리턴 FontFamily

HudTimerFontSize 공개적으로 정적으로 프로퍼티

public static double HudTimerFontSize
리턴 double

HudTimerFontStyle 공개적으로 정적으로 프로퍼티

public static FontStyle HudTimerFontStyle
리턴 FontStyle

HudTimerFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight HudTimerFontWeight
리턴 FontWeight

HudTimerForeground 공개적으로 정적으로 프로퍼티

public static Color HudTimerForeground
리턴 Color

HudTimerHHNotFound 공개적으로 정적으로 프로퍼티

public static string HudTimerHHNotFound
리턴 string

HudTimerLocationLocked 공개적으로 정적으로 프로퍼티

public static bool HudTimerLocationLocked
리턴 bool

HudTimerLocationsX 공개적으로 정적으로 프로퍼티

public static double[] HudTimerLocationsX
리턴 double[]

HudTimerLocationsY 공개적으로 정적으로 프로퍼티

public static double[] HudTimerLocationsY
리턴 double[]

HudTimerMargin 공개적으로 정적으로 프로퍼티

public static Thickness HudTimerMargin
리턴 Thickness

HudTimerMultiplePokerTypes 공개적으로 정적으로 프로퍼티

public static string HudTimerMultiplePokerTypes
리턴 string

HudTimerPokerTypeNotFound 공개적으로 정적으로 프로퍼티

public static string HudTimerPokerTypeNotFound
리턴 string

HudTimerShowHandCount 공개적으로 정적으로 프로퍼티

public static bool HudTimerShowHandCount
리턴 bool

HudTimerShowTimer 공개적으로 정적으로 프로퍼티

public static bool HudTimerShowTimer
리턴 bool

ImportFolders 공개적으로 정적으로 프로퍼티

public static List ImportFolders
리턴 List

MACHINE_GUID 공개적으로 정적으로 프로퍼티

public static string MACHINE_GUID
리턴 string

MinimizeToSystemTray 공개적으로 정적으로 프로퍼티

public static bool MinimizeToSystemTray
리턴 bool

POKERSTARS_TABLE_CLIENT_SIZE_DEFAULT 공개적으로 정적으로 프로퍼티

public static System.Drawing.Size POKERSTARS_TABLE_CLIENT_SIZE_DEFAULT
리턴 System.Drawing.Size

POKERSTARS_TABLE_CLIENT_SIZE_MIN 공개적으로 정적으로 프로퍼티

public static System.Drawing.Size POKERSTARS_TABLE_CLIENT_SIZE_MIN
리턴 System.Drawing.Size

PokerStarsThemeTable 공개적으로 정적으로 프로퍼티

public static PokerStarsThemeTable PokerStarsThemeTable
리턴 PokerStarsThemeTable

PreferredSeat 공개적으로 정적으로 프로퍼티

public static int[] PreferredSeat
리턴 int[]

RandomizerChance10 공개적으로 정적으로 프로퍼티

public static int RandomizerChance10
리턴 int

RandomizerChance20 공개적으로 정적으로 프로퍼티

public static int RandomizerChance20
리턴 int

RandomizerChance30 공개적으로 정적으로 프로퍼티

public static int RandomizerChance30
리턴 int

RandomizerChance40 공개적으로 정적으로 프로퍼티

public static int RandomizerChance40
리턴 int

RandomizerChance50 공개적으로 정적으로 프로퍼티

public static int RandomizerChance50
리턴 int

RandomizerChance60 공개적으로 정적으로 프로퍼티

public static int RandomizerChance60
리턴 int

RandomizerChance70 공개적으로 정적으로 프로퍼티

public static int RandomizerChance70
리턴 int

RandomizerChance80 공개적으로 정적으로 프로퍼티

public static int RandomizerChance80
리턴 int

RandomizerChance90 공개적으로 정적으로 프로퍼티

public static int RandomizerChance90
리턴 int

SaveGuiLocation 공개적으로 정적으로 프로퍼티

public static bool SaveGuiLocation
리턴 bool

SaveGuiSize 공개적으로 정적으로 프로퍼티

public static bool SaveGuiSize
리턴 bool

StartMinimized 공개적으로 정적으로 프로퍼티

public static bool StartMinimized
리턴 bool

WINDOWS_BORDER_THICKNESS 공개적으로 정적으로 프로퍼티

public static int WINDOWS_BORDER_THICKNESS
리턴 int

WINDOWS_TITLE_BORDER_THICKNESS 공개적으로 정적으로 프로퍼티

public static int WINDOWS_TITLE_BORDER_THICKNESS
리턴 int