|
Quantum GIS API Documentation
1.7.4
|
#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 137 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_CHR QChar('A') |
Definition at line 134 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_COLOR QColor(Qt::black) |
Definition at line 136 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_FONT "Dingbats" |
Definition at line 133 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_FONTMARKER_SIZE POINT2MM(12) |
Definition at line 135 of file qgsmarkersymbollayerv2.h.
Referenced by QgsFontMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_ANGLE 0 |
Definition at line 11 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_BORDERCOLOR QColor(0,0,0) |
Definition at line 9 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_COLOR QColor(255,0,0) |
Definition at line 8 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SIMPLEMARKER_NAME "circle" |
Definition at line 7 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
Definition at line 10 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSimpleMarkerSymbolLayerV2::create().
| #define DEFAULT_SVGMARKER_ANGLE 0 |
Definition at line 78 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSvgMarkerSymbolLayerV2::create().
| #define DEFAULT_SVGMARKER_NAME "/symbol/Star1.svg" |
Definition at line 76 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSvgMarkerSymbolLayerV2::create().
| #define DEFAULT_SVGMARKER_SIZE 2*DEFAULT_POINT_SIZE |
Definition at line 77 of file qgsmarkersymbollayerv2.h.
Referenced by QgsSvgMarkerSymbolLayerV2::create().
| #define MM2POINT | ( | x | ) | ( (x) * 72 / 25.4 ) |
Definition at line 131 of file qgsmarkersymbollayerv2.h.
| #define POINT2MM | ( | x | ) | ( (x) * 25.4 / 72 ) |
Definition at line 130 of file qgsmarkersymbollayerv2.h.
1.7.6.1