Cppcheck
|
Go to the source code of this file.
Enumerations | |
enum class | Color { Reset = 0 , Bold = 1 , Dim = 2 , FgRed = 31 , FgGreen = 32 , FgBlue = 34 , FgMagenta = 35 , FgDefault = 39 } |
Functions | |
CPPCHECKLIB std::ostream & | operator<< (std::ostream &os, Color c) |
CPPCHECKLIB std::string | toString (Color c) |
Variables | |
CPPCHECKLIB bool | gDisableColors |
|
strong |
CPPCHECKLIB std::ostream& operator<< | ( | std::ostream & | os, |
Color | c | ||
) |
Definition at line 43 of file color.cpp.
References gDisableColors, and isStreamATty().
CPPCHECKLIB std::string toString | ( | Color | c | ) |
Definition at line 54 of file color.cpp.
Referenced by ResultsTree::clear(), MainWindow::getCppcheckSettings(), ResultsTree::hideAllIdResult(), MainWindow::loadLastResults(), MainWindow::loadSettings(), StatsDialog::pdfExport(), ProjectFile::read(), XmlReportV2::readError(), ResultsTree::readErrorItem(), ResultsTree::recheckSelectedFiles(), ResultsTree::refreshTree(), replaceColors(), SettingsDialog::SettingsDialog(), ResultsTree::startApplication(), Platform::toString(), ResultsView::updateDetails(), and ResultsTree::updateFromOldReport().
|
extern |
Definition at line 28 of file color.cpp.
Referenced by operator<<().