Cppcheck
Public Member Functions | List of all members
ProjectFile::SafeChecks Class Reference

Do not only check how interface is used. More...

#include <projectfile.h>

Inheritance diagram for ProjectFile::SafeChecks:
Settings::SafeChecks

Public Member Functions

 SafeChecks ()
 
void loadFromXml (QXmlStreamReader &xmlReader)
 
void saveToXml (QXmlStreamWriter &xmlWriter) const
 
- Public Member Functions inherited from Settings::SafeChecks
void clear ()
 

Additional Inherited Members

- Public Attributes inherited from Settings::SafeChecks
bool classes {}
 Public interface of classes. More...
 
bool externalFunctions {}
 External functions. More...
 
bool internalFunctions {}
 Experimental: assume that internal functions can be used in any way This is only available in the GUI. More...
 
bool externalVariables {}
 Global variables that can be modified outside the TU. More...
 
- Static Public Attributes inherited from Settings::SafeChecks
static const char XmlRootName [] = "safe-checks"
 
static const char XmlClasses [] = "class-public"
 
static const char XmlExternalFunctions [] = "external-functions"
 
static const char XmlInternalFunctions [] = "internal-functions"
 
static const char XmlExternalVariables [] = "external-variables"
 

Detailed Description

Do not only check how interface is used.

Also check that interface is safe.

Definition at line 406 of file projectfile.h.

Constructor & Destructor Documentation

◆ SafeChecks()

ProjectFile::SafeChecks::SafeChecks ( )
inline

Definition at line 408 of file projectfile.h.

Member Function Documentation

◆ loadFromXml()

void ProjectFile::SafeChecks::loadFromXml ( QXmlStreamReader &  xmlReader)

◆ saveToXml()

void ProjectFile::SafeChecks::saveToXml ( QXmlStreamWriter &  xmlWriter) const

The documentation for this class was generated from the following files: