| QGIS API Documentation
    2.2.0-Valmiera
    | 
#include "qgssymbollayerv2.h"#include "qgsvectorlayer.h"#include <QPen>#include <QBrush>#include <QPicture>#include <QPolygonF>#include <QFont>

Go to the source code of this file.
| Classes | |
| class | QgsSimpleMarkerSymbolLayerV2 | 
| class | QgsSvgMarkerSymbolLayerV2 | 
| class | QgsFontMarkerSymbolLayerV2 | 
| Macros | |
| #define | DEFAULT_SIMPLEMARKER_NAME "circle" | 
| #define | DEFAULT_SIMPLEMARKER_COLOR QColor(255,0,0) | 
| #define | DEFAULT_SIMPLEMARKER_BORDERCOLOR QColor(0,0,0) | 
| #define | DEFAULT_SIMPLEMARKER_SIZE DEFAULT_POINT_SIZE | 
| #define | DEFAULT_SIMPLEMARKER_ANGLE 0 | 
| #define | DEFAULT_SVGMARKER_NAME "/crosses/Star1.svg" | 
| #define | DEFAULT_SVGMARKER_SIZE 2*DEFAULT_POINT_SIZE | 
| #define | DEFAULT_SVGMARKER_ANGLE 0 | 
| #define | POINT2MM(x) ( (x) * 25.4 / 72 ) | 
| #define | MM2POINT(x) ( (x) * 72 / 25.4 ) | 
| #define | DEFAULT_FONTMARKER_FONT "Dingbats" | 
| #define | DEFAULT_FONTMARKER_CHR QChar('A') | 
| #define | DEFAULT_FONTMARKER_SIZE POINT2MM(12) | 
| #define | DEFAULT_FONTMARKER_COLOR QColor(Qt::black) | 
| #define | DEFAULT_FONTMARKER_ANGLE 0 | 
| #define DEFAULT_FONTMARKER_ANGLE 0 | 
Definition at line 208 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_CHR QChar('A') | 
Definition at line 205 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_COLOR QColor(Qt::black) | 
Definition at line 207 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_FONT "Dingbats" | 
Definition at line 204 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_SIZE POINT2MM(12) | 
Definition at line 206 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_ANGLE 0 | 
Definition at line 26 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_BORDERCOLOR QColor(0,0,0) | 
Definition at line 24 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_COLOR QColor(255,0,0) | 
Definition at line 23 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_NAME "circle" | 
Definition at line 22 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_SIZE DEFAULT_POINT_SIZE | 
Definition at line 25 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SVGMARKER_ANGLE 0 | 
Definition at line 136 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSvgMarkerSymbolLayerV2::create().
| #define DEFAULT_SVGMARKER_NAME "/crosses/Star1.svg" | 
Definition at line 134 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSvgMarkerSymbolLayerV2::create().
| #define DEFAULT_SVGMARKER_SIZE 2*DEFAULT_POINT_SIZE | 
Definition at line 135 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSvgMarkerSymbolLayerV2::create().
| #define MM2POINT | ( | x | ) | ( (x) * 72 / 25.4 ) | 
Definition at line 202 of file qgsmarkersymbollayerv2.h.
| #define POINT2MM | ( | x | ) | ( (x) * 25.4 / 72 ) | 
Definition at line 201 of file qgsmarkersymbollayerv2.h.
 1.8.1.2
 1.8.1.2