C# Class FrameTrapped.ComboTrainer.ViewModels.TimeLineItemViewModel

The time line item view model.
Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: jhogoforbroke/Frame-Trapped Class Usage Examples

Méthodes publiques

Méthode Description
DeHighlight ( ) : void

Alias for setting this item as not active.

DecrementFrames ( ) : void

Descreases the frame count by one.

Highlight ( ) : void

Alias for setting this item as active.

IncrementFrames ( ) : void

Increases the frame count by one.

TimeLineItemViewModel ( ) : System.Windows.Controls.Primitives

Initializes a new instance of the TimeLineItemViewModel class.

TimeLineItemViewModel ( TimeLineViewModel parent ) : System.Windows.Controls.Primitives

Initializes a new instance of the TimeLineItemViewModel class.

TryHighlight ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void

The UI hook for highlighting the time line items.

This exists to prevent the Play Sound toggle button from activating highlighting.

Update ( ) : void

Force update the changed property notifications.

Private Methods

Méthode Description
InputItemViewModel_PropertyChanged ( object sender, System e ) : void

Method Details

DeHighlight() public méthode

Alias for setting this item as not active.
public DeHighlight ( ) : void
Résultat void

DecrementFrames() public méthode

Descreases the frame count by one.
public DecrementFrames ( ) : void
Résultat void

Highlight() public méthode

Alias for setting this item as active.
public Highlight ( ) : void
Résultat void

IncrementFrames() public méthode

Increases the frame count by one.
public IncrementFrames ( ) : void
Résultat void

TimeLineItemViewModel() public méthode

Initializes a new instance of the TimeLineItemViewModel class.
public TimeLineItemViewModel ( ) : System.Windows.Controls.Primitives
Résultat System.Windows.Controls.Primitives

TimeLineItemViewModel() public méthode

Initializes a new instance of the TimeLineItemViewModel class.
public TimeLineItemViewModel ( TimeLineViewModel parent ) : System.Windows.Controls.Primitives
parent TimeLineViewModel The parent .
Résultat System.Windows.Controls.Primitives

TryHighlight() public méthode

The UI hook for highlighting the time line items.
This exists to prevent the Play Sound toggle button from activating highlighting.
public TryHighlight ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
sender object The sender.
e System.Windows.Input.KeyboardFocusChangedEventArgs The keyboard focus changed event args.
Résultat void

Update() public méthode

Force update the changed property notifications.
public Update ( ) : void
Résultat void