QGIS API Documentation  3.0.2-Girona (307d082)
Classes | Typedefs
qgsmaplayer.h File Reference
#include "qgis_core.h"
#include <QDateTime>
#include <QDomNode>
#include <QImage>
#include <QObject>
#include <QPainter>
#include <QUndoStack>
#include <QVariant>
#include "qgis.h"
#include "qgserror.h"
#include "qgsobjectcustomproperties.h"
#include "qgsrectangle.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsrendercontext.h"
#include "qgsmaplayerdependency.h"
#include "qgslayermetadata.h"
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...
 

Typedefs

typedef QPointer< QgsMapLayerQgsWeakMapLayerPointer
 Weak pointer for QgsMapLayer. More...
 
typedef QList< QgsWeakMapLayerPointerQgsWeakMapLayerPointerList
 A list of weak pointers to QgsMapLayers. More...
 

Typedef Documentation

◆ QgsWeakMapLayerPointer

typedef QPointer< QgsMapLayer > QgsWeakMapLayerPointer

Weak pointer for QgsMapLayer.

Since
QGIS 3.0
Note
not available in Python bindings

Definition at line 1349 of file qgsmaplayer.h.

◆ QgsWeakMapLayerPointerList

A list of weak pointers to QgsMapLayers.

Since
QGIS 3.0
Note
not available in Python bindings

Definition at line 1356 of file qgsmaplayer.h.