|
|
|
|
Location:
e32cons.h
Link against: euser.lib
class CColorConsoleBase : public CConsoleBase;
Adds colour support to the basic console interface.
CBase - Base class for all classes to be instantiated on the heap
CConsoleBase - A base class that defines a console interface
CColorConsoleBase - Adds colour support to the basic console interface
Defined in CColorConsoleBase:
Extension_(), SetTextAttribute()
Inherited from CBase:
Delete(),
operator new()
Inherited from CConsoleBase:
ClearScreen(),
ClearToEndOfLine(),
Create(),
CursorPos(),
Getch(),
KeyCode(),
KeyModifiers(),
Printf(),
Read(),
ReadCancel(),
ScreenSize(),
SetCursorHeight(),
SetCursorPosAbs(),
SetCursorPosRel(),
SetPos(),
SetTitle(),
WhereX(),
WhereY(),
Write()
virtual void SetTextAttribute(TTextAttribute);
Sets the text attribute as defined by TTextAttribute.
|