|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
#include "qgis_core.h"#include <QDateTime>#include <QDomNode>#include <QImage>#include <QObject>#include <QPainter>#include <QUndoStack>#include <QVariant>#include <QIcon>#include <QSet>#include "qgis_sip.h"#include "qgserror.h"#include "qgsobjectcustomproperties.h"#include "qgsrectangle.h"#include "qgscoordinatereferencesystem.h"#include "qgsmaplayerdependency.h"#include "qgslayermetadata.h"#include "qgsmaplayerserverproperties.h"#include "qgsreadwritecontext.h"#include "qgsdataprovider.h"#include "qgis.h"#include "qgslogger.h"

Go to the source code of this file.
Classes | |
| class | QgsMapLayer |
| Base class for all map layer types. More... | |
Macros | |
| #define | QGSCLIPBOARD_MAPLAYER_MIME "application/qgis.maplayer" |
Typedefs | |
| typedef QPointer< QgsMapLayer > | QgsWeakMapLayerPointer |
| Weak pointer for QgsMapLayer. | |
| typedef QList< QgsWeakMapLayerPointer > | QgsWeakMapLayerPointerList |
| A list of weak pointers to QgsMapLayers. | |
| #define QGSCLIPBOARD_MAPLAYER_MIME "application/qgis.maplayer" |
Definition at line 66 of file qgsmaplayer.h.
| typedef QPointer< QgsMapLayer > QgsWeakMapLayerPointer |
Weak pointer for QgsMapLayer.
Definition at line 2349 of file qgsmaplayer.h.
| typedef QList< QgsWeakMapLayerPointer > QgsWeakMapLayerPointerList |
A list of weak pointers to QgsMapLayers.
Definition at line 2355 of file qgsmaplayer.h.