Method | 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.
|
Method | Description | |
---|---|---|
InputItemViewModel_PropertyChanged ( object sender, System e ) : void |
public TimeLineItemViewModel ( ) : System.Windows.Controls.Primitives | ||
return | System.Windows.Controls.Primitives |
public TimeLineItemViewModel ( TimeLineViewModel parent ) : System.Windows.Controls.Primitives | ||
parent | TimeLineViewModel | The parent |
return | System.Windows.Controls.Primitives |
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. |
return | void |