C# Class Tachycardia.Tools.ConsoleParser

Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
Init ( ) : void
RegisterCommand ( string commandName, ICommand command ) : void
TryRegisterCommand ( string commandName, ICommand command ) : bool

Private Methods

Méthode Description
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

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

RegisterCommand() public méthode

public RegisterCommand ( string commandName, ICommand command ) : void
commandName string
command ICommand
Résultat void

TryRegisterCommand() public méthode

public TryRegisterCommand ( string commandName, ICommand command ) : bool
commandName string
command ICommand
Résultat bool