C# Class SimpleSkin.ViewModels.VMKeyboardSimple

Inheritance: VMContextElement, IHighlightableElement
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

Свойство Type Description
Dispose void
OnConfigChanged void
OnKeyCreated void
OnKeyDestroyed void
OnLayoutSizeChanged void
OnZoneCreated void
OnZoneDestroyed void
OnZoneMoved void
RegisterEvents void
SafeUpdateInsideBorderColor void
UnregisterEvents void
UpdateBackgroundPath void
UpdateH void
UpdateHighlightBackground void
UpdateHighlightFontColor void
UpdateLoopCount void
UpdateW void
VMKeyboardSimple System

Méthodes publiques

Méthode Description
BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
TriggerPropertyChanged ( ) : void

Private Methods

Méthode Description
Dispose ( ) : void
OnConfigChanged ( object sender, CK.Plugin.Config.ConfigChangedEventArgs e ) : void
OnKeyCreated ( object sender, KeyEventArgs e ) : void
OnKeyDestroyed ( object sender, KeyEventArgs e ) : void
OnLayoutSizeChanged ( object sender, LayoutEventArgs e ) : void
OnZoneCreated ( object sender, ZoneEventArgs e ) : void
OnZoneDestroyed ( object sender, ZoneEventArgs e ) : void
OnZoneMoved ( object sender, ZoneEventArgs e ) : void
RegisterEvents ( ) : void
SafeUpdateInsideBorderColor ( ) : void
UnregisterEvents ( ) : void
UpdateBackgroundPath ( ) : void
UpdateH ( ) : void
UpdateHighlightBackground ( ) : void
UpdateHighlightFontColor ( ) : void
UpdateLoopCount ( ) : void
UpdateW ( ) : void
VMKeyboardSimple ( VMContextSimpleBase ctx, IKeyboard kb ) : System

Method Details

BeginHighlight() public méthode

public BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
beginScrollingInfo HighlightModel.BeginScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

EndHighlight() public méthode

public EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
endScrollingInfo HighlightModel.EndScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

SelectElement() public méthode

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

TriggerPropertyChanged() public méthode

public TriggerPropertyChanged ( ) : void
Résultat void