C# Class SimpleSkin.ViewModels.VMKeyboardSimple

Inheritance: VMContextElement, IHighlightableElement
Datei anzeigen Open project: Invenietis/ck-certified

Private Properties

Property 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

Public Methods

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

Private Methods

Method 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 method

public BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
beginScrollingInfo HighlightModel.BeginScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
return HighlightModel.ScrollingDirective

EndHighlight() public method

public EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
endScrollingInfo HighlightModel.EndScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
return HighlightModel.ScrollingDirective

SelectElement() public method

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
return HighlightModel.ScrollingDirective

TriggerPropertyChanged() public method

public TriggerPropertyChanged ( ) : void
return void