C# 클래스 Scroller.TurboScrollingStrategy

상속: OneByOneScrollingStrategy
파일 보기 프로젝트 열기: Invenietis/ck-certified

Private Properties

프로퍼티 타입 설명
SetTurboWithCheck void

공개 메소드들

메소드 설명
OnExternalEvent ( ) : void
Pause ( bool forceEndHighlight ) : void
Setup ( DispatcherTimer timer, Func elements, IPluginConfigAccessor config ) : void
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
OnConfigChanged ( object sender, CK.Plugin.Config.ConfigChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
SetTurboWithCheck ( ) : void

Method that sets the turbo if we are not scrolling on the "root" level

메소드 상세

OnConfigChanged() 보호된 메소드

protected OnConfigChanged ( object sender, CK.Plugin.Config.ConfigChangedEventArgs e ) : void
sender object
e CK.Plugin.Config.ConfigChangedEventArgs
리턴 void

OnExternalEvent() 공개 메소드

public OnExternalEvent ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( bool forceEndHighlight ) : void
forceEndHighlight bool
리턴 void

Setup() 공개 메소드

public Setup ( DispatcherTimer timer, Func elements, IPluginConfigAccessor config ) : void
timer System.Windows.Threading.DispatcherTimer
elements Func
config IPluginConfigAccessor
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void