| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
#include "qgis_core.h"#include "qgis.h"#include "qgssymbollayer.h"#include <QPen>#include <QBrush>

Go to the source code of this file.
Classes | |
| class | QgsCentroidFillSymbolLayer | 
| A fill symbol layer which renders a marker symbol at the centroid of a polygon geometry.  More... | |
| class | QgsGradientFillSymbolLayer | 
| A fill symbol layer which draws a smooth color gradient over a polygon.  More... | |
| class | QgsImageFillSymbolLayer | 
| Base class for fill symbol layers which fill polygons with a repeated image.  More... | |
| class | QgsLinePatternFillSymbolLayer | 
| A symbol fill consisting of repeated parallel lines.  More... | |
| class | QgsPointPatternFillSymbolLayer | 
| A fill symbol layer which fills polygon shapes with repeating marker symbols.  More... | |
| class | QgsRandomMarkerFillSymbolLayer | 
| A fill symbol layer which places markers at random locations within polygons.  More... | |
| class | QgsRasterFillSymbolLayer | 
| A fill symbol layer which fills polygons with a repeated raster image.  More... | |
| class | QgsShapeburstFillSymbolLayer | 
| A fill symbol layer which applies a gradient from the outer edges of a symbol to the inside.  More... | |
| class | QgsSimpleFillSymbolLayer | 
| Renders polygons using a single fill and stroke color.  More... | |
| class | QgsSVGFillSymbolLayer | 
| A fill symbol layer which fills polygons with a repeated SVG file.  More... | |
Macros | |
| #define | DEFAULT_SIMPLEFILL_BORDERCOLOR QColor( 35, 35, 35 ) | 
| #define | DEFAULT_SIMPLEFILL_BORDERSTYLE Qt::SolidLine | 
| #define | DEFAULT_SIMPLEFILL_BORDERWIDTH Qgis::DEFAULT_LINE_WIDTH | 
| #define | DEFAULT_SIMPLEFILL_COLOR QColor(0,0,255) | 
| #define | DEFAULT_SIMPLEFILL_JOINSTYLE Qt::BevelJoin | 
| #define | DEFAULT_SIMPLEFILL_STYLE Qt::SolidPattern | 
| #define | INF 1E20 | 
| #define DEFAULT_SIMPLEFILL_BORDERCOLOR QColor( 35, 35, 35 ) | 
Definition at line 25 of file qgsfillsymbollayer.h.
| #define DEFAULT_SIMPLEFILL_BORDERSTYLE Qt::SolidLine | 
Definition at line 26 of file qgsfillsymbollayer.h.
| #define DEFAULT_SIMPLEFILL_BORDERWIDTH Qgis::DEFAULT_LINE_WIDTH | 
Definition at line 27 of file qgsfillsymbollayer.h.
| #define DEFAULT_SIMPLEFILL_COLOR QColor(0,0,255) | 
Definition at line 23 of file qgsfillsymbollayer.h.
| #define DEFAULT_SIMPLEFILL_JOINSTYLE Qt::BevelJoin | 
Definition at line 28 of file qgsfillsymbollayer.h.
| #define DEFAULT_SIMPLEFILL_STYLE Qt::SolidPattern | 
Definition at line 24 of file qgsfillsymbollayer.h.
| #define INF 1E20 | 
Definition at line 30 of file qgsfillsymbollayer.h.