PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
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 |
string Display::CriticalStr | ( | const std::string & | str | ) |
Definition at line 37 of file Display.cpp.
string Display::ErrorStr | ( | const std::string & | str = "[ERROR]" | ) |
string Display::InfoStr | ( | const std::string & | str = "[INFO]" | ) |
void Display::LeaderPrint | ( | const std::string & | str | ) |
string Display::OkayStr | ( | const std::string & | str = "[OK]" | ) |
void Display::SetColorTerm | ( | void | ) |
bool Display::StatusPrint | ( | bool | errorStatus | ) |
Definition at line 82 of file Display.cpp.
string Display::WarningStr | ( | const std::string & | str = "[WARNING]" | ) |
bool Display::hasColorTerm = true |
Definition at line 14 of file Display.cpp.