C# 클래스 FrameTrapped.ComboTrainer.ViewModels.TimeLineItemViewModel

The time line item view model.
상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: jhogoforbroke/Frame-Trapped 1 사용 예제들

공개 메소드들

메소드 설명
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