C# 클래스 Tachycardia.Tools.ConsoleParser

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

Private Properties

프로퍼티 타입 설명
ConsoleParser System
FillRow void
OnBackspace void
OnDownArrow void
OnEnter void
OnEscape void
OnFrame bool
OnInsert void
OnKey void
OnLeftArrow void
OnRightArrow void
OnTab void
OnUpArrow void
ParseInputKey void
ParseLine void
RegisterCommands void

공개 메소드들

메소드 설명
Init ( ) : void
RegisterCommand ( string commandName, ICommand command ) : void
TryRegisterCommand ( string commandName, ICommand command ) : bool

비공개 메소드들

메소드 설명
ConsoleParser ( ) : System
FillRow ( char c ) : void
OnBackspace ( ) : void
OnDownArrow ( ) : void
OnEnter ( ) : void
OnEscape ( ) : void
OnFrame ( Mogre e ) : bool
OnInsert ( ) : void
OnKey ( char key ) : void
OnLeftArrow ( ) : void
OnRightArrow ( ) : void
OnTab ( ) : void
OnUpArrow ( ) : void
ParseInputKey ( ) : void
ParseLine ( ) : void
RegisterCommands ( ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

RegisterCommand() 공개 메소드

public RegisterCommand ( string commandName, ICommand command ) : void
commandName string
command ICommand
리턴 void

TryRegisterCommand() 공개 메소드

public TryRegisterCommand ( string commandName, ICommand command ) : bool
commandName string
command ICommand
리턴 bool