C# Класс FrameTrapped.ComboTrainer.ViewModels.TimeLineItemViewModel

The time line item view model.
Наследование: Caliburn.Micro.Screen
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
InputItemViewModel_PropertyChanged ( object sender, System e ) : void

Описание методов

DeHighlight() публичный Метод

Alias for setting this item as not active.
public DeHighlight ( ) : void
Результат void

DecrementFrames() публичный Метод

Descreases the frame count by one.
public DecrementFrames ( ) : void
Результат void

Highlight() публичный Метод

Alias for setting this item as active.
public Highlight ( ) : void
Результат void

IncrementFrames() публичный Метод

Increases the frame count by one.
public IncrementFrames ( ) : void
Результат void

TimeLineItemViewModel() публичный Метод

Initializes a new instance of the TimeLineItemViewModel class.
public TimeLineItemViewModel ( ) : System.Windows.Controls.Primitives
Результат System.Windows.Controls.Primitives

TimeLineItemViewModel() публичный Метод

Initializes a new instance of the TimeLineItemViewModel class.
public TimeLineItemViewModel ( TimeLineViewModel parent ) : System.Windows.Controls.Primitives
parent TimeLineViewModel The parent .
Результат System.Windows.Controls.Primitives

TryHighlight() публичный Метод

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.
Результат void

Update() публичный Метод

Force update the changed property notifications.
public Update ( ) : void
Результат void