QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Classes | Macros
qgsfillsymbollayer.h File Reference
#include "qgis_core.h"
#include "qgis.h"
#include "qgssymbollayer.h"
#include <QPen>
#include <QBrush>
Include dependency graph for qgsfillsymbollayer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsCentroidFillSymbolLayer
 
class  QgsGradientFillSymbolLayer
 
class  QgsImageFillSymbolLayer
 Base class for polygon renderers generating texture images. More...
 
class  QgsLinePatternFillSymbolLayer
 A symbol fill consisting of repeated parallel lines. More...
 
class  QgsPointPatternFillSymbolLayer
 
class  QgsRasterFillSymbolLayer
 A class for filling symbols with a repeated raster image. More...
 
class  QgsShapeburstFillSymbolLayer
 
class  QgsSimpleFillSymbolLayer
 
class  QgsSVGFillSymbolLayer
 A class for filling symbols 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   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
 

Macro Definition Documentation

◆ DEFAULT_SIMPLEFILL_BORDERCOLOR

#define DEFAULT_SIMPLEFILL_BORDERCOLOR   QColor( 35, 35, 35 )

Definition at line 25 of file qgsfillsymbollayer.h.

◆ DEFAULT_SIMPLEFILL_BORDERSTYLE

#define DEFAULT_SIMPLEFILL_BORDERSTYLE   Qt::SolidLine

Definition at line 26 of file qgsfillsymbollayer.h.

◆ DEFAULT_SIMPLEFILL_BORDERWIDTH

#define DEFAULT_SIMPLEFILL_BORDERWIDTH   DEFAULT_LINE_WIDTH

Definition at line 27 of file qgsfillsymbollayer.h.

◆ DEFAULT_SIMPLEFILL_COLOR

#define DEFAULT_SIMPLEFILL_COLOR   QColor(0,0,255)

Definition at line 23 of file qgsfillsymbollayer.h.

◆ DEFAULT_SIMPLEFILL_JOINSTYLE

#define DEFAULT_SIMPLEFILL_JOINSTYLE   Qt::BevelJoin

Definition at line 28 of file qgsfillsymbollayer.h.

◆ DEFAULT_SIMPLEFILL_STYLE

#define DEFAULT_SIMPLEFILL_STYLE   Qt::SolidPattern

Definition at line 24 of file qgsfillsymbollayer.h.

◆ INF

#define INF   1E20

Definition at line 30 of file qgsfillsymbollayer.h.