Screen Class

Definition

Line 10 of sted/Main.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 Refresh()

Member Variables

public int cols
public int rows
public int textRows

Constructor& Destructor Details

Screen Constructor

public nothrow Screen()

Definition
Line 12 of sted/Main.cm


~Screen Destructor

public ~Screen()

Definition
Line 20 of sted/Main.cm


Member Function Details

GetDimensions Member Function

public nothrow void GetDimensions()

Definition
Line 32 of sted/Main.cm


MoveCursorTo Member Function

public nothrow void MoveCursorTo(int row, int col)

Definition
Line 24 of sted/Main.cm


Refresh Member Function

public nothrow void Refresh()

Definition
Line 28 of sted/Main.cm