|
void | EscapeCodes::setStyle (std::ostream &stream, TextAttribute displayAttribute=TextAttribute::Reset) |
|
void | EscapeCodes::setStyle (std::ostream &stream, Color color, ColorContext context=ColorContext::Foreground, TextAttribute displayAttribute=TextAttribute::Reset) |
|
void | EscapeCodes::setStyle (std::ostream &stream, Color foregroundColor, Color backgroundColor, TextAttribute displayAttribute=TextAttribute::Reset) |
|
void | EscapeCodes::resetStyle (std::ostream &stream) |
|
void | EscapeCodes::setCursor (std::ostream &stream, unsigned int row=0, unsigned int col=0) |
|
void | EscapeCodes::moveCursor (std::ostream &stream, unsigned int cells, Direction direction) |
|
void | EscapeCodes::saveCursor (std::ostream &stream) |
|
void | EscapeCodes::restoreCursor (std::ostream &stream) |
|
void | EscapeCodes::eraseDisplay (std::ostream &stream) |
|
void | EscapeCodes::eraseLine (std::ostream &stream) |
|
std::ostream & | EscapeCodes::operator<< (std::ostream &stream, TextAttribute displayAttribute) |
|
constexpr auto | EscapeCodes::color (Color foreground, Color background, TextAttribute displayAttribute=TextAttribute::Reset) |
|
constexpr auto | EscapeCodes::color (Color foreground, ColorContext context, TextAttribute displayAttribute=TextAttribute::Reset) |
|
template<typename TupleType , Traits::EnableIfAny< std::is_same< TupleType, std::tuple< Color, Color, TextAttribute >>, std::is_same< TupleType, std::tuple< Color, ColorContext, TextAttribute >>> * = nullptr> |
std::ostream & | EscapeCodes::operator<< (std::ostream &stream, TupleType displayAttribute) |
|
CPP_UTILITIES_EXPORT std::ostream & | EscapeCodes::operator<< (std::ostream &stream, Phrases phrase) |
| Prints the specified phrase. More...
|
|