C# 클래스 kOS.ImmediateMode

상속: kOS.ExecutionContext
파일 보기 프로젝트 열기: Nivekk/KOS

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Enter ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( string cmdString ) : void
cmdString string
리턴 void

ClearScreen() 공개 메소드

public ClearScreen ( ) : void
리턴 void

GetBuffer() 공개 메소드

public GetBuffer ( ) : ].char[
리턴 ].char[

GetCursorX() 공개 메소드

public GetCursorX ( ) : int
리턴 int

GetCursorY() 공개 메소드

public GetCursorY ( ) : int
리턴 int

ImmediateMode() 공개 메소드

public ImmediateMode ( kOS.ExecutionContext parent ) : System
parent kOS.ExecutionContext
리턴 System

PreviousCommand() 공개 메소드

public PreviousCommand ( int direction ) : void
direction int
리턴 void

Put() 공개 메소드

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

SendMessage() 공개 메소드

public SendMessage ( SystemMessage message ) : void
message SystemMessage
리턴 void

ShiftUp() 공개 메소드

public ShiftUp ( ) : void
리턴 void

SpecialKey() 공개 메소드

public SpecialKey ( kOSKeys key ) : bool
key kOSKeys
리턴 bool

StdOut() 공개 메소드

public StdOut ( string line ) : void
line string
리턴 void

Type() 공개 메소드

public Type ( char ch ) : bool
ch char
리턴 bool

Update() 공개 메소드

public Update ( float time ) : void
time float
리턴 void

UpdateCursorXY() 공개 메소드

public UpdateCursorXY ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string line ) : int
line string
리턴 int