QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#include "qgis_core.h"
#include <QDateTime>
#include <QDomNode>
#include <QImage>
#include <QObject>
#include <QPainter>
#include <QUndoStack>
#include <QVariant>
#include <QIcon>
#include "qgis_sip.h"
#include "qgserror.h"
#include "qgsobjectcustomproperties.h"
#include "qgsrectangle.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsrendercontext.h"
#include "qgsmaplayerdependency.h"
#include "qgslayermetadata.h"
#include "qgsmaplayerstyle.h"
#include "qgsreadwritecontext.h"
#include "qgsdataprovider.h"
Go to the source code of this file.
Classes | |
class | QgsMapLayer |
Macros | |
#define | QGSCLIPBOARD_MAPLAYER_MIME "application/qgis.maplayer" |
Typedefs | |
typedef QPointer< QgsMapLayer > | QgsWeakMapLayerPointer |
Weak pointer for QgsMapLayer. More... | |
typedef QList< QgsWeakMapLayerPointer > | QgsWeakMapLayerPointerList |
A list of weak pointers to QgsMapLayers. More... | |
Enumerations | |
enum | QgsMapLayerType : int { QgsMapLayerType::VectorLayer, QgsMapLayerType::RasterLayer, QgsMapLayerType::PluginLayer, QgsMapLayerType::MeshLayer, QgsMapLayerType::VectorTileLayer } |
#define QGSCLIPBOARD_MAPLAYER_MIME "application/qgis.maplayer" |
Definition at line 59 of file qgsmaplayer.h.
typedef QPointer< QgsMapLayer > QgsWeakMapLayerPointer |
Weak pointer for QgsMapLayer.
Definition at line 1670 of file qgsmaplayer.h.
typedef QList< QgsWeakMapLayerPointer > QgsWeakMapLayerPointerList |
A list of weak pointers to QgsMapLayers.
Definition at line 1677 of file qgsmaplayer.h.