#include <screen.h>
◆ ColorPair
Enumerator |
---|
INVALID | |
GREEN_BLACK | |
YELLOW_BLACK | |
RED_BLACK | |
WHITE_BLACK | |
BLACK_WHITE | |
◆ ~Screen()
◆ AddStr() [1/3]
void Screen::AddStr |
( |
int |
x, |
|
|
int |
y, |
|
|
ColorPair |
color, |
|
|
const char * |
str |
|
) |
| const |
◆ AddStr() [2/3]
void Screen::AddStr |
( |
int |
x, |
|
|
int |
y, |
|
|
const char * |
str |
|
) |
| const |
◆ AddStr() [3/3]
void Screen::AddStr |
( |
const char * |
str | ) |
const |
◆ ClearCurrentColor()
void Screen::ClearCurrentColor |
( |
void |
| ) |
const |
◆ Color()
◆ Height()
int Screen::Height |
( |
void |
| ) |
const |
◆ Init()
void Screen::Init |
( |
void |
| ) |
|
◆ Instance()
static Screen* Screen::Instance |
( |
void |
| ) |
|
|
static |
◆ MoveOffsetXY()
void Screen::MoveOffsetXY |
( |
int |
offsetX, |
|
|
int |
offsetY |
|
) |
| const |
◆ Resize()
◆ Run()
void Screen::Run |
( |
void |
| ) |
|
◆ SetCurrentColor()
void Screen::SetCurrentColor |
( |
ColorPair |
color | ) |
const |
◆ SetCurrentRenderMessage()
◆ Stop()
void Screen::Stop |
( |
void |
| ) |
|
|
inline |
◆ Width()
int Screen::Width |
( |
void |
| ) |
const |
◆ InteractiveCmdStr
const char Screen::InteractiveCmdStr[] |
|
static |
The documentation for this class was generated from the following file: