C# Class KeymapGenerator.ViewModels.ViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: jreardon/KeymapGenerator Class Usage Examples

Méthodes publiques

Méthode Description
DeleteLayer ( ) : void
GetCurrentKeymapType ( ) : KeymapType
GetKeymapLayer ( string layerName ) : KeymapLayer
ImportKeymapFile ( string file ) : void
ResetKeymap ( ) : void
SaveKeymapToFile ( ) : void
SetAvailableRefLayers ( ) : void
SetRefLayer ( ) : void
TriggerLayerAction ( string layerName ) : void
UpdateKeymapType ( ) : void
UpdatedKeymapText ( ) : void
ViewModel ( RoutedEventArgs>.Action selectedLayerClick ) : System

Private Methods

Méthode Description
AddLayer ( string layerName ) : void
KeymapButton_Click ( ) : RoutedEventArgs>.Action
OnPropertyChanged ( [ propertyName = null ) : void
RenameLayer ( string layerName ) : void

Method Details

DeleteLayer() public méthode

public DeleteLayer ( ) : void
Résultat void

GetCurrentKeymapType() public méthode

public GetCurrentKeymapType ( ) : KeymapType
Résultat KeymapType

GetKeymapLayer() public méthode

public GetKeymapLayer ( string layerName ) : KeymapLayer
layerName string
Résultat KeymapGenerator.Models.KeymapLayer

ImportKeymapFile() public méthode

public ImportKeymapFile ( string file ) : void
file string
Résultat void

ResetKeymap() public méthode

public ResetKeymap ( ) : void
Résultat void

SaveKeymapToFile() public méthode

public SaveKeymapToFile ( ) : void
Résultat void

SetAvailableRefLayers() public méthode

public SetAvailableRefLayers ( ) : void
Résultat void

SetRefLayer() public méthode

public SetRefLayer ( ) : void
Résultat void

TriggerLayerAction() public méthode

public TriggerLayerAction ( string layerName ) : void
layerName string
Résultat void

UpdateKeymapType() public méthode

public UpdateKeymapType ( ) : void
Résultat void

UpdatedKeymapText() public méthode

public UpdatedKeymapText ( ) : void
Résultat void

ViewModel() public méthode

public ViewModel ( RoutedEventArgs>.Action selectedLayerClick ) : System
selectedLayerClick RoutedEventArgs>.Action
Résultat System