C# Class PsHandler.Config

Afficher le fichier Open project: kampiuceris/PsHandler

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
LoadXml ( ) : IEnumerable
SaveXml ( ) : IEnumerable
VersionControl ( XElement root, int version ) : void

Private Methods

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

Method Details

LoadXml() public static méthode

public static LoadXml ( ) : IEnumerable
Résultat IEnumerable

SaveXml() public static méthode

public static SaveXml ( ) : IEnumerable
Résultat IEnumerable

VersionControl() public static méthode

public static VersionControl ( XElement root, int version ) : void
root XElement
version int
Résultat void

Property Details

AutoTileCheckingTimeMs public_oe static_oe property

public static int AutoTileCheckingTimeMs
Résultat int

AutoclickImBack public_oe static_oe property

public static bool AutoclickImBack
Résultat bool

AutoclickTimebank public_oe static_oe property

public static bool AutoclickTimebank
Résultat bool

AutoclickYesSeatAvailable public_oe static_oe property

public static bool AutoclickYesSeatAvailable
Résultat bool

AutocloseHM2ApplyToSimilarTablesPopups public_oe static_oe property

public static bool AutocloseHM2ApplyToSimilarTablesPopups
Résultat bool

AutocloseTournamentRegistrationPopups public_oe static_oe property

public static bool AutocloseTournamentRegistrationPopups
Résultat bool

CONFIG_FILENAME public_oe static_oe property

public static string CONFIG_FILENAME
Résultat string

DefaultHudBigBlindLocationsX public_oe static_oe property

public static double[][] DefaultHudBigBlindLocationsX
Résultat double[][]

DefaultHudBigBlindLocationsY public_oe static_oe property

public static double[][] DefaultHudBigBlindLocationsY
Résultat double[][]

DefaultHudTimerLocationsX public_oe static_oe property

public static double[] DefaultHudTimerLocationsX
Résultat double[]

DefaultHudTimerLocationsY public_oe static_oe property

public static double[] DefaultHudTimerLocationsY
Résultat double[]

EnableRandomizer public_oe static_oe property

public static bool EnableRandomizer
Résultat bool

EnableTableTiler public_oe static_oe property

public static bool EnableTableTiler
Résultat bool

GnuGplV3Agreement public_oe static_oe property

public static bool GnuGplV3Agreement
Résultat bool

GuiHeight public_oe static_oe property

public static int GuiHeight
Résultat int

GuiLocationX public_oe static_oe property

public static int GuiLocationX
Résultat int

GuiLocationY public_oe static_oe property

public static int GuiLocationY
Résultat int

GuiWidth public_oe static_oe property

public static int GuiWidth
Résultat int

HotkeyExit public_oe static_oe property

public static KeyCombination,PsHandler HotkeyExit
Résultat KeyCombination

HotkeyHandReplay public_oe static_oe property

public static KeyCombination,PsHandler HotkeyHandReplay
Résultat KeyCombination

HotkeyQuickPreview public_oe static_oe property

public static KeyCombination,PsHandler HotkeyQuickPreview
Résultat KeyCombination

HotkeyRandomizerChance10 public_oe static_oe property

public static KeyCombination,PsHandler HotkeyRandomizerChance10
Résultat KeyCombination

HotkeyRandomizerChance20 public_oe static_oe property

public static KeyCombination,PsHandler HotkeyRandomizerChance20
Résultat KeyCombination

HotkeyRandomizerChance30 public_oe static_oe property

public static KeyCombination,PsHandler HotkeyRandomizerChance30
Résultat KeyCombination

HotkeyRandomizerChance40 public_oe static_oe property

public static KeyCombination,PsHandler HotkeyRandomizerChance40
Résultat KeyCombination

HotkeyRandomizerChance50 public_oe static_oe property

public static KeyCombination,PsHandler HotkeyRandomizerChance50
Résultat KeyCombination

HotkeyRandomizerChance60 public_oe static_oe property

public static KeyCombination HotkeyRandomizerChance60
Résultat KeyCombination

HotkeyRandomizerChance70 public_oe static_oe property

public static KeyCombination HotkeyRandomizerChance70
Résultat KeyCombination

HotkeyRandomizerChance80 public_oe static_oe property

public static KeyCombination HotkeyRandomizerChance80
Résultat KeyCombination

HotkeyRandomizerChance90 public_oe static_oe property

public static KeyCombination HotkeyRandomizerChance90
Résultat KeyCombination

HudBigBlindDecimals public_oe static_oe property

public static int HudBigBlindDecimals
Résultat int

HudBigBlindEnable public_oe static_oe property

public static bool HudBigBlindEnable
Résultat bool

HudBigBlindHHNotFound public_oe static_oe property

public static string HudBigBlindHHNotFound
Résultat string

HudBigBlindHeroBackground public_oe static_oe property

public static Color HudBigBlindHeroBackground
Résultat Color

HudBigBlindHeroBorderBrush public_oe static_oe property

public static Color HudBigBlindHeroBorderBrush
Résultat Color

HudBigBlindHeroBorderThickness public_oe static_oe property

public static Thickness HudBigBlindHeroBorderThickness
Résultat Thickness

HudBigBlindHeroColorsByValue public_oe static_oe property

public static List HudBigBlindHeroColorsByValue
Résultat List

HudBigBlindHeroCornerRadius public_oe static_oe property

public static CornerRadius HudBigBlindHeroCornerRadius
Résultat CornerRadius

HudBigBlindHeroFontFamily public_oe static_oe property

public static FontFamily HudBigBlindHeroFontFamily
Résultat FontFamily

HudBigBlindHeroFontSize public_oe static_oe property

public static double HudBigBlindHeroFontSize
Résultat double

HudBigBlindHeroFontStyle public_oe static_oe property

public static FontStyle HudBigBlindHeroFontStyle
Résultat FontStyle

HudBigBlindHeroFontWeight public_oe static_oe property

public static FontWeight HudBigBlindHeroFontWeight
Résultat FontWeight

HudBigBlindHeroForeground public_oe static_oe property

public static Color HudBigBlindHeroForeground
Résultat Color

HudBigBlindHeroMargin public_oe static_oe property

public static Thickness HudBigBlindHeroMargin
Résultat Thickness

HudBigBlindLocationLocked public_oe static_oe property

public static bool HudBigBlindLocationLocked
Résultat bool

HudBigBlindLocationsX public_oe static_oe property

public static double[][] HudBigBlindLocationsX
Résultat double[][]

HudBigBlindLocationsY public_oe static_oe property

public static double[][] HudBigBlindLocationsY
Résultat double[][]

HudBigBlindMByPlayerCount public_oe static_oe property

public static bool HudBigBlindMByPlayerCount
Résultat bool

HudBigBlindMByTableSize public_oe static_oe property

public static bool HudBigBlindMByTableSize
Résultat bool

HudBigBlindOpponentsBackground public_oe static_oe property

public static Color HudBigBlindOpponentsBackground
Résultat Color

HudBigBlindOpponentsBorderBrush public_oe static_oe property

public static Color HudBigBlindOpponentsBorderBrush
Résultat Color

HudBigBlindOpponentsBorderThickness public_oe static_oe property

public static Thickness HudBigBlindOpponentsBorderThickness
Résultat Thickness

HudBigBlindOpponentsColorsByValue public_oe static_oe property

public static List HudBigBlindOpponentsColorsByValue
Résultat List

HudBigBlindOpponentsCornerRadius public_oe static_oe property

public static CornerRadius HudBigBlindOpponentsCornerRadius
Résultat CornerRadius

HudBigBlindOpponentsFontFamily public_oe static_oe property

public static FontFamily HudBigBlindOpponentsFontFamily
Résultat FontFamily

HudBigBlindOpponentsFontSize public_oe static_oe property

public static double HudBigBlindOpponentsFontSize
Résultat double

HudBigBlindOpponentsFontStyle public_oe static_oe property

public static FontStyle HudBigBlindOpponentsFontStyle
Résultat FontStyle

HudBigBlindOpponentsFontWeight public_oe static_oe property

public static FontWeight HudBigBlindOpponentsFontWeight
Résultat FontWeight

HudBigBlindOpponentsForeground public_oe static_oe property

public static Color HudBigBlindOpponentsForeground
Résultat Color

HudBigBlindOpponentsMargin public_oe static_oe property

public static Thickness HudBigBlindOpponentsMargin
Résultat Thickness

HudBigBlindPostfix public_oe static_oe property

public static string HudBigBlindPostfix
Résultat string

HudBigBlindPrefix public_oe static_oe property

public static string HudBigBlindPrefix
Résultat string

HudBigBlindShowAdjustedBB public_oe static_oe property

public static bool HudBigBlindShowAdjustedBB
Résultat bool

HudBigBlindShowBB public_oe static_oe property

public static bool HudBigBlindShowBB
Résultat bool

HudBigBlindShowForHero public_oe static_oe property

public static bool HudBigBlindShowForHero
Résultat bool

HudBigBlindShowForOpponents public_oe static_oe property

public static bool HudBigBlindShowForOpponents
Résultat bool

HudBigBlindShowTournamentM public_oe static_oe property

public static bool HudBigBlindShowTournamentM
Résultat bool

HudEnable public_oe static_oe property

public static bool HudEnable
Résultat bool

HudTimerBackground public_oe static_oe property

public static Color HudTimerBackground
Résultat Color

HudTimerBorderBrush public_oe static_oe property

public static Color HudTimerBorderBrush
Résultat Color

HudTimerBorderThickness public_oe static_oe property

public static Thickness HudTimerBorderThickness
Résultat Thickness

HudTimerCornerRadius public_oe static_oe property

public static CornerRadius HudTimerCornerRadius
Résultat CornerRadius

HudTimerDiff public_oe static_oe property

public static int HudTimerDiff
Résultat int

HudTimerEnable public_oe static_oe property

public static bool HudTimerEnable
Résultat bool

HudTimerFontFamily public_oe static_oe property

public static FontFamily HudTimerFontFamily
Résultat FontFamily

HudTimerFontSize public_oe static_oe property

public static double HudTimerFontSize
Résultat double

HudTimerFontStyle public_oe static_oe property

public static FontStyle HudTimerFontStyle
Résultat FontStyle

HudTimerFontWeight public_oe static_oe property

public static FontWeight HudTimerFontWeight
Résultat FontWeight

HudTimerForeground public_oe static_oe property

public static Color HudTimerForeground
Résultat Color

HudTimerHHNotFound public_oe static_oe property

public static string HudTimerHHNotFound
Résultat string

HudTimerLocationLocked public_oe static_oe property

public static bool HudTimerLocationLocked
Résultat bool

HudTimerLocationsX public_oe static_oe property

public static double[] HudTimerLocationsX
Résultat double[]

HudTimerLocationsY public_oe static_oe property

public static double[] HudTimerLocationsY
Résultat double[]

HudTimerMargin public_oe static_oe property

public static Thickness HudTimerMargin
Résultat Thickness

HudTimerMultiplePokerTypes public_oe static_oe property

public static string HudTimerMultiplePokerTypes
Résultat string

HudTimerPokerTypeNotFound public_oe static_oe property

public static string HudTimerPokerTypeNotFound
Résultat string

HudTimerShowHandCount public_oe static_oe property

public static bool HudTimerShowHandCount
Résultat bool

HudTimerShowTimer public_oe static_oe property

public static bool HudTimerShowTimer
Résultat bool

ImportFolders public_oe static_oe property

public static List ImportFolders
Résultat List

MACHINE_GUID public_oe static_oe property

public static string MACHINE_GUID
Résultat string

MinimizeToSystemTray public_oe static_oe property

public static bool MinimizeToSystemTray
Résultat bool

POKERSTARS_TABLE_CLIENT_SIZE_DEFAULT public_oe static_oe property

public static System.Drawing.Size POKERSTARS_TABLE_CLIENT_SIZE_DEFAULT
Résultat System.Drawing.Size

POKERSTARS_TABLE_CLIENT_SIZE_MIN public_oe static_oe property

public static System.Drawing.Size POKERSTARS_TABLE_CLIENT_SIZE_MIN
Résultat System.Drawing.Size

PokerStarsThemeTable public_oe static_oe property

public static PokerStarsThemeTable PokerStarsThemeTable
Résultat PokerStarsThemeTable

PreferredSeat public_oe static_oe property

public static int[] PreferredSeat
Résultat int[]

RandomizerChance10 public_oe static_oe property

public static int RandomizerChance10
Résultat int

RandomizerChance20 public_oe static_oe property

public static int RandomizerChance20
Résultat int

RandomizerChance30 public_oe static_oe property

public static int RandomizerChance30
Résultat int

RandomizerChance40 public_oe static_oe property

public static int RandomizerChance40
Résultat int

RandomizerChance50 public_oe static_oe property

public static int RandomizerChance50
Résultat int

RandomizerChance60 public_oe static_oe property

public static int RandomizerChance60
Résultat int

RandomizerChance70 public_oe static_oe property

public static int RandomizerChance70
Résultat int

RandomizerChance80 public_oe static_oe property

public static int RandomizerChance80
Résultat int

RandomizerChance90 public_oe static_oe property

public static int RandomizerChance90
Résultat int

SaveGuiLocation public_oe static_oe property

public static bool SaveGuiLocation
Résultat bool

SaveGuiSize public_oe static_oe property

public static bool SaveGuiSize
Résultat bool

StartMinimized public_oe static_oe property

public static bool StartMinimized
Résultat bool

WINDOWS_BORDER_THICKNESS public_oe static_oe property

public static int WINDOWS_BORDER_THICKNESS
Résultat int

WINDOWS_TITLE_BORDER_THICKNESS public_oe static_oe property

public static int WINDOWS_TITLE_BORDER_THICKNESS
Résultat int