QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
qgsmaplayer.h File Reference
#include "qgis.h"
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsdataprovider.h"
#include "qgserror.h"
#include "qgslayermetadata.h"
#include "qgslogger.h"
#include "qgsmaplayerdependency.h"
#include "qgsmaplayerselectionproperties.h"
#include "qgsmaplayerserverproperties.h"
#include "qgsobjectcustomproperties.h"
#include "qgsreadwritecontext.h"
#include "qgsrectangle.h"
#include <QDateTime>
#include <QDomNode>
#include <QIcon>
#include <QImage>
#include <QObject>
#include <QPainter>
#include <QSet>
#include <QUndoStack>
#include <QVariant>
Include dependency graph for qgsmaplayer.h:
This graph shows which files directly or indirectly include this file:

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< QgsMapLayerQgsWeakMapLayerPointer
 Weak pointer for QgsMapLayer.
typedef QList< QgsWeakMapLayerPointerQgsWeakMapLayerPointerList
 A list of weak pointers to QgsMapLayers.

Macro Definition Documentation

◆ QGSCLIPBOARD_MAPLAYER_MIME

#define QGSCLIPBOARD_MAPLAYER_MIME   "application/qgis.maplayer"

Definition at line 70 of file qgsmaplayer.h.

Typedef Documentation

◆ QgsWeakMapLayerPointer

typedef QPointer< QgsMapLayer > QgsWeakMapLayerPointer

Weak pointer for QgsMapLayer.

Note
not available in Python bindings

Definition at line 2584 of file qgsmaplayer.h.

◆ QgsWeakMapLayerPointerList

A list of weak pointers to QgsMapLayers.

Note
not available in Python bindings

Definition at line 2590 of file qgsmaplayer.h.