51    static QIcon iconPoint();
 
   56    static QIcon iconLine();
 
   61    static QIcon iconPolygon();
 
   68    static QIcon iconGeometryCollection();
 
   73    static QIcon iconTable();
 
   78    static QIcon iconRaster();
 
   83    static QIcon iconDefaultLayer();
 
   88    static QIcon iconMesh();
 
   93    static QIcon iconVectorTile();
 
   98    static QIcon iconPointCloud();
 
  105    static QIcon iconTiledScene();
 
  110    static QIcon iconForLayer( 
const QgsMapLayer *layer );
 
 
GeometryType
The geometry types are used to group Qgis::WkbType in a coarse way.
 
LayerType
Types of layers that can be added to a map.
 
WkbType
The WKB type describes the number of dimensions a geometry has.
 
Contains utility functions for working with icons.
 
Base class for all map layer types.