Aufgabe 3: Pro-/Epilog
TextStream Member List
This is the complete list of members for TextStream, including all inherited members.
arrange(TextStream &kout, TextStream dout[8]) | TextStream | static |
base | OutputStream | |
BLACK enum value | TextMode | |
BLUE enum value | TextMode | |
BROWN enum value | TextMode | |
buffer | Stringbuffer | protected |
Color enum name | TextMode | |
COLUMNS | TextMode | static |
CYAN enum value | TextMode | |
DARK_GREY enum value | TextMode | |
flush() override | TextStream | virtual |
from_col | TextWindow | protected |
from_row | TextWindow | protected |
getCursor(unsigned &abs_x, unsigned &abs_y) | TextMode | static |
getPos(unsigned &rel_x, unsigned &rel_y) const | TextWindow | |
getPos(int &rel_x, int &rel_y) const | TextWindow | |
GREEN enum value | TextMode | |
LIGHT_BLUE enum value | TextMode | |
LIGHT_CYAN enum value | TextMode | |
LIGHT_GREEN enum value | TextMode | |
LIGHT_GREY enum value | TextMode | |
LIGHT_MAGENTA enum value | TextMode | |
LIGHT_RED enum value | TextMode | |
MAGENTA enum value | TextMode | |
mouse_attrib | TextMode | protectedstatic |
mouse_x | TextMode | protectedstatic |
mouse_y | TextMode | protectedstatic |
operator<<(char c) | OutputStream | |
operator<<(unsigned char c) | OutputStream | |
operator<<(const char *string) | OutputStream | |
operator<<(bool b) | OutputStream | |
operator<<(short ival) | OutputStream | |
operator<<(unsigned short ival) | OutputStream | |
operator<<(int ival) | OutputStream | |
operator<<(unsigned int ival) | OutputStream | |
operator<<(long ival) | OutputStream | |
operator<<(unsigned long ival) | OutputStream | |
operator<<(long long ival) | OutputStream | |
operator<<(unsigned long long ival) | OutputStream | |
operator<<(const void *ptr) | OutputStream | |
operator<<(OutputStream &(*f)(OutputStream &)) | OutputStream | |
OutputStream() | OutputStream | inline |
pos | Stringbuffer | protected |
pos_x | TextWindow | protected |
pos_y | TextWindow | protected |
print(const char *string, size_t length, Attribute attrib=TextMode::Attribute()) | TextWindow | |
put(char c) | Stringbuffer | protected |
RED enum value | TextMode | |
reset(char character=' ', Attribute attrib=TextMode::Attribute()) | TextWindow | |
ROWS | TextMode | static |
setCursor(unsigned abs_x, unsigned abs_y) | TextMode | static |
setPos(unsigned rel_x, unsigned rel_y) | TextWindow | |
setPos(int rel_x, int rel_y) | TextWindow | |
show(unsigned abs_x, unsigned abs_y, char character, Attribute attrib=Attribute()) | TextMode | static |
show(int abs_x, int abs_y, char character, Attribute attrib=Attribute()) | TextMode | static |
showMouse(unsigned abs_x, unsigned abs_y) | TextMode | static |
Stringbuffer() | Stringbuffer | inlineprotected |
TEXT_BUFFER_BASE | TextMode | protectedstatic |
TextMode() | TextMode | inlineprotected |
TextStream(unsigned from_col, unsigned to_col, unsigned from_row, unsigned to_row, bool use_cursor=false) | TextStream | inline |
TextStream(void) | TextStream | inline |
TextWindow(unsigned from_col, unsigned to_col, unsigned from_row, unsigned to_row, bool use_cursor=false) | TextWindow | |
to_col | TextWindow | protected |
to_row | TextWindow | protected |
use_cursor | TextWindow | protected |
WHITE enum value | TextMode | |
YELLOW enum value | TextMode | |
~OutputStream() | OutputStream | inlinevirtual |
~Stringbuffer() | Stringbuffer | inlinevirtual |