|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
#include "qgis_core.h"#include "qgis_sip.h"#include "qgssymbollayer.h"#include <QPen>#include <QBrush>#include <QPicture>#include <QPolygonF>#include <QFont>

Go to the source code of this file.
Classes | |
| class | QgsAnimatedMarkerSymbolLayer |
| Animated marker symbol layer class. More... | |
| class | QgsFilledMarkerSymbolLayer |
| Filled marker symbol layer, consisting of a shape which is rendered using a QgsFillSymbol. More... | |
| class | QgsFontMarkerSymbolLayer |
| class | QgsRasterMarkerSymbolLayer |
| Raster marker symbol layer class. More... | |
| class | QgsSimpleMarkerSymbolLayer |
| Simple marker symbol layer, consisting of a rendered shape with solid fill color and an stroke. More... | |
| class | QgsSimpleMarkerSymbolLayerBase |
| Abstract base class for simple marker symbol layers. More... | |
| class | QgsSvgMarkerSymbolLayer |
Macros | |
| #define | DEFAULT_FONTMARKER_ANGLE 0 |
| #define | DEFAULT_FONTMARKER_BORDERCOLOR QColor(Qt::white) |
| #define | DEFAULT_FONTMARKER_CHR QChar('A') |
| #define | DEFAULT_FONTMARKER_COLOR QColor( 35, 35, 35 ) |
| #define | DEFAULT_FONTMARKER_FONT "Dingbats" |
| #define | DEFAULT_FONTMARKER_JOINSTYLE Qt::MiterJoin |
| #define | DEFAULT_FONTMARKER_SIZE POINT2MM(12) |
| #define | DEFAULT_RASTERMARKER_ANGLE 0 |
| #define | DEFAULT_RASTERMARKER_SIZE 2*DEFAULT_POINT_SIZE |
| #define | DEFAULT_SIMPLEMARKER_ANGLE 0 |
| #define | DEFAULT_SIMPLEMARKER_BORDERCOLOR QColor( 35, 35, 35 ) |
| #define | DEFAULT_SIMPLEMARKER_COLOR QColor(255,0,0) |
| #define | DEFAULT_SIMPLEMARKER_JOINSTYLE Qt::BevelJoin |
| #define | DEFAULT_SIMPLEMARKER_NAME "circle" |
| #define | DEFAULT_SIMPLEMARKER_SIZE DEFAULT_POINT_SIZE |
| #define | DEFAULT_SVGMARKER_ANGLE 0 |
| #define | DEFAULT_SVGMARKER_SIZE 2*DEFAULT_POINT_SIZE |
| #define | MM2POINT(x) ( (x) * 72 / 25.4 ) |
| #define | POINT2MM(x) ( (x) * 25.4 / 72 ) |
| #define DEFAULT_FONTMARKER_ANGLE 0 |
Definition at line 846 of file qgsmarkersymbollayer.h.
| #define DEFAULT_FONTMARKER_BORDERCOLOR QColor(Qt::white) |
Definition at line 844 of file qgsmarkersymbollayer.h.
| #define DEFAULT_FONTMARKER_CHR QChar('A') |
Definition at line 841 of file qgsmarkersymbollayer.h.
| #define DEFAULT_FONTMARKER_COLOR QColor( 35, 35, 35 ) |
Definition at line 843 of file qgsmarkersymbollayer.h.
| #define DEFAULT_FONTMARKER_FONT "Dingbats" |
Definition at line 840 of file qgsmarkersymbollayer.h.
| #define DEFAULT_FONTMARKER_JOINSTYLE Qt::MiterJoin |
Definition at line 845 of file qgsmarkersymbollayer.h.
| #define DEFAULT_FONTMARKER_SIZE POINT2MM(12) |
Definition at line 842 of file qgsmarkersymbollayer.h.
| #define DEFAULT_RASTERMARKER_ANGLE 0 |
Definition at line 672 of file qgsmarkersymbollayer.h.
| #define DEFAULT_RASTERMARKER_SIZE 2*DEFAULT_POINT_SIZE |
Definition at line 671 of file qgsmarkersymbollayer.h.
| #define DEFAULT_SIMPLEMARKER_ANGLE 0 |
Definition at line 28 of file qgsmarkersymbollayer.h.
| #define DEFAULT_SIMPLEMARKER_BORDERCOLOR QColor( 35, 35, 35 ) |
Definition at line 25 of file qgsmarkersymbollayer.h.
| #define DEFAULT_SIMPLEMARKER_COLOR QColor(255,0,0) |
Definition at line 24 of file qgsmarkersymbollayer.h.
| #define DEFAULT_SIMPLEMARKER_JOINSTYLE Qt::BevelJoin |
Definition at line 26 of file qgsmarkersymbollayer.h.
| #define DEFAULT_SIMPLEMARKER_NAME "circle" |
Definition at line 23 of file qgsmarkersymbollayer.h.
| #define DEFAULT_SIMPLEMARKER_SIZE DEFAULT_POINT_SIZE |
Definition at line 27 of file qgsmarkersymbollayer.h.
| #define DEFAULT_SVGMARKER_ANGLE 0 |
Definition at line 484 of file qgsmarkersymbollayer.h.
| #define DEFAULT_SVGMARKER_SIZE 2*DEFAULT_POINT_SIZE |
Definition at line 483 of file qgsmarkersymbollayer.h.
| #define MM2POINT | ( | x | ) | ( (x) * 72 / 25.4 ) |
Definition at line 838 of file qgsmarkersymbollayer.h.
| #define POINT2MM | ( | x | ) | ( (x) * 25.4 / 72 ) |
Definition at line 837 of file qgsmarkersymbollayer.h.