libcosmos
Linux C++ System Programming Library
|
Template for definition of concrete text effect helpers. More...
#include <colors.hxx>
Public Member Functions | |
TextEffectT (const std::string_view &text) | |
TextEffectT (const FeatureBase &next) | |
![]() | |
ANSICode | getOnCode () const |
ANSICode | getOffCode () const |
bool | hasText () const |
const std::string_view & | getText () const |
bool | hasNextFeature () const |
const FeatureBase & | getNextFeature () const |
Additional Inherited Members | |
![]() | |
TextEffect (const TermControl feature, const std::string_view &text) | |
TextEffect (const TermControl feature, const FeatureBase &next) | |
![]() | |
FeatureBase (const std::string_view &text, const ANSICode on_code, const ANSICode off_code) | |
FeatureBase (const FeatureBase &next, const ANSICode on_code, const ANSICode off_code) | |
![]() | |
std::variant< const std::string_view *, const FeatureBase * > | m_info |
either a terminal string or a pointer to the next feature to apply. | |
const ANSICode | m_on_code |
const ANSICode | m_off_code |
Template for definition of concrete text effect helpers.
Definition at line 215 of file colors.hxx.
|
inlineexplicit |
Definition at line 216 of file colors.hxx.
|
inlineexplicit |
Definition at line 218 of file colors.hxx.