|
Quantum GIS API Documentation
1.8
|
#include "qgssymbollayerv2.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 |
Defines | |
| #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 "/symbol/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 170 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_CHR QChar('A') |
Definition at line 167 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_COLOR QColor(Qt::black) |
Definition at line 169 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_FONT "Dingbats" |
Definition at line 166 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_SIZE POINT2MM(12) |
Definition at line 168 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_ANGLE 0 |
Definition at line 25 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_BORDERCOLOR QColor(0,0,0) |
Definition at line 23 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_COLOR QColor(255,0,0) |
Definition at line 22 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_NAME "circle" |
Definition at line 21 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
Definition at line 24 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SVGMARKER_ANGLE 0 |
Definition at line 95 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSvgMarkerSymbolLayerV2::create().
| #define DEFAULT_SVGMARKER_NAME "/symbol/Star1.svg" |
Definition at line 93 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSvgMarkerSymbolLayerV2::create().
| #define DEFAULT_SVGMARKER_SIZE 2*DEFAULT_POINT_SIZE |
Definition at line 94 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSvgMarkerSymbolLayerV2::create().
| #define MM2POINT | ( | x | ) | ( (x) * 72 / 25.4 ) |
Definition at line 164 of file qgsmarkersymbollayerv2.h.
| #define POINT2MM | ( | x | ) | ( (x) * 25.4 / 72 ) |
Definition at line 163 of file qgsmarkersymbollayerv2.h.
1.7.6.1