C# Class CEWorkbench.Controls.TimelineControl

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

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
GetEffortLog ( ) : string
TimelineControl ( ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Méthode 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 méthode

public GetEffortLog ( ) : string
Résultat string

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

TimelineControl() public méthode

public TimelineControl ( ) : System
Résultat System

Property Details

DeleteFatigueInfoEvent public_oe static_oe property

public static RoutedEvent,System.Windows DeleteFatigueInfoEvent
Résultat System.Windows.RoutedEvent

IsPlayingProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsPlayingProperty
Résultat System.Windows.DependencyProperty

IsRecordingProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsRecordingProperty
Résultat System.Windows.DependencyProperty

LenghtInSecondsProperty public_oe static_oe property

public static DependencyProperty,System.Windows LenghtInSecondsProperty
Résultat System.Windows.DependencyProperty

MaxValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaxValueProperty
Résultat System.Windows.DependencyProperty

ReplayFatigueEvent public_oe static_oe property

public static RoutedEvent,System.Windows ReplayFatigueEvent
Résultat System.Windows.RoutedEvent

TotalTimeInSecondsProperty public_oe static_oe property

public static DependencyProperty,System.Windows TotalTimeInSecondsProperty
Résultat System.Windows.DependencyProperty