C# 클래스 GestSpace.Interpreter

파일 보기 프로젝트 열기: NicolasDorier/GestSpace 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddCommandBinding void
Find CommandBinding
Print string
PrintCommands string
ToVK VirtualKeyCode
ValidateAllKeys void

공개 메소드들

메소드 설명
Interpret ( ) : void
Interpret ( IEnumerable commands ) : void
Interpret ( string txt ) : void
Interpreter ( ) : System
Parse ( ) : IEnumerable
Parse ( string txt ) : IEnumerable

비공개 메소드들

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

메소드 상세

Interpret() 공개 메소드

public Interpret ( ) : void
리턴 void

Interpret() 공개 메소드

public Interpret ( IEnumerable commands ) : void
commands IEnumerable
리턴 void

Interpret() 공개 메소드

public Interpret ( string txt ) : void
txt string
리턴 void

Interpreter() 공개 메소드

public Interpreter ( ) : System
리턴 System

Parse() 공개 메소드

public Parse ( ) : IEnumerable
리턴 IEnumerable

Parse() 공개 메소드

public Parse ( string txt ) : IEnumerable
txt string
리턴 IEnumerable