PAASS
Software suite to Acquire and Analyze Data from Pixie16
Display Namespace Reference

Functions

void SetColorTerm (void)
 
std::string CriticalStr (const std::string &str)
 
std::string ErrorStr (const std::string &str="[ERROR]")
 
std::string InfoStr (const std::string &str="[INFO]")
 
std::string OkayStr (const std::string &str="[OK]")
 
std::string WarningStr (const std::string &str="[WARNING]")
 
void LeaderPrint (const std::string &str)
 
bool StatusPrint (bool errorStatus)
 

Variables

bool hasColorTerm = true
 

Function Documentation

§ CriticalStr()

string Display::CriticalStr ( const std::string &  str)

Definition at line 37 of file Display.cpp.

§ ErrorStr()

string Display::ErrorStr ( const std::string &  str = "[ERROR]")

Definition at line 46 of file Display.cpp.

Here is the caller graph for this function:

§ InfoStr()

string Display::InfoStr ( const std::string &  str = "[INFO]")

Definition at line 55 of file Display.cpp.

Here is the caller graph for this function:

§ LeaderPrint()

void Display::LeaderPrint ( const std::string &  str)

Definition at line 28 of file Display.cpp.

Here is the caller graph for this function:

§ OkayStr()

string Display::OkayStr ( const std::string &  str = "[OK]")

Definition at line 64 of file Display.cpp.

Here is the caller graph for this function:

§ SetColorTerm()

void Display::SetColorTerm ( void  )

Definition at line 16 of file Display.cpp.

Here is the caller graph for this function:

§ StatusPrint()

bool Display::StatusPrint ( bool  errorStatus)

Definition at line 82 of file Display.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ WarningStr()

string Display::WarningStr ( const std::string &  str = "[WARNING]")

Definition at line 73 of file Display.cpp.

Here is the caller graph for this function:

Variable Documentation

§ hasColorTerm

bool Display::hasColorTerm = true

Definition at line 14 of file Display.cpp.