C# Class TrakHound_UI.Timeline.TimelineToolbox

Inheritance: System.Windows.Controls.Control, ITimelineToolbox
Show file Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Methods

Method 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

Protected Methods

Method 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

Method Description
HookButtonEvents ( System.Windows.Controls.UIElementCollection col ) : void
TimelineToolbox ( ) : System

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnButtonClick() public method

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.
return void

OnFindingFirstEvent() protected method

protected OnFindingFirstEvent ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnFindingLastEvent() protected method

protected OnFindingLastEvent ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnMovingLeft() protected method

protected OnMovingLeft ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnMovingRight() protected method

protected OnMovingRight ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnZoomingIn() protected method

protected OnZoomingIn ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnZoomingOut() protected method

protected OnZoomingOut ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

SetSite() public method

public SetSite ( ITimelineToolboxTarget target ) : void
target ITimelineToolboxTarget
return void