C# Class GestSpace.Interpreter

Afficher le fichier Open project: NicolasDorier/GestSpace Class Usage Examples

Private Properties

Свойство Type Description
AddCommandBinding void
Find CommandBinding
Print string
PrintCommands string
ToVK VirtualKeyCode
ValidateAllKeys void

Méthodes publiques

Méthode Description
Interpret ( ) : void
Interpret ( IEnumerable commands ) : void
Interpret ( string txt ) : void
Interpreter ( ) : System
Parse ( ) : IEnumerable
Parse ( string txt ) : IEnumerable

Private Methods

Méthode Description
AddCommandBinding ( string commandType, Action run, Action validateParameters ) : void
Find ( string command ) : CommandBinding
Print ( string startWith, FuzzyCollection acceptedValues ) : string
PrintCommands ( ) : string
ToVK ( string key ) : VirtualKeyCode
ValidateAllKeys ( string args ) : void

Method Details

Interpret() public méthode

public Interpret ( ) : void
Résultat void

Interpret() public méthode

public Interpret ( IEnumerable commands ) : void
commands IEnumerable
Résultat void

Interpret() public méthode

public Interpret ( string txt ) : void
txt string
Résultat void

Interpreter() public méthode

public Interpreter ( ) : System
Résultat System

Parse() public méthode

public Parse ( ) : IEnumerable
Résultat IEnumerable

Parse() public méthode

public Parse ( string txt ) : IEnumerable
txt string
Résultat IEnumerable