C# 클래스 TrakHound_UI.Timeline.TimelineToolbox

상속: System.Windows.Controls.Control, ITimelineToolbox
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community 1 사용 예제들

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
OnButtonClick ( object sender, RoutedEventArgs e ) : void

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

SetSite ( ITimelineToolboxTarget target ) : void

보호된 메소드들

메소드 설명
OnFindingFirstEvent ( RoutedEventArgs e ) : void
OnFindingLastEvent ( RoutedEventArgs e ) : void
OnMovingLeft ( RoutedEventArgs e ) : void
OnMovingRight ( RoutedEventArgs e ) : void
OnZoomingIn ( RoutedEventArgs e ) : void
OnZoomingOut ( RoutedEventArgs e ) : void

비공개 메소드들

메소드 설명
HookButtonEvents ( System.Windows.Controls.UIElementCollection col ) : void
TimelineToolbox ( ) : System

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnButtonClick() 공개 메소드

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.
리턴 void

OnFindingFirstEvent() 보호된 메소드

protected OnFindingFirstEvent ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnFindingLastEvent() 보호된 메소드

protected OnFindingLastEvent ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnMovingLeft() 보호된 메소드

protected OnMovingLeft ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnMovingRight() 보호된 메소드

protected OnMovingRight ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnZoomingIn() 보호된 메소드

protected OnZoomingIn ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnZoomingOut() 보호된 메소드

protected OnZoomingOut ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

SetSite() 공개 메소드

public SetSite ( ITimelineToolboxTarget target ) : void
target ITimelineToolboxTarget
리턴 void