C# Class Scroller.TurboScrollingStrategy

Inheritance: OneByOneScrollingStrategy
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

Свойство Type Description
SetTurboWithCheck void

Méthodes publiques

Méthode Description
OnExternalEvent ( ) : void
Pause ( bool forceEndHighlight ) : void
Setup ( DispatcherTimer timer, Func elements, IPluginConfigAccessor config ) : void
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
OnConfigChanged ( object sender, CK.Plugin.Config.ConfigChangedEventArgs e ) : void

Private Methods

Méthode Description
SetTurboWithCheck ( ) : void

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

Method Details

OnConfigChanged() protected méthode

protected OnConfigChanged ( object sender, CK.Plugin.Config.ConfigChangedEventArgs e ) : void
sender object
e CK.Plugin.Config.ConfigChangedEventArgs
Résultat void

OnExternalEvent() public méthode

public OnExternalEvent ( ) : void
Résultat void

Pause() public méthode

public Pause ( bool forceEndHighlight ) : void
forceEndHighlight bool
Résultat void

Setup() public méthode

public Setup ( DispatcherTimer timer, Func elements, IPluginConfigAccessor config ) : void
timer System.Windows.Threading.DispatcherTimer
elements Func
config IPluginConfigAccessor
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void