C# Class kOS.ImmediateMode

Inheritance: kOS.ExecutionContext
Mostrar archivo Open project: Nivekk/KOS

Public Methods

Method Description
Add ( string cmdString ) : void
ClearScreen ( ) : void
GetBuffer ( ) : ].char[
GetCursorX ( ) : int
GetCursorY ( ) : int
ImmediateMode ( kOS.ExecutionContext parent ) : System
PreviousCommand ( int direction ) : void
Put ( string text, int x, int y ) : void
SendMessage ( SystemMessage message ) : void
ShiftUp ( ) : void
SpecialKey ( kOSKeys key ) : bool
StdOut ( string line ) : void
Type ( char ch ) : bool
Update ( float time ) : void
UpdateCursorXY ( ) : void
WriteLine ( string line ) : int

Private Methods

Method Description
Enter ( ) : void

Method Details

Add() public method

public Add ( string cmdString ) : void
cmdString string
return void

ClearScreen() public method

public ClearScreen ( ) : void
return void

GetBuffer() public method

public GetBuffer ( ) : ].char[
return ].char[

GetCursorX() public method

public GetCursorX ( ) : int
return int

GetCursorY() public method

public GetCursorY ( ) : int
return int

ImmediateMode() public method

public ImmediateMode ( kOS.ExecutionContext parent ) : System
parent kOS.ExecutionContext
return System

PreviousCommand() public method

public PreviousCommand ( int direction ) : void
direction int
return void

Put() public method

public Put ( string text, int x, int y ) : void
text string
x int
y int
return void

SendMessage() public method

public SendMessage ( SystemMessage message ) : void
message SystemMessage
return void

ShiftUp() public method

public ShiftUp ( ) : void
return void

SpecialKey() public method

public SpecialKey ( kOSKeys key ) : bool
key kOSKeys
return bool

StdOut() public method

public StdOut ( string line ) : void
line string
return void

Type() public method

public Type ( char ch ) : bool
ch char
return bool

Update() public method

public Update ( float time ) : void
time float
return void

UpdateCursorXY() public method

public UpdateCursorXY ( ) : void
return void

WriteLine() public method

public WriteLine ( string line ) : int
line string
return int