Method | Description | |
---|---|---|
Bind ( |
Binds the ContextMenu to a TimerWindow.
|
Method | Description | |
---|---|---|
BuildMenu ( ) : void |
Builds or rebuilds the context menu.
|
|
CheckableMenuItemClick ( object sender, |
Invoked when a checkable MenuItem is clicked.
|
|
ClearRecentInputsMenuItemClick ( object sender, |
Invoked when the "Clear recent inputs" MenuItem is clicked.
|
|
ClearSavedTimersMenuItemClick ( object sender, |
Invoked when the "Clear saved timers" MenuItem is clicked.
|
|
CloseMenuItemClick ( object sender, |
Invoked when the "Close" MenuItem is clicked.
|
|
CreateSoundMenuItem ( Hourglass.Timing.Sound sound ) : void |
Creates a MenuItem for a Sound.
|
|
CreateSoundMenuItemsFromList ( IList |
Creates a MenuItem for each Sound in the collection.
|
|
CreateThemeMenuItem ( |
Creates a MenuItem for a Theme.
|
|
CreateThemeMenuItemsFromList ( IList |
Creates a MenuItem for each Theme in the collection.
|
|
DispatcherTimerTick ( object sender, |
Invoked when the dispatcherTimer interval has elapsed.
|
|
GetHeaderForTheme ( |
Returns an object that can be set for the MenuItem.Header of a MenuItem that displays a Theme.
|
|
GetHeaderForTimer ( |
Returns an object that can be set for the MenuItem.Header of a MenuItem that displays a Timer.
|
|
GetIconForTimer ( |
Returns an object that can be set for the MenuItem.Icon of a MenuItem that displays a Timer.
|
|
ManageThemesMenuItemClick ( object sender, |
Invoked when the "Manage themes" MenuItem is clicked.
|
|
NewTimerMenuItemClick ( object sender, |
Invoked when the "New timer" MenuItem is clicked.
|
|
OpenAllSavedTimersMenuItemClick ( object sender, |
Invoked when the "Open all saved timers" MenuItem is clicked.
|
|
RecentInputMenuItemClick ( object sender, |
Invoked when a recent TimerStart MenuItem is clicked.
|
|
SavedTimerMenuItemClick ( object sender, |
Invoked when a saved timer MenuItem is clicked.
|
|
ShowSavedTimer ( |
Shows an existing Timer.
|
|
ShowSavedTimerInCurrentWindow ( |
Shows an existing Timer in the current TimerWindow.
|
|
ShowSavedTimerInNewWindow ( |
Shows an existing Timer in a new TimerWindow.
|
|
SoundMenuItemClick ( object sender, |
Invoked when a sound MenuItem is clicked.
|
|
ThemeMenuItemClick ( object sender, |
Invoked when a theme MenuItem is clicked.
|
|
ThemeTypeMenuItemClick ( object sender, |
Invoked when a theme type MenuItem is clicked.
|
|
UpdateMenuFromOptions ( ) : void |
Reads the options from the TimerOptions and applies them to this menu.
|
|
UpdateOptionsFromMenu ( ) : void |
Reads the options from this menu and applies them to the TimerOptions.
|
|
UpdateRecentInputsMenuItem ( ) : void |
Updates the recentInputsMenuItem.
|
|
UpdateSavedTimersHeaders ( ) : void |
Updates the MenuItem.Header of the items in the savedTimersMenuItem.
|
|
UpdateSavedTimersMenuItem ( ) : void |
Updates the savedTimersMenuItem.
|
|
UpdateSoundMenuItem ( ) : void |
Updates the soundMenuItem.
|
|
UpdateThemeMenuItem ( ) : void |
Updates the themeMenuItem.
|
|
WindowContextMenuClosing ( object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void |
Invoked just before the context menu is closed.
|
|
WindowContextMenuOpening ( object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void |
Invoked when the context menu is opened.
|
|
WindowTitleMenuItemClick ( object sender, |
Invoked when a window title MenuItem is clicked.
|