C# Class CEWorkbench.Controls.TimelineControl

Interaction logic for TimelineControl.xaml
Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Mostrar archivo Open project: hcilab-um/ArmFatigueCE

Public Properties

Property Type Description
DeleteFatigueInfoEvent System.Windows.RoutedEvent
IsPlayingProperty System.Windows.DependencyProperty
IsRecordingProperty System.Windows.DependencyProperty
LenghtInSecondsProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
ReplayFatigueEvent System.Windows.RoutedEvent
TotalTimeInSecondsProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetEffortLog ( ) : string
TimelineControl ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
BtDeleteClick ( object sender, RoutedEventArgs e ) : void
BtReplayClick ( object sender, RoutedEventArgs e ) : void
Button_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Button_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
InsertNewDataPoint ( FatigueInfo fatigueInfo ) : void
OnMouseShowPathInfo ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnPropertyChanged ( String name ) : void

Method Details

GetEffortLog() public method

public GetEffortLog ( ) : string
return string

OnPropertyChanged() protected method

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
return void

TimelineControl() public method

public TimelineControl ( ) : System
return System

Property Details

DeleteFatigueInfoEvent public_oe static_oe property

public static RoutedEvent,System.Windows DeleteFatigueInfoEvent
return System.Windows.RoutedEvent

IsPlayingProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsPlayingProperty
return System.Windows.DependencyProperty

IsRecordingProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsRecordingProperty
return System.Windows.DependencyProperty

LenghtInSecondsProperty public_oe static_oe property

public static DependencyProperty,System.Windows LenghtInSecondsProperty
return System.Windows.DependencyProperty

MaxValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaxValueProperty
return System.Windows.DependencyProperty

ReplayFatigueEvent public_oe static_oe property

public static RoutedEvent,System.Windows ReplayFatigueEvent
return System.Windows.RoutedEvent

TotalTimeInSecondsProperty public_oe static_oe property

public static DependencyProperty,System.Windows TotalTimeInSecondsProperty
return System.Windows.DependencyProperty