Property | Type | Description | |
---|---|---|---|
AddThemesToComboBox | void | ||
BindSelectedTheme | void | ||
BindState | void | ||
BindThemesComboBox | void | ||
BindTimerWindow | void | ||
CancelButtonClick | void | ||
CloneThemeForEditing | |||
CloseButtonClick | void | ||
ColorControlColorChanged | void | ||
DeleteButtonClick | void | ||
NameTextBoxTextChanged | void | ||
NewButtonClick | void | ||
PromptToSaveIfRequired | bool | ||
RevertChanges | void | ||
SaveButtonClick | void | ||
SaveChanges | void | ||
ThemesComboBoxSelectionChanged | void | ||
UnfocusAll | bool | ||
WindowClosing | void |
Method | Description | |
---|---|---|
BringToFront ( ) : bool |
Brings the window to the front.
|
|
BringToFrontAndActivate ( ) : void |
Brings the window to the front, activates it, and focusses it.
|
|
SetTimerWindow ( |
Sets the TimerWindow that will be updated when a theme is selected in this window.
|
|
ThemeManagerWindow ( |
Initializes a new instance of the ThemeManagerWindow class.
|
Method | Description | |
---|---|---|
AddThemesToComboBox ( string title, IList |
Adds the specified themes to the ThemesComboBox.
|
|
BindSelectedTheme ( ) : void |
Binds the selected theme to the ThemesComboBox.
|
|
BindState ( ) : void |
Binds the ThemeManagerWindowState to the controls.
|
|
BindThemesComboBox ( ) : void |
Binds the themes from the ThemeManager to the ThemesComboBox.
|
|
BindTimerWindow ( ) : void |
Binds the TimerWindow to the controls.
|
|
CancelButtonClick ( object sender, |
Invoked when the CancelButton is clicked.
|
|
CloneThemeForEditing ( |
Clones a theme. This creates a clone of an existing Theme, but with a new identifier and a ThemeType.UserProvided type.
|
|
CloseButtonClick ( object sender, |
Invoked when the CloseButton is clicked.
|
|
ColorControlColorChanged ( object sender, |
Invoked when the ColorControl.Color property changes in a ColorControl.
|
|
DeleteButtonClick ( object sender, |
Invoked when the DeleteThemeButton is clicked.
|
|
NameTextBoxTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void |
Invoked when the TextBox.Text property value changes in the NameTextBox.
|
|
NewButtonClick ( object sender, |
Invoked when the NewThemeButton is clicked.
|
|
PromptToSaveIfRequired ( ) : bool |
Prompts the user to save unsaved changes to the selected theme, if there are any.
|
|
RevertChanges ( ) : void |
Reverts changes to the currently selected theme.
|
|
SaveButtonClick ( object sender, |
Invoked when the SaveButton is clicked.
|
|
SaveChanges ( ) : void |
Saves changes to the currently selected theme.
|
|
ThemesComboBoxSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
Invoked when the selection in the ThemesComboBox changes.
|
|
UnfocusAll ( ) : bool |
Removes focus from all controls.
|
|
WindowClosing ( object sender, CancelEventArgs e ) : void |
Invoked directly after Window.Close is called, and can be handled to cancel window closure.
|
public SetTimerWindow ( |
||
newTimerWindow | The |
|
return | bool |
public ThemeManagerWindow ( |
||
timerWindow | The |
|
return | System |