Screen Class

Definition

Line 31 of cmsxmdb/Debug.cm

Constructors & Destructor

public nothrow Screen()
public ~Screen()

Member Functions

public nothrow void GetDimensions()
public nothrow void MoveCursorTo(int row, int col)
public nothrow void Update()

Member Variables

public int cols
public int commandWindowHeight
public Window* focusedWindow
public int outputWindowHeight
public int rows

Constructor& Destructor Details

Screen Constructor

public nothrow Screen()

Definition
Line 33 of cmsxmdb/Debug.cm


~Screen Destructor

public ~Screen()

Definition
Line 48 of cmsxmdb/Debug.cm


Member Function Details

GetDimensions Member Function

public nothrow void GetDimensions()

Definition
Line 71 of cmsxmdb/Debug.cm


MoveCursorTo Member Function

public nothrow void MoveCursorTo(int row, int col)

Definition
Line 52 of cmsxmdb/Debug.cm


Update Member Function

public nothrow void Update()

Definition
Line 56 of cmsxmdb/Debug.cm