Cppcheck
|
Go to the source code of this file.
Functions | |
static bool | isStreamATty (const std::ostream &os) |
std::ostream & | operator<< (std::ostream &os, Color c) |
std::string | toString (Color c) |
Variables | |
bool | gDisableColors = false |
|
static |
Definition at line 31 of file color.cpp.
Referenced by operator<<().
std::ostream& operator<< | ( | std::ostream & | os, |
Color | c | ||
) |
Definition at line 43 of file color.cpp.
References gDisableColors, and isStreamATty().
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().
bool gDisableColors = false |
Definition at line 28 of file color.cpp.
Referenced by operator<<().