C# Class SleepHunter.Views.SettingsWindow

Inheritance: System.Windows.Window
Show file Open project: ewrogers/SleepHunter4 Class Usage Examples

Public Properties

Property Type Description
AboutTabIndex int
AllMacrosTabIndex int
DebugTabIndex int
FloweringTabIndex int
GameClientTabIndex int
GeneralTabIndex int
NotificationsTabIndex int
SelectedTabIndexProperty System.Windows.DependencyProperty
SkillMacrosTabIndex int
SpellMacrosTabIndex int
UserInterfaceTabIndex int

Public Methods

Method Description
SettingsWindow ( ) : System

Private Methods

Method Description
GetVersion ( ) : void
metadataEditorButton_Click ( object sender, RoutedEventArgs e ) : void
resetDefaultsButton_Click ( object sender, RoutedEventArgs e ) : void
resetThemesButton_Click ( object sender, RoutedEventArgs e ) : void
resetVersionsButton_Click ( object sender, RoutedEventArgs e ) : void
tabControl_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
updateButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

SettingsWindow() public method

public SettingsWindow ( ) : System
return System

Property Details

AboutTabIndex public static property

public static int AboutTabIndex
return int

AllMacrosTabIndex public static property

public static int AllMacrosTabIndex
return int

DebugTabIndex public static property

public static int DebugTabIndex
return int

FloweringTabIndex public static property

public static int FloweringTabIndex
return int

GameClientTabIndex public static property

public static int GameClientTabIndex
return int

GeneralTabIndex public static property

public static int GeneralTabIndex
return int

NotificationsTabIndex public static property

public static int NotificationsTabIndex
return int

SelectedTabIndexProperty public static property

public static DependencyProperty,System.Windows SelectedTabIndexProperty
return System.Windows.DependencyProperty

SkillMacrosTabIndex public static property

public static int SkillMacrosTabIndex
return int

SpellMacrosTabIndex public static property

public static int SpellMacrosTabIndex
return int

UserInterfaceTabIndex public static property

public static int UserInterfaceTabIndex
return int