Guitar
Public Member Functions | Private Attributes | List of all members
EsccapeSequence Class Reference

Public Member Functions

bool isActive () const
 
void write (char c)
 
int fg_color_code () const
 
int bg_color_code () const
 

Private Attributes

int offset = 0
 
unsigned char data [100]
 
int color_fg = -1
 
int color_bg = -1
 

Member Function Documentation

◆ bg_color_code()

int EsccapeSequence::bg_color_code ( ) const
inline

◆ fg_color_code()

int EsccapeSequence::fg_color_code ( ) const
inline

◆ isActive()

bool EsccapeSequence::isActive ( ) const
inline

◆ write()

void EsccapeSequence::write ( char  c)
inline

Member Data Documentation

◆ color_bg

int EsccapeSequence::color_bg = -1
private

◆ color_fg

int EsccapeSequence::color_fg = -1
private

◆ data

unsigned char EsccapeSequence::data[100]
private

◆ offset

int EsccapeSequence::offset = 0
private

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