C# Class MBC.App.Terminal.Layouts.NoLayout

The NoLayout class is created to provide an empty layout for TerminalModules that do not contain UserControls.
Inheritance: ControlLayout
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode Description
Input ( string input ) : void
KeyPressed ( ConsoleKeyInfo key ) : bool

Méthodes protégées

Méthode Description
DrawAllUnselected ( ) : void
DrawSelected ( UserControl ctrl ) : void
DrawUnselected ( UserControl ctrl ) : void

Method Details

DrawAllUnselected() protected méthode

protected DrawAllUnselected ( ) : void
Résultat void

DrawSelected() protected méthode

protected DrawSelected ( UserControl ctrl ) : void
ctrl MBC.App.Terminal.Controls.UserControl
Résultat void

DrawUnselected() protected méthode

protected DrawUnselected ( UserControl ctrl ) : void
ctrl MBC.App.Terminal.Controls.UserControl
Résultat void

Input() public méthode

public Input ( string input ) : void
input string
Résultat void

KeyPressed() public méthode

public KeyPressed ( ConsoleKeyInfo key ) : bool
key System.ConsoleKeyInfo
Résultat bool