C# Class TrakHound_UI.Timeline.TimelineToolbox

Inheritance: System.Windows.Controls.Control, ITimelineToolbox
Afficher le fichier Open project: TrakHound/TrakHound-Community Class Usage Examples

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void
OnButtonClick ( object sender, RoutedEventArgs e ) : void

Represents the handler that fires when buttons are clicked within the UI.

SetSite ( ITimelineToolboxTarget target ) : void

Méthodes protégées

Méthode Description
OnFindingFirstEvent ( RoutedEventArgs e ) : void
OnFindingLastEvent ( RoutedEventArgs e ) : void
OnMovingLeft ( RoutedEventArgs e ) : void
OnMovingRight ( RoutedEventArgs e ) : void
OnZoomingIn ( RoutedEventArgs e ) : void
OnZoomingOut ( RoutedEventArgs e ) : void

Private Methods

Méthode Description
HookButtonEvents ( System.Windows.Controls.UIElementCollection col ) : void
TimelineToolbox ( ) : System

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnButtonClick() public méthode

Represents the handler that fires when buttons are clicked within the UI.
public OnButtonClick ( object sender, RoutedEventArgs e ) : void
sender object The button of the event.
e System.Windows.RoutedEventArgs The routed event arguments.
Résultat void

OnFindingFirstEvent() protected méthode

protected OnFindingFirstEvent ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnFindingLastEvent() protected méthode

protected OnFindingLastEvent ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnMovingLeft() protected méthode

protected OnMovingLeft ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnMovingRight() protected méthode

protected OnMovingRight ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnZoomingIn() protected méthode

protected OnZoomingIn ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnZoomingOut() protected méthode

protected OnZoomingOut ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

SetSite() public méthode

public SetSite ( ITimelineToolboxTarget target ) : void
target ITimelineToolboxTarget
Résultat void