C# Class kOS.InterpreterEdit

Inheritance: kOS.ExecutionContext
Afficher le fichier Open project: Nivekk/KOS

Private Properties

Свойство Type Description
Backspace void
ClearScreen void
Enter void
Exit void
RecalcProgramSize void
Save void
UpdateBuffer void

Méthodes publiques

Méthode Description
ArrowKey ( kOSKeys key ) : void
Delete ( ) : void
GetBuffer ( ) : ].char[
GetCursorX ( ) : int
GetCursorY ( ) : int
InterpreterEdit ( String fileName, kOS.ExecutionContext parent ) : System
Print ( int sx, int sy, String value ) : void
Print ( int sx, int sy, String value, int max ) : void
PrintBorder ( int y ) : void
SpecialKey ( kOSKeys key ) : bool
Type ( char ch ) : bool
Update ( float time ) : void

Private Methods

Méthode Description
Backspace ( ) : void
ClearScreen ( ) : void
Enter ( ) : void
Exit ( ) : void
RecalcProgramSize ( ) : void
Save ( ) : void
UpdateBuffer ( ) : void

Method Details

ArrowKey() public méthode

public ArrowKey ( kOSKeys key ) : void
key kOSKeys
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : ].char[
Résultat ].char[

GetCursorX() public méthode

public GetCursorX ( ) : int
Résultat int

GetCursorY() public méthode

public GetCursorY ( ) : int
Résultat int

InterpreterEdit() public méthode

public InterpreterEdit ( String fileName, kOS.ExecutionContext parent ) : System
fileName String
parent kOS.ExecutionContext
Résultat System

Print() public méthode

public Print ( int sx, int sy, String value ) : void
sx int
sy int
value String
Résultat void

Print() public méthode

public Print ( int sx, int sy, String value, int max ) : void
sx int
sy int
value String
max int
Résultat void

PrintBorder() public méthode

public PrintBorder ( int y ) : void
y int
Résultat void

SpecialKey() public méthode

public SpecialKey ( kOSKeys key ) : bool
key kOSKeys
Résultat bool

Type() public méthode

public Type ( char ch ) : bool
ch char
Résultat bool

Update() public méthode

public Update ( float time ) : void
time float
Résultat void