|
QGIS API Documentation
2.6.0-Brighton
|
#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 |
| #define DEFAULT_FONTMARKER_CHR QChar('A') |
| #define DEFAULT_FONTMARKER_COLOR QColor(Qt::black) |
| #define DEFAULT_FONTMARKER_FONT "Dingbats" |
| #define DEFAULT_FONTMARKER_SIZE POINT2MM(12) |
| #define DEFAULT_SIMPLEMARKER_ANGLE 0 |
| #define DEFAULT_SIMPLEMARKER_BORDERCOLOR QColor(0,0,0) |
| #define DEFAULT_SIMPLEMARKER_COLOR QColor(255,0,0) |
| #define DEFAULT_SIMPLEMARKER_NAME "circle" |
| #define DEFAULT_SIMPLEMARKER_SIZE DEFAULT_POINT_SIZE |
| #define DEFAULT_SVGMARKER_ANGLE 0 |
| #define DEFAULT_SVGMARKER_NAME "/crosses/Star1.svg" |
| #define DEFAULT_SVGMARKER_SIZE 2*DEFAULT_POINT_SIZE |
| #define MM2POINT | ( | x | ) | ( (x) * 72 / 25.4 ) |
| #define POINT2MM | ( | x | ) | ( (x) * 25.4 / 72 ) |
1.8.1.2