|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
#include "qgis_core.h"#include "qgis_sip.h"#include "qgis.h"#include <memory>#include <QHash>#include <QList>#include <QObject>#include <QPair>#include <QFileInfo>#include <QStringList>#include <QTranslator>#include "qgssnappingconfig.h"#include "qgsprojectversion.h"#include "qgsexpressioncontextgenerator.h"#include "qgsexpressioncontextscopegenerator.h"#include "qgscoordinatereferencesystem.h"#include "qgscoordinatetransformcontext.h"#include "qgsprojectproperty.h"#include "qgsmaplayerstore.h"#include "qgsarchive.h"#include "qgsreadwritecontext.h"#include "qgsprojectmetadata.h"#include "qgstranslationcontext.h"#include "qgsprojectdisplaysettings.h"#include "qgsprojecttranslator.h"#include "qgscolorscheme.h"#include "qgssettings.h"#include "qgspropertycollection.h"#include "qgsvectorlayereditbuffergroup.h"#include "qgselevationshadingrenderer.h"#include "qgsabstractsensor.h"#include "qgsrelationmanager.h"#include "qgsmapthemecollection.h"

Go to the source code of this file.
Classes | |
| class | QgsProject |
| Encapsulates a QGIS project, including sets of map layers and their styles, layouts, annotations, canvases, etc. More... | |
| class | QgsProjectDirtyBlocker |
| Temporarily blocks QgsProject "dirtying" for the lifetime of the object. More... | |
Functions | |
| CORE_EXPORT QgsProjectVersion | getVersion (QDomDocument const &doc) |
| Returns the version string found in the given DOM document. | |
| CORE_EXPORT QgsProjectVersion getVersion | ( | QDomDocument const & | doc | ) |
Returns the version string found in the given DOM document.
Definition at line 1428 of file qgsproject.cpp.