CommandWindow Class

Definition

Line 1195 of cmsxmdb/Debug.cm

Inheritance

Constructors & Destructor

public nothrow CommandWindow()

Member Functions

public void ClearMatches()
public override void Draw()
public override CommandResult HandleKey(int key)
public void SetScreen(Screen* screen_)

Member Variables

private HeaderLine header
private List<String<uchar>> history
private int historyIndex
private String<uchar> line
private int matchIndex
private List<String<uchar>> matches
private int pos
private bool prevWasTab

Constructor& Destructor Details

CommandWindow Constructor

public nothrow CommandWindow()

Definition
Line 1197 of cmsxmdb/Debug.cm


Member Function Details

ClearMatches Member Function

public void ClearMatches()

Definition
Line 1249 of cmsxmdb/Debug.cm


Draw Member Function

public override void Draw()

Definition
Line 1214 of cmsxmdb/Debug.cm


HandleKey Member Function

public override CommandResult HandleKey(int key)

Definition
Line 1255 of cmsxmdb/Debug.cm


SetScreen Member Function

public void SetScreen(Screen* screen_)

Definition
Line 1201 of cmsxmdb/Debug.cm