addSuppression(const SuppressionList::Suppression &suppression) | ProjectFile | |
CheckLevel enum name | ProjectFile | |
clangParser | ProjectFile | |
clear() | ProjectFile | private |
fromNativeSeparators(const QStringList &paths) | ProjectFile | privatestatic |
getActiveProject() | ProjectFile | inlinestatic |
getAddonFilePath(QString filesDir, const QString &addon) | ProjectFile | static |
getAddons() const | ProjectFile | inline |
getAddonsAndTools() const | ProjectFile | |
getAnalyzeAllVsConfigs() const | ProjectFile | inline |
getBughunting() const | ProjectFile | inline |
getBuildDir() const | ProjectFile | inline |
getCertIntPrecision() const | ProjectFile | inline |
getCheckHeaders() const | ProjectFile | inline |
getCheckingSuppressions() const | ProjectFile | |
getCheckPaths() const | ProjectFile | inline |
getCheckUnknownFunctionReturn() const | ProjectFile | inline |
getCheckUnusedTemplates() const | ProjectFile | inline |
getClangAnalyzer() const | ProjectFile | inline |
getClangTidy() const | ProjectFile | inline |
getCodingStandards() const | ProjectFile | inline |
getDefines() const | ProjectFile | inline |
getExcludedPaths() const | ProjectFile | inline |
getFilename() const | ProjectFile | inline |
getImportProject() const | ProjectFile | inline |
getIncludeDirs() const | ProjectFile | inline |
getLibraries() const | ProjectFile | inline |
getMaxCtuDepth() const | ProjectFile | inline |
getMaxTemplateRecursion() const | ProjectFile | inline |
getPlatform() const | ProjectFile | inline |
getProjectName() const | ProjectFile | inline |
getRootPath() const | ProjectFile | inline |
getSuppressions() const | ProjectFile | inline |
getTags() const | ProjectFile | inline |
getUndefines() const | ProjectFile | inline |
getVsConfigurations() const | ProjectFile | inline |
getWarningTags(std::size_t hash) const | ProjectFile | |
isCheckLevelExhaustive() const | ProjectFile | |
mActiveProject | ProjectFile | privatestatic |
mAddons | ProjectFile | private |
mAnalyzeAllVsConfigs | ProjectFile | private |
mBughunting | ProjectFile | private |
mBuildDir | ProjectFile | private |
mCertIntPrecision | ProjectFile | private |
mCheckHeaders | ProjectFile | private |
mCheckLevel | ProjectFile | private |
mCheckUnknownFunctionReturn | ProjectFile | private |
mCheckUnusedTemplates | ProjectFile | private |
mClangAnalyzer | ProjectFile | private |
mClangTidy | ProjectFile | private |
mCodingStandards | ProjectFile | private |
mDefines | ProjectFile | private |
mExcludedPaths | ProjectFile | private |
mFilename | ProjectFile | private |
mImportProject | ProjectFile | private |
mIncludeDirs | ProjectFile | private |
mLibraries | ProjectFile | private |
mMaxCtuDepth | ProjectFile | private |
mMaxTemplateRecursion | ProjectFile | private |
mPaths | ProjectFile | private |
mPlatform | ProjectFile | private |
mProjectName | ProjectFile | private |
mRootPath | ProjectFile | private |
mSuppressions | ProjectFile | private |
mTags | ProjectFile | private |
mUndefines | ProjectFile | private |
mVsConfigurations | ProjectFile | private |
mWarningTags | ProjectFile | private |
ProjectFile(QObject *parent=nullptr) | ProjectFile | explicit |
ProjectFile(QString filename, QObject *parent=nullptr) | ProjectFile | explicit |
read(const QString &filename=QString()) | ProjectFile | |
readBool(QXmlStreamReader &reader) | ProjectFile | protectedstatic |
readBuildDir(QXmlStreamReader &reader) | ProjectFile | protected |
readCheckPaths(QXmlStreamReader &reader) | ProjectFile | protected |
readDefines(QXmlStreamReader &reader) | ProjectFile | protected |
readExcludes(QXmlStreamReader &reader) | ProjectFile | protected |
readImportProject(QXmlStreamReader &reader) | ProjectFile | protected |
readIncludeDirs(QXmlStreamReader &reader) | ProjectFile | protected |
readInt(QXmlStreamReader &reader, int defaultValue) | ProjectFile | protectedstatic |
readPlatform(QXmlStreamReader &reader) | ProjectFile | protected |
readRootPath(const QXmlStreamReader &reader) | ProjectFile | protected |
readString(QXmlStreamReader &reader) | ProjectFile | protectedstatic |
readStringList(QStringList &stringlist, QXmlStreamReader &reader, const char elementname[]) | ProjectFile | protectedstatic |
readSuppressions(QXmlStreamReader &reader) | ProjectFile | protected |
readTagWarnings(QXmlStreamReader &reader, const QString &tag) | ProjectFile | protected |
readVsConfigurations(QXmlStreamReader &reader) | ProjectFile | protected |
safeChecks | ProjectFile | |
setActiveProject() | ProjectFile | inline |
setAddons(const QStringList &addons) | ProjectFile | |
setAnalyzeAllVsConfigs(bool b) | ProjectFile | inline |
setBughunting(bool bughunting) | ProjectFile | inline |
setBuildDir(const QString &buildDir) | ProjectFile | inline |
setCertIntPrecision(int p) | ProjectFile | inline |
setCheckHeaders(bool b) | ProjectFile | inline |
setCheckLevel(CheckLevel checkLevel) | ProjectFile | |
setCheckPaths(const QStringList &paths) | ProjectFile | |
setCheckUnusedTemplates(bool b) | ProjectFile | inline |
setClangAnalyzer(bool c) | ProjectFile | inline |
setClangTidy(bool c) | ProjectFile | inline |
setCodingStandards(QStringList codingStandards) | ProjectFile | inline |
setDefines(const QStringList &defines) | ProjectFile | |
setExcludedPaths(const QStringList &paths) | ProjectFile | |
setFilename(const QString &filename) | ProjectFile | inline |
setImportProject(const QString &importProject) | ProjectFile | inline |
setIncludes(const QStringList &includes) | ProjectFile | |
setLibraries(const QStringList &libraries) | ProjectFile | |
setMaxCtuDepth(int maxCtuDepth) | ProjectFile | inline |
setMaxTemplateRecursion(int maxTemplateRecursion) | ProjectFile | inline |
setPlatform(const QString &platform) | ProjectFile | |
setProjectName(QString projectName) | ProjectFile | inline |
setRootPath(const QString &rootpath) | ProjectFile | inline |
setSuppressions(const QList< SuppressionList::Suppression > &suppressions) | ProjectFile | |
setTags(const QStringList &tags) | ProjectFile | inline |
setUndefines(const QStringList &undefines) | ProjectFile | |
setVSConfigurations(const QStringList &vsConfigs) | ProjectFile | |
setWarningTags(std::size_t hash, const QString &tags) | ProjectFile | |
write(const QString &filename=QString()) | ProjectFile | |
writeStringList(QXmlStreamWriter &xmlWriter, const QStringList &stringlist, const char startelementname[], const char stringelementname[]) | ProjectFile | protectedstatic |
~ProjectFile() override | ProjectFile | inline |