libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::term::TextOnColorT< color, intensity > Struct Template Reference

Template for definition of concrete background color helpers. More...

#include <colors.hxx>

+ Inheritance diagram for cosmos::term::TextOnColorT< color, intensity >:

Public Member Functions

 TextOnColorT (const std::string_view &text)
 
 TextOnColorT (const FeatureBase &next)
 
- Public Member Functions inherited from cosmos::term::ColoredText
 ColoredText (const std::string_view &text, const TermColor c, const ColorKind kind, const ColorIntensity intensity)
 
 ColoredText (const FeatureBase &next, const TermColor c, const ColorKind kind, const ColorIntensity intensity)
 
- Public Member Functions inherited from cosmos::term::FeatureBase
ANSICode getOnCode () const
 
ANSICode getOffCode () const
 
bool hasText () const
 
const std::string_view & getText () const
 
bool hasNextFeature () const
 
const FeatureBasegetNextFeature () const
 

Additional Inherited Members

- Protected Member Functions inherited from cosmos::term::ColoredText
ANSICode getOffCode (const ColorKind kind) const
 
- Protected Member Functions inherited from cosmos::term::FeatureBase
 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)
 
- Protected Attributes inherited from cosmos::term::FeatureBase
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
 

Detailed Description

template<TermColor color, ColorIntensity intensity = ColorIntensity::NORMAL>
struct cosmos::term::TextOnColorT< color, intensity >

Template for definition of concrete background color helpers.

Definition at line 264 of file colors.hxx.

Constructor & Destructor Documentation

◆ TextOnColorT() [1/2]

template<TermColor color, ColorIntensity intensity = ColorIntensity::NORMAL>
cosmos::term::TextOnColorT< color, intensity >::TextOnColorT ( const std::string_view & text)
inlineexplicit

Definition at line 265 of file colors.hxx.

265: ColoredText{text, color, ColorKind::BACK, intensity} {}

◆ TextOnColorT() [2/2]

template<TermColor color, ColorIntensity intensity = ColorIntensity::NORMAL>
cosmos::term::TextOnColorT< color, intensity >::TextOnColorT ( const FeatureBase & next)
inlineexplicit

Definition at line 266 of file colors.hxx.

266: ColoredText{next, color, ColorKind::BACK, intensity} {}

The documentation for this struct was generated from the following file: