|
|
static auto | getTermForegroundColor () noexcept -> FColor |
| |
|
static auto | getTermBackgroundColor () noexcept -> FColor |
| |
|
static auto | getAttribute () noexcept -> FChar & |
| |
|
static void | setColor (FColor, FColor) noexcept |
| |
|
static void | setColor (const FColorPair &) noexcept |
| |
|
static void | setNormal () noexcept |
| |
|
static void | setBold (bool) noexcept |
| |
|
static void | setBold () noexcept |
| |
|
static void | unsetBold () noexcept |
| |
|
static void | setDim (bool) noexcept |
| |
|
static void | setDim () noexcept |
| |
|
static void | unsetDim () noexcept |
| |
|
static void | setItalic (bool) noexcept |
| |
|
static void | setItalic () noexcept |
| |
|
static void | unsetItalic () noexcept |
| |
|
static void | setUnderline (bool) noexcept |
| |
|
static void | setUnderline () noexcept |
| |
|
static void | unsetUnderline () noexcept |
| |
|
static void | setBlink (bool) noexcept |
| |
|
static void | setBlink () noexcept |
| |
|
static void | unsetBlink () noexcept |
| |
|
static void | setReverse (bool) noexcept |
| |
|
static void | setReverse () noexcept |
| |
|
static void | unsetReverse () noexcept |
| |
|
static void | setStandout (bool) noexcept |
| |
|
static void | setStandout () noexcept |
| |
|
static void | unsetStandout () noexcept |
| |
|
static void | setInvisible (bool) noexcept |
| |
|
static void | setInvisible () noexcept |
| |
|
static void | unsetInvisible () noexcept |
| |
|
static void | setProtected (bool) noexcept |
| |
|
static void | setProtected () noexcept |
| |
|
static void | unsetProtected () noexcept |
| |
|
static void | setCrossedOut (bool) noexcept |
| |
|
static void | setCrossedOut () noexcept |
| |
|
static void | unsetCrossedOut () noexcept |
| |
|
static void | setDoubleUnderline (bool) noexcept |
| |
|
static void | setDoubleUnderline () noexcept |
| |
|
static void | unsetDoubleUnderline () noexcept |
| |
|
static void | setAltCharset (bool) noexcept |
| |
|
static void | setAltCharset () noexcept |
| |
|
static void | unsetAltCharset () noexcept |
| |
|
static void | setPCcharset (bool) noexcept |
| |
|
static void | setPCcharset () noexcept |
| |
|
static void | unsetPCcharset () noexcept |
| |
|
static void | setTransparent (bool) noexcept |
| |
|
static void | setTransparent () noexcept |
| |
|
static void | unsetTransparent () noexcept |
| |
|
static void | setColorOverlay (bool) noexcept |
| |
|
static void | setColorOverlay () noexcept |
| |
|
static void | unsetColorOverlay () noexcept |
| |
|
static void | setInheritBackground (bool) noexcept |
| |
|
static void | setInheritBackground () noexcept |
| |
|
static void | unsetInheritBackground () noexcept |
| |
|
static auto | isBold () noexcept -> bool |
| |
|
static auto | isDim () noexcept -> bool |
| |
|
static auto | isItalic () noexcept -> bool |
| |
|
static auto | isUnderline () noexcept -> bool |
| |
|
static auto | isBlink () noexcept -> bool |
| |
|
static auto | isReverse () noexcept -> bool |
| |
|
static auto | isStandout () noexcept -> bool |
| |
|
static auto | isInvisible () noexcept -> bool |
| |
|
static auto | isProtected () noexcept -> bool |
| |
|
static auto | isCrossedOut () noexcept -> bool |
| |
|
static auto | isDoubleUnderline () noexcept -> bool |
| |
|
static auto | isAltCharset () noexcept -> bool |
| |
|
static auto | isPCcharset () noexcept -> bool |
| |
|
static auto | isTransparent () noexcept -> bool |
| |
|
static auto | isColorOverlay () noexcept -> bool |
| |
|
static auto | isInheritBackground () noexcept -> bool |
| |
|
static void | initAttribute () noexcept |
| |
|
static void | print (const FStyle &) |
| |
|
static void | print (const FColorPair &) noexcept |
| |