QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
#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 "qgsunittypes.h"
#include "qgssnappingconfig.h"
#include "qgsprojectversion.h"
#include "qgsexpressioncontextgenerator.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 "qgsprojecttranslator.h"
#include "qgsattributeeditorelement.h"
Go to the source code of this file.
Classes | |
class | QgsProject |
Reads and writes project states. 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. More... | |
CORE_EXPORT QgsProjectVersion getVersion | ( | QDomDocument const & | doc | ) |
Returns the version string found in the given DOM document.
Definition at line 820 of file qgsproject.cpp.