C# Class KeyboardEditor.ViewModels.VMZoneEditable

Inheritance: VMContextElementEditable, IHasOrder
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Méthode Description
MoveDown ( int pixels ) : void
MoveLeft ( int pixels ) : void
MoveRight ( int pixels ) : void
MoveUp ( int pixels ) : void
OnKeyDownAction ( int keyCode, int delta ) : void
VMZoneEditable ( VMContextEditable ctx, IZone zone ) : System

Private Methods

Méthode Description
DeleteZone ( ) : void
Dispose ( ) : void
IndexChanged ( ) : void
InsertKeyMode ( IKeyMode keyMode, IKey newKey ) : IKey
TriggerOnPropertyChanged ( string propertyName ) : void
TriggerOnPropertyChanged ( string propertyName, bool propagate ) : void

Method Details

MoveDown() public méthode

public MoveDown ( int pixels ) : void
pixels int
Résultat void

MoveLeft() public méthode

public MoveLeft ( int pixels ) : void
pixels int
Résultat void

MoveRight() public méthode

public MoveRight ( int pixels ) : void
pixels int
Résultat void

MoveUp() public méthode

public MoveUp ( int pixels ) : void
pixels int
Résultat void

OnKeyDownAction() public méthode

public OnKeyDownAction ( int keyCode, int delta ) : void
keyCode int
delta int
Résultat void

VMZoneEditable() public méthode

public VMZoneEditable ( VMContextEditable ctx, IZone zone ) : System
ctx VMContextEditable
zone IZone
Résultat System