|
SDL Window Engine
20200905
|
класс манипулятор, заполнение области символом, цветом и свойствами по умолчанию Подробнее...
#include <swe_termwin.h>
Открытые члены | |
| defaults (const FBColors &fbc, int ch=0x20, const CharProperty &prop=CharProperty()) | |
| defaults (const ColorIndex &fg, const ColorIndex &bg, int ch=0x20, const CharProperty &prop=CharProperty()) | |
| const CharProperty & | prop (void) const |
Открытые члены унаследованные от SWE::UnicodeColor | |
| UnicodeColor (int sym, const Color &cl) | |
| UnicodeColor (int sym, const FBColors &fbc) | |
| bool | operator< (const UnicodeColor &) const |
| bool | operator> (const UnicodeColor &) const |
| bool | operator== (const UnicodeColor &) const |
| bool | operator!= (const UnicodeColor &) const |
| bool | isUnicode (int uc) const |
| int | unicode (void) const |
| const FBColors & | colors (void) const |
| int | value (void) const |
| ColorIndex | fgindex (void) const |
| ColorIndex | bgindex (void) const |
| Color | fgcolor (void) const |
| Color | bgcolor (void) const |
| void | unicode (int sym) |
| void | colors (const FBColors &) |
| void | fgindex (const ColorIndex &) |
| void | bgindex (const ColorIndex &) |
Открытые атрибуты | |
| CharProperty | property |
класс манипулятор, заполнение области символом, цветом и свойствами по умолчанию
область заполняется от текущей позиции курсора
1.8.14