C# 클래스 SimpleSkin.ViewModels.VMKeyboardSimple

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
TriggerPropertyChanged ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BeginHighlight() 공개 메소드

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

EndHighlight() 공개 메소드

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

SelectElement() 공개 메소드

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
리턴 HighlightModel.ScrollingDirective

TriggerPropertyChanged() 공개 메소드

public TriggerPropertyChanged ( ) : void
리턴 void